Learn how to extend support for Microsoft C#-only BlankExtension/BizType projects to Visual Basic.
Learn about the often-overlooked XAML extensibility resource, and how you can make custom markup extensions of your own.
- By Mark Michaelis
- 07/02/2011
Your team won't achieve automated build nirvana overnight. Here's how to break down the process and adopt the changes in the Microsoft build system.
- By Benjamin Day
- 07/01/2011
When all you have is a DLL or an EXE, .NET Reflector will let you recreate C# or Visual Basic code from the assembly. But the real story here is the .NET Reflector integration with Visual Studio.
A look at how developers can use the integrated application analytics capabilities of Visual Studio 2010 to improve software quality.
- By Sebastian Holst
- 07/01/2011
C# Corner columnist Patrick Steele recently explored the idea of using lambda methods as a way to plug in specific functionality with more control than subclassing and readers respond.
- By Readers of Visual Studio Magazine
- 07/01/2011
Peter Vogel answers reader questions, including extending custom sections in the config file, using CreateQuery and ESQL in the Entity Framework, and reading lambda expressions.
Lots more cores are coming -- but don't panic. Look for abstract programming methods pioneered by the MIT Cilk project to span to the future to address task parallelism, data parallelism and safety for multicore and manycore development.
- By James Reinders
- 07/01/2011
Andrew Brust on Microsoft's whistle-stop demo tour.
- By Andrew J. Brust
- 07/01/2011
Power user Alice strikes; can the code save our programming hero?
Mickey Gousset discusses test cases and test suites, and how they relate to test plans in Microsoft Test Manager 2010.
- By Mickey Gousset
- 06/28/2011
Microsoft's Aaron Bjork explores how to use acceptance criteria to get everyone on your team running the same play.
Mobile Corner columnist Nick Randolph walks through how to use data binding to automatically display a progress bar when loading data in Windows Phone 7.
- By Nick Randolph
- 06/27/2011
Practical .NET columnist Peter Vogel ponders some of the assumptions and decisions that go into building out an SOA, and wonders if there might be better approaches.
In Part 1, VSM columnist Eric Vogel covered the basics of the Reactive Extensions (Rx) library. In this installment he explores how to observe asynchronous methods, tasks and events, as well as how to compose observable sequences using LINQ.
HTML5-based version of Microsoft's free cloud storage service boasts new features and a more Windows-like interface.
Inside TFS columnist Mickey Gousset delves into how to create a test case using Microsoft Test Manager 2010.
- By Mickey Gousset
- 06/22/2011
If you want to extend your ASP.NET application to include RESTful calls that return JSON results to JavaScript code in an AJAX page, here's how to manage your URLs to reduce errors, integrate with ASP.NET MVC, and pass objects from your browser to your server.
Redmond's $8.5 billion deal gains quick approval by the FTC, but obstacles remain.
Enhancements in the .NET Framework 4 and Visual Studio 2010 make Office automation solutions easier than ever to write and deploy. Here's an Excel automation scenario that reflects solutions that I've seen requested by multiple clients.