by Abhijit Jana
How to track an object which is Out of Scope while Debugging?
by Dave Kerr
Promises are a core feature of AngularJS - whether you understand them or not, if you use AngularJS you've almost certainly been using them for a while.In this post I'm going to explain what promises are, how they work, where they're used and finally how to use them effectively.Once we've got the co
by Gordon W Beeming
Paste special feature in Visual Studio 2012
by Sacha Barber
I am working on a 3D article in WPF, and I wanted to use an ImageBrush but was having some issues with it, so I decided to split this out into a small test app.I had the following setupAnd I simply wanted to test this out by creating an ImageBrush that I could use to [...]
by Kevin Mack
I'm a huge mystery buff. Plain and simple, I love them all. I read mystery novels, watch police procedural, you name it. There's something truly awesome about figuring out and solving some puzzle that no one else could solve.It's surprising how many people I know who work in software development
by Gabor Fekete
CodeProject This is a short post about using std::unique_ptr with malloc() and free(). Although, it can be used with other resource management functions too (files, sockets, etc.). Often, when working with legacy C and C++ code, we see usages of malloc() and free(). Just like new and delete, explici
by Shahriar Iqbal Chowdhury/Galib
Background While using log4net for logging and using a separate configuration file I encountered a strange error that log4net cant locate the configuration file, even though file and configurations are already there. This problem drive me nuts and finally i found few solutions to fix the problem. Pr
by derekman9707
This is probably one of the most common posts that I see on the MSDN forums and hear from students. The most common answer is that the database has been set to full or bulk logged recovery model and a transaction log backup has not been completed. So let’s take a VERY simplistic look at log