Introduction to Routing in ASP.NET MVC Framework
This introduces routing in ASP.NET MVC application. Routing enables to create hackable URL which are easily indexed by the search engines. [youtube ZFdgmDdbjRw]
This introduces routing in ASP.NET MVC application. Routing enables to create hackable URL which are easily indexed by the search engines. [youtube ZFdgmDdbjRw]
This screencast introduces the concept of caching in ASP.NET applications. [youtube x9Zc0lRpPkE] Video producer: http://highoncoding.com/
This screencast demonstrates how to Stub out dependencies using a wrapper class. [youtube l-DlVSOki40]
This screencast demonstrates how to get started with Ajax in ASP.NET MVC Framework. [youtube gLiWQkqUoVM]
Come learn about the new features being introduced with ASP.NET MVC 2. Templated helpers allow associating edit and display elements with data types automatically. Areas provide a means of dividing a large Web application into multiple projects. Data annotations allows attaching metadata attributes on a model to control validation. Client …
ADO Entity Framework can be used in ASP.NET as well. There are only minor things to keep in mind. The EntityDataSource makes using an Entity Model in ASP.NET much easier. This video demonstrates how to use Entity Framework in ASP.NET. http://msdn.microsoft.com/en-gb/vcsharp/dd565859.aspx