Popular Articles
Writing a Web application with ASP.NET is unbelievably easy. So many developers don't take the time to structure their applications for great performance. In this article, the author presents 10 tips for writing high-performance Web apps. The discussion is not limited to ASP.NET applications because they are just one subset of Web applications.
Rob Howard
MSDN Magazine January 2005
...
Read more!
Wir zeigen Ihnen die Vorteile der Erstellung zusammengesetzter Anwendungen mithilfe der Composite Application Guidance for WPF von Microsoft patterns & practices.
Glenn Block
MSDN Magazine September 2008
...
Read more!
Chris Tavares erläutert, wie das Model View Controller-Muster von ASP.NET MVC Framework das Erstellen flexibler, leicht zu testender Webanwendungen unterstützt.
Chris Tavares
MSDN Magazine March 2008
...
Read more!
ADO.NET Data Services bietet über das Web zugängliche Endpunkte, mit denen Sie Daten filtern, sortieren, formen und auslagern können, ohne diese Funktionalität selbst erstellen zu müssen.
Shawn Wildermuth
MSDN Magazine September 2008
...
Read more!
When incorporating the ASP.NET DataGrid control into your Web apps, common operations such as paging, sorting, editing, and deleting data require more effort than you might like to expend. But all that is about to change. The GridView control--the successor to the DataGrid-- extends the DataGrid's functionality it in a number of ways. First, it fully supports data source components and can automatically handle data operations, such as paging, sorting, and editing, as long as its bound data source object supports these capabilities. In addition, ...
Read more!
Our Blog
So many factors can affect the performance of a Web page—the distance between server and client, the size of the elements on the page, how the browser loads these elements, available bandwidth. Finding those bottlenecks and identifying the culprits is no easy task.
In the November 2008 issue of MSDN Magazine, Jim Pierson introduces ...
Read more!
One stumbling block that developers encounter with asynchronous programming is that they become so concerned with getting concurrency right that they forget the core simplicity of the program.
F# lets you separate simple programs from the concurrent control flow and reveal the simplicity and readability of your core program.
In the October 2008 issue of MSDN Magazine, Chance Coble demonstrates ...
Read more!
The concept of Agile security does not have to be a contradiction in terms. The Microsoft SDL team has defined a set of process improvements that increase security focus while respecting the need to release new code on an ultra-short timeline.
In the November 2008 issue of MSDN Magazine, Bryan Sullivan explains how Microsoft has adapted ...
Read more!
It’s helpful to think about secure design from a more holistic perspective by using threat models to drive your security engineering process.
In the November 2008 issue of MSDN Magazine, Michael Howard proposes using the threat model to help drive other SDL security requirements, primarily code review priority, fuzz testing priority, ...
Read more!
Once you start adopting service-oriented principles for your distributed applications, you are crossing a security boundary for every service call you make. Windows Communication Foundation (WCF) provides powerful facilities for implementing authorization in your services.
In the October 2008 issue of MSDN Magazine, Dominick Baier and Christian Weyer explain how to use ...
Read more!