Skip to main content

Posts

.NET Framework and Architecture

This article will help your in understanding .NET and .NET architecture. What is the .NET Framework? The .NET Framework is a new and revolutionary platform created by Microsoft for developing applications.   ·          It is a platform for application developers. ·          It is a Framework that supports Multiple Language and Cross language integration. ·          IT has IDE (Integrated Development Environment). ·          Framework is a set of utilities or can say building blocks of your application system. ·          .NET Framework provides GUI in a GUI manner. ·          .NET is a platform independent but with help of Mono Compilation System (MCS). MCS is a middle level interface. ·      ...