.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Category: <span>Software Architecture</span>

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 …

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, …

ASP.NET Dynamic Data

This session will provide an overview of Dynamic Data that provides a rich framework for creating data driven web sites. Learn how to quickly build a Dynamic Data web site using features like model level validation, field and entity templates, and scaffolding. Plus we will show many of the new …