By Emily Gibson New! C# 2010 Soup to Nuts Series Explore this webcast series on Visual C# 2010 presented by Developer Evangelist, Bill Steele. Learn about class libraries, operator basics, branching and looping, and more as Bill dives deep into this …
New Async Programming Videos
Some great new video’s on MSDN showing how to do async programming using the Async CTP.
http://msdn.microsoft.com/en-us/vstudio/hh378091.aspx
There are different versions of video’s for both VB and C#. This is a great opportunity to see the power of th…
Async CTP (SP1 Refresh)
By Jeremy Meng
Visual Studio Async CTP (SP1 Refresh) is available now! You are welcome to download and try it out!
Thanks to the new Async feature coming in Visual Basic and C# it has never been so easy to write asynchronous code. With the newly introd…
How to programmatically launch Debugger in a remote machine
This blog post explains how to kick off a debugger in a remote machine, programmatically. We are going to use WMI interfaces to achieve this. Use WMI, to start the debuggee process and attach a registered debugger to it using WMI. I have given a sample…
How to programmatically launch Debugger in a remote machine
This blog post explains how to kick off a debugger in a remote machine, programmatically. We are going to use WMI interfaces to achieve this. Use WMI, to start the debuggee process and attach a registered debugger to it using WMI. I have given a sample…
Visual Studio is Hiring
Do you want to work on a product used by millions of developers around the world? I do! Come join me to deliver Visual Studio, the set of developer tools used across Microsoft and around the world. We have open positions available acr…
Microsoft Help Viewer 1.1 – Updates Planned for Visual Studio 2010 SP1
Learn about the upcoming changes to the Help Viewer planned for Visual Studio 2010 SP1. Paul O’Rear, a Program Manager on the Library Experience team, describes the changes planned and demonstrates the new functionality of the viewer in an earl…
What’s Next in C#? Get Ready for Async!
Today we announced the Visual Studio Async CTP, which shows one of the major features we plan to include in a future release of C# and Visual Basic. This feature makes development of asynchronous applications–which include everything from desktop appl…
Converting a VBA Macro to C# 4.0
I’ve talked a lot about improved COM interop in C# 4.0 and how much easier it is now to work with Office applications. This time I want to share some tips and tricks on how you can convert Visual Basic for Applications (VBA) macros to C# 4.0 by using O…
Converting a VBA Macro to C# 4.0
I’ve talked a lot about improved COM interop in C# 4.0 and how much easier it is now to work with Office applications. This time I want to share some tips and tricks on how you can convert Visual Basic for Applications (VBA) macros to C# 4.0 by using O…