Archive for the ‘.NET’ Category

LINQPad – A Studio for LINQ

Jun

08

by Mike Fleming at 7:13 am .NET, LINQ

I have been creating a lot of ASP.NET websites lately, and have been using LINQ for most of the database interaction throughout the sites. One frustrating piece about LINQ is… (read the rest)

Display Alternate Syle for Alternating Rows in C#

May

20

by Mike Fleming at 7:44 am (1) .NET |

This is just a quick little tip to help you display alternating row colors in your C# code for a DataList or GridView control. Using the AlternatingItemTemplate method is a… (read the rest)

Visual Studio 2010 Beta 1 Released to MSDN

May

19

by Mike Fleming at 6:55 am (2) .NET | , , ,

Just a quick note that Microsoft has released beta 1 of Visual Studio 2010 to MSDN subscribers. This also includes the first look at .NET 4.0. Currently it’s only available… (read the rest)

Using Dynamic Meta Tags In .NET

May

01

by Mike Fleming at 6:55 am .NET | , , , , , , , ,

I’ve been working on an ASP.NET project recently and came across the need to dynamically set the values for all of the HTML tags. The site is built using ASP.NET… (read the rest)

Using jQuery and ASP.NET

Apr

15

by Mike Fleming at 6:48 am .NET, jQuery | , , , , , ,

I’ve been using jQuery quite a lot lately in my ColdFusion apps. I’ve been working on a .NET site and yesterday I needed to throw a little jQuery into that… (read the rest)

URL Writing in .NET 3.5 SP1

Apr

10

by Mike Fleming at 7:54 am .NET | , ,

I have just finished one of my first complete ASP.NET projects at my workplace. I learned a ton while going through the process, but one item stands out: URL Routing…. (read the rest)

10 Skills Developers Will Need

Apr

03

by Mike Fleming at 7:09 am (2) .NET, Blackberry, ColdFusion, Technology | , , , , , , ,

Justin James at TechRepublic posted an article yesterday that covers his opinion of the 10 skills developers will need in the next 5 years. You can read his article and… (read the rest)

.NET: Using a Regular Expression To Make a Link

Mar

30

by Mike Fleming at 7:07 am .NET

If you saw the post last week on using the tweetsharp Twitter library for .NET, you saw a sample of the output for our quick little test. If you revist… (read the rest)

tweetsharp: A .NET Twitter Library

Mar

25

by Mike Fleming at 8:03 pm (3) .NET, Twitter

I’ve been diving into the world of .NET development a little more these days and decided to further my leaning some by playing around with the Twitter API. In looking… (read the rest)

Free ASP.NET MVC eBook

Mar

11

by Mike Fleming at 7:12 am .NET

Microsoft will be releasing their new ASP.NET MVC framework any day now.  With that announcement, Scott Guthrie has also announced his free eBook that explains step by step how to… (read the rest)