.NET Videos Tutorials

.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
.NET Videos Tutorials

Become a Web Debugging Virtuoso with Fiddler

Learn how teams around Microsoft and ISVs around the world use the Fiddler web debugging tool to find bugs, troubleshoot performance problems, and uncover security vulnerabilities in both client and server code. Explore the best add-ons for Fiddler, and build your own functionality using JavaScript and .NET languages. Examine how …

Practical Entity Framework for C#: Compiled Queries in Entity Framework

With any new technology, performance implications are important to consider. If you want to get the best performance from Entity Framework queries, you should use the Compile function of the CompiledQuery class. This video demonstrates how to use compiled queries in the Entity Framework. http://msdn.microsoft.com/en-gb/vcsharp/dd565858.aspx