My tryst with Code

Articles tagged 'C#'

How to: debug and step into a referenced c# project from a c++ metro app

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.
Read more

How To: Reference a C# library in a C++ Metro App project

I’ll keep this short. Basically to reference any project whether C# or C++ or even VB, the Output type must be WinMD File.
Read more

How to recursively call a Lambda Expression

Have you ever faced the below situation where C# does not allow you to recursively call a lambda expression?
Read more

Creating SharePoint WebApplication the geeky way

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...
Read more

so what's the difference between string and System.String?

Well nothing really!!! string is just a c# alias and System.String is a .NET type i.e. "string" is an alias for "String".
Read more

yield return - modern plumbing for iteration??

yield, IEnumerator, IEnumerable,... confused?... well let me explain: ...
Read more

String.IsNullOrEmpty() - boon or bane

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: ...
Read more

Popular Tags

ARM templates ASP.NET Azure Azure AD Azure CDN Azure Portal Azure Storage Azure Web Apps C# C++ CDN Cloud productivity Cloud Services Create, manage, monitor Dashboards Data protection data types debugging Direct2D DirectX documentation Game Programming IDEs input bindings JavaScript JsDocs keyboard accessibility Knockout lambda expressions LESS Loading indicators Microsoft MSBuild MVVM performance public preview Resource locks ResourceMenu screen reader SharePoint SilverLight single-page application Soft delete SQL Server SQL Server 2008 SQL Server 2012 SSMS Static content StyleCop t-sql TextBox Tile Gallery tools TypeDocs TypeScript URLs User Experience User management Visual Studio Visual Studio 2010 VS Express Web Development web page performance WebMatrix Windows 7 Windows 8 Windows 8 Apps WinRT WPF XAML

Archive