Dot Net Framework
Dot Net Framework
Version’s of .net:-
A more complete listing of the releases of the .NET Framework may be found on the List of
.NET Framework versions.
package or in a software development kit, and was published on 3 April 2003. It is also part
of the second release of Microsoft Visual Studio .NET. This is the first version of the .NET
Server 2003.
1. The 2.0 Redistributable Package can be downloaded for free from Microsoft, and
was published on 22 January 2006.
2. The 2.0 Software Development Kit (SDK) can be downloaded for free from Microsoft
3. It is included as part of Visual Studio 2005 and Microsoft SQL Server 2005.
4. It shipped with Windows Server 2003
5. The 2.0 Redistributable Package can be downloaded for free from Microsoft, and
was published on 22 January 2006.
6. The 2.0 Software Development Kit (SDK) can be downloaded for free from Microsoft.
The .NET Framework creates a type library and special registry entries when a component is
registered. It provides a specialized utility that exports the managed types into a type library
and registers the managed component as a traditional COM component. When the type is
instantiated through COM, the .NET CLR is the actual COM object that executes and it merely
marshals any method calls or property access to the type implementation.
COM-------RCW-------.NET
The code of com is change in .NET By RCW(Runtime Callable Wrapper) is a tool
.NET-------CCW-------Com
The code of .NET are change in COM code By CCW (Com Callable Wrapper) is also a
tool.
1. It'll only run on platforms that the .NET framework runs on. If you avoid P/Invoke
calls, then with the help of the Mono project this shouldn't be the problem.