.NET Videos Tutorials

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

Scott Hanselman on Scaling Websites with Caching

Architecting an enterprise or web application for high performance, scale, and availability can be a challenge without an appropriate caching strategy. One approach is to leverage a distributed caching platform to support the needs of performance, scale, and availability. In this ARCast episode, Scott Hanselman and Joe Shirey discuss Microsoft’s …

Beneath the Surface

For more than thirty years, people have been learning the language of computers. It’s now time for technology to learn the language of people: touch, voice and gesture. This session will outline the design philosophy behind Microsoft’s efforts to create natural, intuitive and emotional products, and provide a glimpse into …

Opening up your application the Managed Extensibility Framework

Modern applications are often built from pluggable parts composed together either at development time or at runtime. Such parts might include reusable libraries, application add-ins, host provided services, or internal parts separated from the main application for engineering reasons; The .NET framework currently provides basic functionality for loading such parts, …