Search This Blog

Sunday 2 March 2014

C# Video tutorial: Exploring .NET Framework

C# Video tutorial: Exploring .NET Framework




.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large library and provides language interoperability (each language can use code written in other languages) across severalprogramming languages. Programs written for .NET Framework execute in a software environment (as contrasted to hardwareenvironment), known as the Common Language Runtime (CLR), an application virtual machine that provides services such as security,memory management, and exception handling. The class library and the CLR together constitute .NET Framework.

.NET Framework's Base Class Library provides user interface, data access, database connectivity, cryptography, web applicationdevelopment, numeric algorithms, and network communications. Programmers produce software by combining their own source codewith .NET Framework and other libraries. .NET Framework is intended to be used by most new applications created for the Windows platform. Microsoft also produces an integrated development environment largely for .NET software called Visual Studio.

Watch this Video Tutorial



No comments:

Post a Comment