Category Archives: C/C++/C#
Introduction Exceptions can be defined as a deviation from the expected flow of a program caused by logical, I/O or environmental issues. So the concept of structured exception handling enables programmers to identify and safeguard themselves from those potential code regions that might get subjected to any of these factors. In some cases, when an […]
Continue Reading: A Short Guide – Exception handling in C#.Net →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 …
Continue Reading: C# 2010 Soup to Nuts Series →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…
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…
Continue Reading: Visual Studio is Hiring →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…
Continue Reading: Microsoft Help Viewer 1.1 – Updates Planned for Visual Studio 2010 SP1 →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…
Continue Reading: What’s Next in C#? Get Ready for Async! →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…
Continue Reading: Converting a VBA Macro to C# 4.0 →Working with a bit of code last week I stumbled into something unusual. I was working on something quite basic so kind of surprised when I came across a compilation error. GCC was telling me that I couldn’t access a protected member.
Continue Reading: A Strange C++ Language Specific Error →This time I want to discuss features that belong to the new System.Collections.Concurrent namespace in the.NET Framework 4. When you design parallel applications, you often need thread-safe data storage as well as some mechanism of sending messages bet…
Continue Reading: Blocking Collection and the Producer-Consumer Problem →The article lists 15 very useful tips for computer programmers. I hope if they are followed then programmer’s as well as program efficiency both increase.
Continue Reading: 15 Good Computer Programming Habits →