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.
Have you ever faced the below situation where C# does not allow you to recursively call a lambda expression?
There I was coding away for my project, when I thought what if I created a sharepoint site entirely from code? and i mean right from creating a web application to a site collection and beyond...
Well nothing really!!! string is just a c# alias and System.String is a .NET type i.e. "string" is an alias for "String".
yield, IEnumerator, IEnumerable,... confused?... well let me explain: ...
So, as part of a functionality i wanted to implement, i needed to validate whether a string was null or empty. Came up with 3 different ways: ...