This post shows you how to access the actual master page for a Kentico Portal template. It allows you to edit the HTML tag and other areas that are not accessible from within the Kentico user interface
The following is a C# Generic Extension function that checks if an item is in the given list of values.
This article shows how to force your site to have WWW in the URL using the IIS URL rewrite module.
The following shows how to setup a proper connection string and DbContext in Entity Framework in order to connect to a SQL Compact database in ASP.NET.
The following methods will allow you to map your DataTable, DataRow results to a class object.
Example on how to use the LIKE functionality in T-SQL in Entity Framework
Displaying the x++ stack trace in Dynamics AX 2009
A common problem with parameterized queries is when you have the need for a WHERE IN clause and the IN list is variable. This is solved with Entity Framework using the Contains methods of the list.
I posted an Xcode project on bitbucket that shows different examples I'm been working on.