Showing Posts for ASP.NET

How to return a list of Twitter tweets using LinqToTwitter in C#

Michael Roma on Oct 16, 2013

The following example shows how to use LinqToTwitter to return back tweets from a specific twitter handle.

  • ASP.NET
  • C#

How to create a record in a Kentico BizForm through the Kentico API

Michael Roma on Oct 16, 2013

This post shows an example of how to create a record in a Kentico BizForm through the Kentico API.

  • Kentico
  • ASP.NET
  • C#

How to access the master page of a Portal Page template in Kentico CMS

Michael Roma on Oct 15, 2013

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

  • Kentico
  • C#
  • ASP.NET

How to force WWW in your URL using ASP.NET Web.config URL Rewrite

Michael Roma on Jul 13, 2013

This article shows how to force your site to have WWW in the URL using the IIS URL rewrite module.

  • ASP.NET

Connecting to a SQL Compact database using Entity Framwork in ASP.NET

Michael Roma on Apr 3, 2013

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.

  • ASP.NET
  • C#
  • Entity Framework

How to setup ASP.NET GridView with jQuery DataTables

Michael Roma on Nov 25, 2012

Example on setting up an ASP.NET GridView to work with the jQuery Data Tables plugin

  • ASP.NET
  • jQuery
  • VB.NET

Good article for a C# Razor quick reference guide

Michael Roma on Aug 14, 2012

Quick Reference guide for C# Razor syntax

  • C#
  • ASP.NET
  • Razor