Browsing Tag

asp.net from scratch

ASP.NET from Scratch: Views
videos

ASP.NET from Scratch: Views

The last major piece of the ASP.NET MVC Framework is the View engine. In this lesson, we look at the default View Engine in MVC2 – the WebForms View Engine – and learn how we can use views to display information to the user.


This entry is part 9 of 10 in the ASP.NET from Scratch Session
ASP.NET from Scratch: Routing in MVC
videos

ASP.NET from Scratch: Routing in MVC

In today’s episode of ASP.NET from Scratch, we’ll look into URL routing in the MVC framework, and examine how a request can be routed to a controller and action method. You’ll learn how to use constraints to gain better control over your routers, and also discuss best practices in adding routes to the route table.


This entry is part 7 of 10 in the ASP.NET from Scratch Session
ASP.NET from Scratch: Master Pages
basixvideos

ASP.NET from Scratch: Master Pages

This latest lesson in our ASP.NET from Scratch series delves into Master Pages – ASP.NET’s built-in templating engine. You’ll learn what Master Pages are, and how to use Master and Content pages to provide a consistent look and feel to your web application.


This entry is part 5 of 10 in the ASP.NET from Scratch Session