-
Notifications
You must be signed in to change notification settings - Fork 2
Dotnet
.NET Framework or simply, .NET is a multi-purpose multi-language runtime framework; created and owned by Microsoft.
It has a large class library, supports language interpolability; and runs primarily on Windows.
Microsoft started development of .NET Framework in the late 1990s, and by 2000s; a beta version was released. Other than Windows GUI development and Windows Phone apps development; the .NET framework is used in web development.
It works seamlessly with Microsoft Azure cloud hosting platform and SQL Server database. It allows programming the server side in multiple different languages; predominantly in C#.
With MSDN as a content-rich community, there are lots of potentials and benefits to using .NET for web development.
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links