Per Mausklick bewerten und Feedback geben
Popular Articles

WPF ist eine der wichtigsten neuen Technologien in .NET Framework 3.0. In diesem Monat stellt John Papa die Datenbindungsfunktionen dieser Technologie vor.

John Papa

MSDN Magazine December 2007

...

Read more!

C# allows developers to embed XML comments into their source files-a useful facility, especially when more than one programmer is working on the same code. The C# parser can expand these XML tags to provide additional information and export them to an external document for further processing. This article shows how to use XML comments and explains the relevant tags. The author demonstrates how to set up your project to export your XML comments into convenient documentation for the benefit of other developers. He also shows how to use comments ...

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!

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!

Jetzt können Sie effiziente, anspruchsvolle Textanalysen mithilfe von regulären Ausdrücken in SQL Server 2005 durchführen.

David Banister

MSDN Magazine February 2007

...

Read more!

June2009 June 2009
Test-Driven Design: Using Mocks And Tests To Design Role-Based Objects
Use Test-Driven Development with mock objects to design object oriented code in terms of roles and responsibilities, not categorization of objects into class hierarchies. Isaiah Perumalla
Entity Framework: Anti-Patterns To Avoid In N-Tier Applications
Danny Simmons explores some anti-patterns you should look out for when building n-tier applications with the Entity Framework. Daniel Simmons
Velocity: Build Better Data-Driven Apps With Distributed Caching
Microsoft Velocity exposes a unified, distributed memory cache for client application consumption. We show you how to add Velocity to your data-driven apps. Aaron Dunnington
Peer Fun: A Peer-To-Peer Work Processing App With WCF
We demonstrate creating a peer-to-peer processing platform where multiple players function together for a common purpose: getting your work done. Matt Neely
Inside Windows 7: Introducing Libraries
This is Part 1 of a multipart article series on Windows 7. This article is about the new user profile storage concept in Windows 7, called Libraries. Yochay Kiriaty

Columns
Editor's Note: Architecture and Aggregates
Howard Dierking
Toolbox: Managing in the Cloud, UX Design Patterns, Anders Hejlsberg�s The C# Programming Language, and More
Now that you're even managing projects in the cloud, you'll need some tools to help. This month we illustrate one, discuss UX design patterns, a book by Anders Hejlsberg, and more. Scott Mitchell
CLR Inside Out: Memory Usage Auditing For .NET Applications
Memory usage can have a direct impact on how fast an application executes and thus is important to optimize. In this article we discuss the basics of memory optimization for .NET programs. Subramanian Ramaswamy and Vance Morrison
Data Points: Building An Out-of-Browser Client With Silverlight 3
Silverlight 2 applications are restricted to running inside a browser. However, Silverlight 3 applications can run inside the browser or out. Here we build a social networking app as a standalone Silverlight 3 application. John Papa
Cutting Edge: Go Beyond HTML Forms With AJAX
This month we examine forms in the context of AJAX applications and look at various approaches to implementing features such as auto-saving, just-in-time validation, and submission throttling. Dino Esposito
Patterns in Practice: The Unit Of Work Pattern And Persistence Ignorance
Jeremy Miller continues his discussion of persistence patterns by reviewing the Unit of Work design pattern and examining the issues around persistence ignorance. Jeremy Miller
Test Run: .NET Module Testing with IronPython
This month we demonstrate how easy it is to use IronPython to test .NET-based libraries. James McCaffrey
The Polyglot Programmer: Reaping The Benefits Of Cobra
Cobra, a descendant of Python, offers a combined dynamic and statically-typed programming model, built-in unit test facilities, scripting capabilities, and much more. Feel the power here. Ted Neward
Foundations: Customizing the New WPF Calendar Controls
Late last year Microsoft released Calendar and DatePicker controls for WPF in the WPF Toolkit. We�ll show you how they work, and how you can customize them. Charles Petzold
Concurrent Affairs: Solving The Dining Philosophers Problem With Asynchronous Agents
We use the new Asynchronous Agents Library in Visual C++ 2010 to solve the classic Dining Philosophers concurrency problem. Rick Molloy
Windows With C++: Introducing Direct2D
If you want to develop high-performance and high-quality commercial applications, you�ll still look to C++ and native code. Direct2D will help you deliver the graphics power you need. Kenny Kerr
{End Bracket}: Think Before You Speak
Steven M. List
Page view tracker