What is Web Pages?
Web Pages is one of the 3 programming models for creating ASP.NET web sites and web applications.The other two programming models are Web Forms and MVC (Model, View, Controller).
Web Pages is the simplest programming model for developing ASP.NET web pages. It provides an easy way to combine HTML, CSS, JavaScript and server code:
- Easy to learn, understand, and use
- Built around single web pages
- Similar to PHP and Classic ASP
- Server scripting with Visual Basic or C#
- Full HTML, CSS, and JavaScript control
Web Pages Tutorial
If you are new to ASP.NET, Web Pages is the perfect place to start.In our Web Pages tutorial you will learn how to combine HTML, CSS, JavaScript and server code, using the latest Razor server markup syntax with Visual Basic or C# .
You will also learn how to extend your web pages with programmable Web Helpers.
Web Pages Examples
Learn by examples!Because ASP.NET code is executed on the server, you cannot view the code in your browser. You will only see the output as plain HTML.
At W3Schools every example displays the hidden ASP.NET code. This makes it easier for you to understand how it works.
Web Pages Examples
Web Pages References
At the end of this tutorial you will find a complete set of ASP.NET references with objects, components, properties and methods.Web Pages References
We Have Used WebMatrix
In this tutorial, we have used WebMatrix.WebMatrix is a simple but powerful free ASP.NET development tool from Microsoft, tailor made for Web Pages.
WebMatrix contains:
- Web Pages examples and templates
- A web server language (Razor using VB or C#)
- A web server (IIS Express)
- A database server (SQL Server Compact)
- A full web development framework (ASP.NET)
The skills and code you develop with WebMatrix can seamlessly be transformed to fully professional ASP.NET applications.
No comments:
Post a Comment