This post shows how to fix an issue with ASP.NET MVC Razor pages where the syntax highlight does not work and intellisense doesn't work.
This post shows how to have data from a Kentico form builder pushed to SalesForce automatically using the Web-To-Lead functionality.
The following is a C# helper class that reads App Settings in your ASP.NET Web.config file
The following post shows functionality on mapping a Kentico CMS TreeNode object to a strong type .NET model class. These functions use reflection to map a property in the class to a Kentico document type field.
The following post shows Kentico 7 CMS wrapper functions that allow you to easily query nodes and return back a strong type.
This post shows a T-SQL script that can be used to generate the properties for a class that correspond to to a field in a database table. This can be used with Entity Framework.
This post shows an example of how to create a record in a Kentico BizForm through the Kentico API.
The following example shows how to use LinqToTwitter to return back tweets from a specific twitter handle.
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.