Browse by Tags
All Tags »
Announcements
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...
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...
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...
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...
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...
I recently wrote an article for C# beginners in which I explain the differences between value types and reference types in C# . It was published on ASP Alliance today. If you're new to C# or are even a little fuzzy on these concepts, I recommend you check
Read More...
I've recently written a beginner's article explaining what partial classes are and how to use them. My Partial Classes Tutorial walks you through how how partial classes work, how to create partial classes, when one would use partial classes, and a few
Read More...
So I've dropped the ball on XNA. I've been meaning to read and learn about XNA for a while now. Microsoft has done something truly revolutionary here. They're taking efforts to encourage the little guy to write games for their console. As far as I know,
Read More...
With some recent efforts from an excellent designer named Craig Palenshus , everyone's favorite regular expression library has received a nice visual upgrade. You'll notice the site is much cleaner and more presentable now. The overall design is excellent
Read More...
I recently authored an article for ASP Alliance in which I describe the basics of how interfaces work and how to use and create them in C# . I tried not to describe in great detail exactly how everything works, because that will prevent beginners from
Read More...
In my attempt to add to the monotony, I'll say that not long ago Visual Studio 2008 was released to all of the MSDN subscribes. With the news spreading so quickly the downloads are all taking forever. Good luck! Scott Guthrie , as usual, posted some good
Read More...
While I was at DevConnections last week, I watched an interesting demo showing off Visual Studio's extensibility. In the demo the visual studio shell is being used to edit Lua script; the scripting language used by World of Warcraft for designing custom
Read More...
A couple of weeks ago Steve Smith and I released SimpleCMS as an open source project on CodePlex . SimpleCMS is, as the name suggests, a Simple Content Management System. It is a small ASP.NET 2.0 Plug-in which allows dynamic creation of simple pages.
Read More...