Monday, January 16, 2012

Free on-demand ASP.Net 4/Visual Studio 2010 training course (in 55 videos)

Mr. Bool - Course ASP.NET 4 and Visual Studio 2010

"In this course we will see the main innovations of ASP.NET 4 and Visual Studio 2010 IDE. It presents the conceptualization of new technology, which has It presents the conceptualization of new technology, which has good coding standard and simplified design to illustrate the key points

SNAGHTMLb093387

image..."

Course ASP.NET 4 and Visual Studio 2010 - Web Application Versus Web Site

Duration: 20 minutes

Summary: In this video, we try to explore the difference between a web site and a web application. Although the structure of the site seems the same when we run it, there are key differences between the two. The major difference is that a web application has a project that holds the files together. I can easily right-click on a file and say “Exclude from project”. That option is not available in a web site. A web site is made of files and folder, but no project. So if I need to exclude a file from the web site, I have to either delete it, or give it the extension “.exclude”. In addition, a web project can be compiled into a single dll available in the bin folder. That is not the case in a web site. Every page will compile into its own assembly. If I need to open a web application, I can double click on the project. But since there is no project in a web site, I can select File->Open-> web site from a specific folder (where I originally created the web site).

image

I hadn't seen this site before... Got to love the power of social sharing. :)

(via http://www.reddit.com/r/dotnetASP.NET 4 and Visual Studio 2010 - online course with 55 free videos)

No comments: