isuttle


Comments:

.NET Coding Guidelines - Commenting

posted by isuttleisuttle(1140) 4 years, 9 months ago 0

I'm sure you'd all agree, but method/property commenting for use with Intellisense is a must in my book.

Reply

Implicitly Typed Local Variables

posted by isuttleisuttle(1140) 4 years, 9 months ago 0

Lol - I do agree there's a risk of that as noted in the article. Luckily VS maintains knowledge of the underlying type, but readability would certainly be degraded.

Reply

Best Practices - Fast, Scalable, and Secure Session State Management

posted by isuttleisuttle(1140) 4 years, 8 months ago 0

This article is years old. Times have changed.

Reply

1 Surefire Way to Get Smart with DotNetKicks

posted by isuttleisuttle(1140) 4 years, 8 months ago 0

I just might do that :).

Reply

Reporting Exceptions through E-Mail

posted by isuttleisuttle(1140) 4 years, 8 months ago 0

In my experience email is a bad idea if your exception handling is in a loop or you have large amounts of traffic to a page in error. It would be better to log to a db or text file and monitor for new errors with some sort of alert, possibly email.

Reply

Ten CSS tricks you may not know | evolt.org

posted by isuttleisuttle(1140) 4 years, 7 months ago 0

Gavin - how about a SPAM link for comments? :)

Reply

2007 Opensource Pumpkin

posted by isuttleisuttle(1140) 4 years, 6 months ago 0

DotNetKicks!

Reply

Microsoft C# Team Picture

posted by isuttleisuttle(1140) 4 years, 6 months ago 0

She's the token good looking person in the group.

Reply

XBOX 360 Dashboard Update is here

posted by isuttleisuttle(1140) 4 years, 5 months ago 0

What a great .Net story! ... actually, on second look... there's not ANY .Net content here. :)

Reply

A Generic JSON Serialization Extension Method Starring DataContractJso

posted by isuttleisuttle(1140) 4 years, 4 months ago 0

Wow nobody liked this one! tough crowd.

Reply

Friendly "maintenance" page for your ASP.NET application

posted by isuttleisuttle(1140) 4 years, 3 months ago 0

wth this is from 2006??

Reply

Adobe Responds To Silverlight

posted by isuttleisuttle(1140) 4 years, 2 months ago 0

To be really effective adobe should allow .NET code as well. Without it the .NET community will continue to adopt Silverlight.

Reply

best programming jokes

posted by isuttleisuttle(1140) 4 years ago 0

Two bytes meet. The first byte asks, "Are you ill?"
The second byte replies, "No, just feeling a bit off."

Shouldn't it be bits? :)

Reply