-
Recent Posts
- How do I map a differential/transaction log backup to its full backup without using MSDB?
- Change Data Capture gets disabled when you break mirroring and bring the database online
- Change Data Capture gets disabled when you break mirroring and bring the database online
- Do NOT delete files from the Windows Installer folder
- How to monitor deadlock using extended events in SQL Server 2008 and later
-
Recent Comments
- Dave on How to Point a Domain to an Amazon EC2 Virtual Server
- David Ziffer on Programming Language | .NET Multiple Inheritance Issue
- Ashok on SAP HR Certifications Sample Questions Set 4
- Brad on JetBrains Rolls Out Competitor For Objective C Development
- Danny on Getting Started (for Free!) with Amazon Elastic Cloud Computing (EC2)
Tag Archives: C
C# 2010 Soup to Nuts Series
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 →
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…
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…
Continue Reading: Visual Studio is Hiring →
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…
Continue Reading: Microsoft Help Viewer 1.1 – Updates Planned for Visual Studio 2010 SP1 →
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…
Continue Reading: What’s Next in C#? Get Ready for Async! →
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…
Continue Reading: Converting a VBA Macro to C# 4.0 →
A Strange C++ Language Specific Error
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 →
Which Programming Language is the Most Secure?
This is a question that can cause a thousand debates on the internet so before we get started we should make one thing clear. If the programming language is in the hands of a seasoned professional, then any one of these languages can be secured. Most of the security problems that come from certain languages are the fault of the programmer and not the actual language itself.
Continue Reading: Which Programming Language is the Most Secure? →
Blocking Collection and the Producer-Consumer Problem
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 →
15 Good Computer Programming Habits
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 →