Blog | ICT Trainings Institute in Lahore
Android Apps Programming Just Now
What is android programming? [Free Download Outline] Android apps programm...
Read More!
Video Editing Just Now
Video Editing Course description This video editing course is meant for begin...
Read More!
Graphic Designing Just Now
Best Graphic Designing Course in Lahore [Download Outline] Graphic design...
Read More!
Digital Marketing Just Now
Introduction [Download Outline PDF] Digital marketing is the retailing of...
Read More!
SEO & Online Earning Just Now
SEO Training in Lahore [Download Free PDF] Introduction to SEO Training Co...
Read More!
C/C++ Language Just Now
C/C++ introduction [Download Outline] C is a high-level programming langua...
Read More!
Python Development Just Now
Introduction to Python [Download Outline] Python course helps you to rapid...
Read More!
MySQL & PHP - Laravel Just Now
PHP, Laravel & MySQL PHP and its framework Laravel is an explained,...
Read More!
IT Office Just Now
IT Office [Download Free Outline] Introduction to Ms Office Micros...
Read More!
Amazon VA Just Now
Amazon Course in Pakistan Why Amazon Virtual Assistant Course? In this cou...
Read More!
Web Designing Just Now
Web Designing [Download Outline] Web design encompasses many different ski...
Read More!
Java Just Now
Advanced Java Programming [Download Free Outline] Introduction Java is...
Read More!

Sign In

Blog

ICT Learning

What is .NET Framework?

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

What are .NET Languages?

VB.Net - ASP.Net - C# etc

ASP.NET

ASP.NET is more than the next version of Active Server Pages (ASP); it provides a unified Web development model that includes the services necessary for developers to build enterprise-class Web applications. While ASP.NET is largely syntax compatible with ASP, it also provides a new programming model and infrastructure for more scalable and stable applications that help provide greater protection. You can feel free to augment your existing ASP applications by incrementally adding ASP.NET functionality to them.

ASP.NET is a compiled, .NET-based environment; you can author applications in any .NET compatible language, including Visual Basic .NET, C#, and JScript .NET. Additionally, the entire .NET Framework is available to any ASP.NET application. Developers can easily access the benefits of these technologies, which include the managed common language runtime environment, type safety, inheritance, and so on.

ASP.NET has been designed to work seamlessly with WYSIWYG HTML editors and other programming tools, including Microsoft Visual Studio .NET. Not only does this make Web development easier, but it also provides all the benefits that these tools have to offer, including a GUI that developers can use to drop server controls onto a Web page and fully integrated debugging support.