Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

October 2008 - Posts

Integration, Integration, Integration.... Developers
Earlier this morning we saw some very interesting Keynote talks here. A preview of Windows 7 was shown. We're finally seeing some really great direction from Microsoft. I admit I am very much submerged in all that is Microsoft considering my occupation, Read More...

by Brendan | 0 Comments

Filed under:

Optional and Named Parameters in C#.... Finally
I've used Python a decent amount in the past. I enjoy the language and I've taught the language to non-computer science students at Kent State University. There are plenty of things that I really love about that language. I could write plenty of blog Read More...

by Brendan | 1 Comments

Filed under: ,

Dynamically Typed Objects in C#
In the past the C# language obtained a new feature allowing it to declare variables as type "var". It didn't really do any dynamic typing though. For the most part the var is just there for developer convenience. Some people have complained about this Read More...

by Brendan | 0 Comments

Filed under: ,

Microsoft Announced Windows Azure at PDC
In the recent Keynote here at Microsoft PDC, they just announced what they're calling an operating system for the cloud. Windows Azure is a platform for developers to create applications which are highly scalable. Over a month ago I was at Microsoft's Read More...

by Brendan | 0 Comments

Filed under: ,

Throwing Away Return Values
So it probably took me 15 seconds to track down this error in my code, and those wasted seconds, while very minor, are exactly why I wish Visual Studio or ReSharper or some program would alert me to what I've mistakenly done. It is easy with some Read More...

by Brendan | 0 Comments

Filed under: ,

Using Fiddler with Mozilla Firefox
Earlier today I read a very interesting blog post from Steve Smith . I use FireBug for all of my debugging purposes in Firefox. I wish that IE had a tool as amazing as FireBug. Sadly, I know of none. I had a similar desire for Firefox, because I use Fiddler Read More...

by Brendan | 0 Comments

ASP.NET MVC Beta Released
Just in case you missed the blog post from Scott Guthrie yesterday, I will post this. Scott Guthrie's MVC Beta Announcement ASP.NET MVC Beta Download One of my favorite little added bonuses of using IDEs is that I get a lot of helpers that generate code Read More...

by Brendan | 0 Comments

Defining Progress in Software Development
One thing I probably say too often when working on code with other people is, "That's a new error. We're making progress." I take a bit of crap from a coworker of mine because of this. He thinks it is quite funny that new error messages are what I consider Read More...

by Brendan | 2 Comments

Filed under: