Introduction to .net

What is .Net?
      MS.Net is a new strategy to the internet originally it was planned to call as 'NGWS'.
NGWS - Internet based platform for Next Generation Windows Service.

.Net is Rapid Application Developement Tool for creating Distributed Web Applcations and High Performance Desktop Applications.

* The Primary Object of .Net is to Cross language development.
* In the .Net we can create the type of application like
1.Console Applications
2.Windows Applications
3.Web Applications
4.Mobile Applications

* The Microsoft Professionals has released the following terms:

1. .Net is a newest MS Internet Webservice.
2. .Net is not as an Operating System.
3. .Net can run in any browser and on any platform.
4. .Net develops software for Internet Services.
5. .Net is server center computing model.
6. .Net Framework is for "Universal Service".

*Framework:-
Different technologies are worked in one frame is known as "Frame Work".

*Frame:-
    It contains different contents within the boarder.

* .Net Object:-
.Net aimed to develop web service oriented application of different technologies embedded(combined) under one frame work.
.Net MOTO or caption is extensible inteoperability.

*Net Framework:-
1.Visula Basic Project
2.Visual C# Project
3.Visual J# Project
4.Visual C++ Project
5.Setup & Development Project



.Net Framework:-
.Net Framework consists two major components.
1.Common Language Runtime(CLR)
2.Base Class Libraries.

CLR:-
It is runtime component where multiple languages will run on a common platform.  It contains two objects.

a. MSIL- Microsoft Intermediate Language
With this, it facilitate the cross language developement.
b.Base Class Libraries:-
In .Net the compilation will take two times.

SOURCE CODE

COMPILE

.EXE/.DLL

------CLR-----------

CLASS LOADER

JIT

MANAGE CODE

EXECUTE.

Universal Diagram:-
.Net Framework Diagram

.Net Application Console,Windows,Web

Data Access,ADO.Net

Framework Class Libraries

CLR Debugging,Type Checker

OS






No comments:

Post a Comment

PHP Notes

The Characteristics of PHP:- ----------------------------------- 1.PHP is a high level programming language. 2.It is a server-side scrip...