ASP.Net Logo

Posted by Bill on April 20, 2016

What does the language(framework) do:

ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting. ASP.NET supports three different development models that are Web Pages, MVC (Model View Controller), and Web Forms.

Products that use the language:

Companies that use them:

Sample Code:

<!DOCTYPE html>
<html>
    <body>
        <% response.write("Hello World!")%>
    </body>
</html>

How much does a developer get paid:

On average $89,000 a year (via Indeed)

Difficulty Rating:

Resources to learn the language:

  1. ASP.Net (Free)
  2. Tutorials Point (Free)
  3. Lynda (Paid)