ASP.NET News

Server Variables

ASP.Net

Tutorials

How to make your own Postback pages.

You can make your own postback pages that work smoother than Ajax with less overhead.

Run a particular function with elevated priveleges.

Have you ever wanted to run a function or page with a particular set of privileges with giving the same privileges to the whole site? I will show you how.

Serialize Deserialize Data.

TechNet Articles

Introduction to ASP.NET Web Programming Using the Razor Syntax

This video gives you an overview of programming with ASP.NET Web pages using the Razor syntax.

Getting Started with WebMatrix Beta and ASP.NET Web Pages

This video introduces Microsoft WebMatrix, a free Web development technology that delivers the world's best experience for Web developers.

Tailspin Spyworks - Displaying User Reviews

Joe Stagner displays reviews from customers in the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Adding User Product Reviews

Joe Stagner adds reviews from customers to product details page in the Tailspin Spyworks sample Web Forms application.

ASP.NET MVC For the Rest of Us: Part 4

In this video Microsoft's Joe Stagner adds a controller to an ASP.NET MVC application.

Tailspin Spyworks - Final Check Out

Joe Stagner places the customer's order during the final check out process for the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Migrate the Shopping Cart

Joe Stagner shows how to convert the shopping cart of an anonymous user to an authenticated one before final check out for the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Update the Shopping Cart

Joe Stagner updates the shopping cart for the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Display Shopping Cart

Joe Stagner shows how to display the shopping cart in the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Adding Items to the Shopping Cart

Joe Stagner builds the Add to Cart function for the Tailspin Spyworks sample Web Forms application.

MVC Music Store Part 3: Views and ViewModels

Jon continues the MVC Music Store tutorial with an introduction to Views, ViewModels, and MasterPages.

MVC Music Store Part 2: Controllers

Jon continues the MVC Music Store tutorial by creating some basic controller actions.

MVC Music Store Part 1: Intro, Tools, and Project Structure

Jon Galloway begins the MVC Music Store tutorial with an introduction, overview of the application, and review of the directory structure of an MVC application.

Tailspin Spyworks - Display Per Product Details

Joe Stagner displays the product details in the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Display the Product List

Joe Stagner shows how to display the product list in the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Category Menu

Joe Stagner builds the category menu for the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Directory Organization

Joe Stagner modifies the default directory structure for the Tailspin Spyworks sample Web Forms application.

Tailspin Spyworks - Intro UI and EDM

Joe Stagner kicks off the Tailspin Spyworks sample Web Forms application by implementing the default template.

ASP.NET MVC 2 - Render Action

In this video you'll learn how to use Html.RenderAction to write the results of a Controller Action to a View. We'll look at how Html.RenderAction differs from Html.RenderPartial, and how Html.Action differs from Html.RenderAction.

ASP.NET MVC 2 - Areas

In this video you will learn how to use the Areas feature to make it easier to organize larger ASP.NET MVC applications by breaking them into different functional areas.

ASP.NET MVC For the Rest of Us: Part 3

In this Video Microsoft's Joe Stagner rebuilds the "Contact Us" feature for an ASP.NET MVC application using the Microsoft Entity Framework and a strongly typed view. Here we start to get a real feel for the power of working with data in ASP.NET MVC.

ASP.NET MVC For the Rest of Us: Part 2

In this Video Microsoft's Joe Stagner builds a "Contact Us" feature for an ASP.NET MVC application by adding a View, Controller Logic and a Custom Model to the default ASP.NET Application. You’ll see some of the fundamental differences between working with ASP.NET MVC versus ASP.NET Web Forms.

ASP.NET MVC For the Rest of Us: Part 1

In this Video Microsoft's Joe Stagner builds a "Contact Us" feature for an ASP.NET MVC application by adding a View, Controller Logic and a Custom Model to the default ASP.NET Application. You'll see some of the fundamental differences between working with ASP.NET MVC versus ASP.NET Web Forms.

Build Your First ASP.NET Application with ASP.NET MVC

Microsoft's Laurence Moroney shows you how to build your first ASP.NET application with ASP.NET MVC.

Build Your First ASP.NET Application with ASP.NET Web Forms

Microsoft's Laurence Moroney shows you how to build your first ASP.NET application with ASP.NET Web Forms.