Microsoft takes .NET open source and cross-platform Since 12 years, .net framework has been a programming model for developers who want to build app for windows. On 12 November 2014 microsoft takes a bold step and announces that they are taking .net core 5 as cross platform and open source. That means you can ship a private version of the .NET Core Framework …
Tag: .NET framework
Permanent link to this article: http://zappmania.in/2014/11/13/microsoft-takes-net-open-source-and-cross-platform.htm
Nov 06
What is CLR?
Full form of CLR is Common Language Runtime and it forms the heart of the .NET framework. All Languages have runtime and its the responsibility of the runtime to take care of the code execution of the program. For example VC++ has MSCRT40.DLL,VB6 has MSVBVM60.DLL, Java has Java Virtual Machine etc. Similarly .NET has CLR. …
Permanent link to this article: http://zappmania.in/2012/11/06/what-is-a-clr.htm