19,155 tutorials online
12 tutorials pending review
763 dead links removed





.NET Framework Overview

User Rating: Not yet rated
Source Website: www.tipsntracks.com
Viewed: 23 times
Reported For Abuse / Broken Link: 0 times
(Report Link)

Rate this tutorial:


Description:
NET is essentially a system application that runs on Windows. The heart of .NET is the .NET Framework. The most important component of the framework is the CLR as the heart and soul of the .NET architecture. Every application written using the Framework depends on the CLR. Among other things, the CLR provides a common set of data types, acting as a foundation for C#, VB, and all other languages that target the .NET Framework. Because this foundation is the same no matter which language they choose, developers see a more consistent environment.






Other Tutorials From This Category
    Encrypting Passwords Before Saving to the Database
    Web Application Basics
    Connect to MySQL from ASP.NET
    How to Build a Simple Twitter Widget with ASP.NET
    The Page Rendering Model
    Dealing with errors and tracing in ASP.NET
    Crystal Reports in ASP.NET
    Displaying XML Data in an ASP.NET page
    Sending Email from an Application
    What is a Web Deployment