.NET Coding Guidelines - Commenting
posted by isuttle(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
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.
Best Practices - Fast, Scalable, and Secure Session State Management
posted by isuttle(1140) 4 years, 8 months ago 0
This article is years old. Times have changed.
1 Surefire Way to Get Smart with DotNetKicks
I just might do that :).
Reporting Exceptions through E-Mail
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.
Ten CSS tricks you may not know | evolt.org
posted by isuttle(1140) 4 years, 7 months ago 0
Gavin - how about a SPAM link for comments? :)
2007 Opensource Pumpkin
posted by isuttle(1140) 4 years, 6 months ago 0
DotNetKicks!
Microsoft C# Team Picture
She's the token good looking person in the group.
Official VS 2008 RTM Date?
Don't get too excited: http://www.pluralsight.com/blogs/dbox/archive/2007/11/11/49016.aspx
XBOX 360 Dashboard Update is here
posted by isuttle(1140) 4 years, 5 months ago 0
What a great .Net story! ... actually, on second look... there's not ANY .Net content here. :)
A Generic JSON Serialization Extension Method Starring DataContractJso
posted by isuttle(1140) 4 years, 4 months ago 0
Wow nobody liked this one! tough crowd.
Friendly "maintenance" page for your ASP.NET application
posted by isuttle(1140) 4 years, 3 months ago 0
wth this is from 2006??
Adobe Responds To Silverlight
posted by isuttle(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.
best programming jokes
posted by isuttle(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? :)