.NET Blogs

Below are some of the best (IMHO) .NET blogs - enjoy!

Scott Guthrie's Blog

Scott Guthrie is the Product Manager of the .NET Framework. His Blog is essential reading for any .NET developer, especially those working with ASP.NET.

Last Post: TechDays in Belgium and Netherlands

I’ll be presenting at the upcoming Belgium and Dutch TechDays next month.  I’ll be doing three tech talks at each of the events: Overview of Windows Azure A look at ASP.NET MVC 4 ScottGu Unplugged I’m particularly excited about the “A look at ASP.NET MVC 4” talk as it will be the first time I’ve presented on it (and it is shaping up to a really great release – more blog posts on that soon). For more details on how to attend the event visit the Belgium Techdays and Dutch Techdays...

Read more...

Cached since 06 February 2012 20:05:12

http://weblogs.asp.net/scottgu/


Scott Hanselman's Blog

Scott Hanselman is a web developer and a new employee of Microsoft. His blog covers all kinds of technology related topics.

Last Post: The Web is the new Terminal: Are you using the Web's Keyboard Shortcuts and Hotkeys?

NUI is OUI, Dear Reader. About eight years ago I blogged about "text mode" and said (if I may be silly and quote myself): "I’m just saying that my Tab,Tab,Tab,Enter will beat your Click,Tab,Alt-F,O,Click,Double-Click, more often than not." - Me I like to look at the computer systems of the businesses that I visit on a regular but spaced apart basis over the course of years. You know these businesses - your dentist, your eye doctor, the car shop that changes your oil, perhaps...

Read more...

Cached since 06 February 2012 20:05:12

http://www.hanselman.com/blog/


.NET tip of the day

It's not a blog, and there isn't a tip every day, but it's worth a read for the clever tips you may not be aware of.

Last Post: How to respond with code 404 (Not Found) in ASP.NET

Suppose you configured custom 404 page in web.config file in the customErrors section. So whenever user requests non-existent aspx page, ASP.NET run-time returns well formatted message to the user. Also you have a page that shows articles from a database according to article ID passed in the url (for example: article.aspx?id=345). But if user passes article ID that doesn't exists the page must return code 404 (Not Found) and show the custom 404 page like in the previous...

Read more...

Cached since 06 February 2012 20:05:12

http://dotnettipoftheday.org/


Mike Taulty's Blog

Mike is a developer evangelist based in the UK who writes about a variety of up-coming Microsoft technologies.

Last Post: Silverlight 5 Released

Silverlight 5 has been released today – you can find the official announcement over on the Silverlight site along with a link to the download and a list of the improvements in Silverlight 5 up on MSDN including features like; platform invocation integration...(read more)

Read more...

Cached since 06 February 2012 20:05:12

http://dotnettipoftheday.org/


Darren Fieldhouse's Blog

OK, this is blatant self-promotion, but I'd like to think my blog is a useful resource...

Last Post: ObjectDisposedException in Entity Framework

Having just help another developer with this issue, I thought I’d write a quick post about the cause of the ObjectDisposedException exception when working with Entity Framework. It is important to be aware of two things when working with Entity Framework 1) The data context must not be disposed of until all the data is fetched from the database. 2) A linq statement creates an IQueryable, which is not executed until you enumerate over it (e.g. use it in a for each loop) or convert it to a list...

Read more...

Cached since 06 February 2012 20:05:13

http://blog.dotnettech.net/

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support