Tuesday 18 October 2011

Wht is .Net Framework?






The .NET Framework is made up of two major components: the common language runtime (CLR) and the framework class library (FCL). The CLR is the foundation of the .NET Framework and provides various services that applications can use. The CLR also forms the �environment� that other applications run on. The FCL is a collection of over 7000+ types that cater to all the services, and data structures that applications will ever need.
The following diagram shows the .NET Framework, its hierarchy and the associated toolset. The diagram is so famous that you can spend some time memorizing its layout!!




At the base of the diagram, you see the operating system which can be (theoretically) any platform. The Common Language Runtime (CLR) is the substrate that abstracts the underlying operating system from your code. The minute it does this, it means that your code has to run using the services provided by the CLR and we get a new name called managed code. The CLR provides its services to applications by providing a standard set of library classes that abstract all the tasks that you will ever need. These classes are called as the Base Class Libraries. On top of this, other development platforms and applications are built (like ASP.NET, ADO.NET and so on). Language compilers that need to generate code for the CLR must adhere to a common set of specifications as laid down by the Common Language Specification (CLS). Above this, you have all the popular .NET languages.
Visual Studio .NET, then is the "glue" that helps your generate .NET applications and provides an IDE that is excellent for collaborative development.

Monday 17 October 2011

Visual Studio 2010 installation instructions

1. double-click the setup.exe file to start Visual Studio 2010 products installation.

(The setup is loading installation components)

(Accept the license terms to continue the installation)
(Select the features that we want to install and the path we want VS2010 to be installed)
(The setup is installing components)
(The setup needs rebooting after .NET Framework 4.0 has been installed)
(After the rebooting, the setup starts again)
(The setup starts to install the rest components)
(The installation is completed)
However, we might come across some problems during the installation.

ASP.NET with Visual Studio.NET Setup

Demo Requirements
 
This session requires 1 machine (called Server1 in this document).

Minimum Hardware Requirements: Server1

Processor
400Mhz
Memory
512mb
Disk Space
10GB

Software required before demo installation: Server1

Required Operating Systems
Windows 2000 Professional, Server, or Advanced Server, or Windows XP
Applications
SQL 2000 Developer or Enterprise
Visual Studio.NET

Saturday 15 October 2011

Basic of .net 2010

Basic of ASP .net 2010

Friday 14 October 2011

Transport




A new Development in C# .NET with back end Sql server...
"TRANSPORT SYSTEM".