Title: Introduction - Asp.net
Course with Visual Studio 2010 - Lesson 1
Duration: 16 minutes
Summary: This video is the start of a long course that discusses ASP.NET 3.5 and 4.0 using Visual Studio 2010 and C#. I start first by introducing Visual Studio 2010 and its features. We look at the different new templates added to this release. We see new templates for MVC 2 and the tight integration between WCF and WF. Then we create two web applications: one targeting .NET 3.5 and the other targeting .NET 4.0. We explain the differences between the two templates and see what features were added in the new (4.0) template. We also saw how we can shrink and enlarge the code font using the ctrl key and the mouse wheel. Finally, we discussed the new features being added to code factoring like 'Remove Parameters'.
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: ASP.NET, Visual Studio 2010.
Keywords: ASP.NET, Visual Studio 2010, Unit Test, Code refactoring, MVC 2, WCF, WF.