Here’s when I share the fact that I have published a V1 of the game. It’s still lacking in some desirable features, which will come in subsequent releases.
So, the last time I posted I had just started on the Game. I had a good idea of what I wanted to do, had a basic app structure in place and a book on Introduction to Game Development by Steve Rabin in hand.
I faced this issue recently where I created a C++ metro style app. Some of the functionality I wrote in a C# project compiled to a WinMD file and referenced it in the C++ app.
I’ll keep this short. Basically to reference any project whether C# or C++ or even VB, the Output type must be WinMD File.
Recently I got into the mood for developing a simple game for Window 8 Metro UI and so I started reading up on DirectX development using Windows RT. I decided to develop a simple game ...
In SQL Server 2012, Management Studio is a whole new beast. First and foremost, it is powered by Visual Studio, which means we get a whole lot of VS goodness. Its simple things like ...
I faced this error recently and have to say it was very annoying especially due to the fact that the error details do not offer many clues as to the source of the problem...
Have you ever faced the below situation where C# does not allow you to recursively call a lambda expression?