Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)
If you haven’t been following it over the last couple of months, we’ve been running a series of articles about brownfield development – authored by James Kovacs , Kyle Baley , and Donald Belcham .  The big idea here is that rather than have yet another Read More...
Every month, the CLR team gives us insight into the core of managed code, .NET programming best practices, technologies underlying the CLR and .NET Framework, and other tips and suggestions. In the December 2008 issue of MSDN Magazine , Erika Fuentes Read More...
There’s no programming model that magically eliminates all concurrency-related issues, so understanding how memory and caches work is still important to write efficient parallel programs. In the October 2008 issue of MSDN Magazine , Stephen Toub, Igor Read More...
Unhandled exception processing shouldn't be a mystery. It's actually quite useful since it gives a crashing application an opportunity to perform last-minute diagnostic logging about what went wrong. In the September 2008 issue of MSDN Magazine , Gaurav Read More...
In the August 2008 issue of MSDN Magazine , Matt Milner covers several topics regarding development with Windows Workflow Foundation , some that are intended to address specific reader questions, such as how to safely share a persistence database across Read More...
System.IO.File is a handy helper class for reading and writing data, but its methods support only synchronous operation. Is there an easy way to provide File’s functionality for asynchronous file I/O? In the July 2008 issue of MSDN Magazine , Stephen Read More...
Remember .NET Terrarium, the interactive game meant to introduce .NET development techniques? Well, the Windows SDK team has released the source code for . NET Terrarium 2.0 on CodePlex . You can read more about this release on the Windows SDK blog and Read More...
Windows Presentation Foundation (WPF) offers excellent support for managing the display and editing of complex data. In the December 2007 edition of MSDN Magazine , John Papa did a great job of explaining essential WPF data binding concepts . In the July Read More...
In the November issue of MSDN Magazine, Jeffrey Richter demonstrates some recent additions to the C# programming language that make working with the APM significantly easier. In the June issue , Jeffrey introduces his AsyncEnumerator class , which intelligently Read More...
A combination of the retained-mode graphics system and notification mechanisms such as dependency properties unleash the flexibility and power of Windows Presentation Foundation (WPF, allowing these objects to be targets of data bindings and animations. Read More...
Hundreds of languages target Windows either directly through the Win32 API or through the CLR, and more are being built every day. While you've probably heard about many of these new languages and language paradigms, you may be wondering what it all means. Read More...
Microsoft Robotics Studio is more than just a way to play with robots. Robotics Studio allows you to build service-based applications for a wide range of hardware devices. In the June 2008 issue of MSDN Magazine , Sara Morgan covers the Robotics Studio Read More...
The CLR garbage collector divides objects into small and large categories. When an object is large, some attributes associated with it become more significant than if the object is small. With the June 2008 issue of MSDN Magazine , Maoni Stephens explains Read More...
To reliably create high-performance programs, you need to understand the performance of the individual components you use. Thus, measurement has to be an integral part of the design process. In the April 2008 issue of MSDN Magazine , Vance Morrison showed Read More...
Workflows in Windows Workflow Foundation (WF) can be modeled in several ways, and this flexibility is a powerful feature that allows for modeling tools that target different audiences. In the May 2008 issue of MSDN Magazine , Matt Milner explains two Read More...
More Posts Next page »
 
Page view tracker