.Net Technology Introduction & Details

.Net Technology Introduction & Version Details Of .Net Framework
\\ If you have any query or questions on my post, then please comment below //

About .Net Technology
                      
•    “. “ Stands for object oriented.
•    “NET” stands for Network Enable Technology i.e. Internet.
•    So, the complete .NET is through object oriented implement an internet application.
•    The .NET framework is a collection of many small technologies integrated together to develop most powerful applications which can be executed anywhere.
•    .NET framework is a Microsoft development platform which is used for development of software application.


.NET Languages:-
1.    VB.NET
2.    C#.NET
3.    VC#.NET
4.    J Script.NET
5.    J#.NET
6.    F#.NET
7.    Iron Python
8.    Iron Ruby
          

.NET Technologies:-
1.    ASP .NET – Active Server Pages
2.    ADO .NET – Active X Data Objects
3.    WCF – Windows Communication Foundation
4.    WPF – Windows Presentation Foundation
5.    WWF – Windows Workflow Foundation
6.    LINQ – Language Integrated Query
7.    AJAX – Asynchronous Java Script And XML
              

.NET Famework Types:
1.    .NET Framework  - This is the general version required to run .NET application on windows operating system.


2.    .NET Mono-Framework – This is required to learn .NET application on other Operating System like Unix , Linux &  Solaris.


3.    .NET Compact Framework – This is required to learn .NET application on other devices like PDA (Personal Digital Assistance), mobile phones & smart phones.

 Code Execution in .NET Technology:
Source code---->Language Compiler------>MSIL------>---->CLR------>Native Code------->Execute


•    In .NET, code is compiled twice.
•    In 1st compilation source code is compiled by the respective language compiler and immediately code is generated known as MSIL (Microsoft Intermediate Language).It is stored in an assembly.
•    In 2nd compilation MSIL is converted into native code using CLR (Common Language Runtime). It is the core component under .NET framework which is responsible for converting MSIL code Native code.
•    Always 1st compilation is the slow and 2nd compilation is faster.
•    MSIL is the only CPU independent and will run on windows operating system using .NET framework because.NET framework is designed for windows operating system only.



Versions Of .NET


.NET Framework Version
Exact Version Number
Date Of release
Visual Studio
.NET framework 1.0
1.03705.0
13th Feb 2002
Visual Studio 2002
.NET framework 1.1
1.14322.578
24th April 2003
Visual Studio 2003
.NET framework 2.0
2.0.50727.42
17th Nov 2005
Visual Studio 2005
.NET framework 3.0
3.0.4506.30
6th Nov 2006
No Visual Studio
.NET framework 3.5
3.5.21022.8
19th Nov 2007
Visual Studio 2008
.NET framework 4.0
4.0.30319.0
12th April 2010
Visual Studio 2010
. NET framework 4.5
4.5.50709.17929
15th August 2012
Visual Studio 2012
 
 


 



 Enter Your Email Id To Get Our Programming, Web Development, Video Tutorial, Job Updates In Mail :

Labels: , ,