25 August 2005
XBox 360 bundles
This is a semi-non technical post :) Ok, this is a sign of the times. Gamestop is taking pre-orders for a couple different Xbox 360 bundles ranging from $699 - $1199 ... yes, that's right $1199 for the ultimate bundle. Granted you get tons of games in the $1199 bundle but WOW, that's some serious cash... Read More...
10 August 2005
ASP.NET 2.0 Web Page and User Control access using stubs
K. Scott Allen has a great post on using stubs in your "App_Code" classes to access your web pages and user controls. More than likely you will encounter this situation in your ASP.NET 2.0 development days. Read More...
04 May 2005
ASP.NET Beta 2 web sites, SCCS and Cloaking
With Beta 2 having a go-live license, more and more people are writing code that may end up in a production environment. This means that the code being written is more than likely source code control worthy. Keeping this in mind, there's a little gotcha when integrating VS.NET 2K5 Beta 2 with your source... Read More...
29 April 2005
Ahhhh ... Different Levels of Accessibility on Property Accessors
Today I had the opportunity to take advantage of a .NET 2.0 little gem that allows you to set different accessibility levels on your property getters/setters. I got so used to doing work arounds in 1.1 that I almost didn't use it. Ahhh ... the little things :-) public int MyValue { get { return _myValue;... Read More...
18 April 2005
Back into Blogosphere!
It's been a while but I'm finally back to blogging. Since my last blog ( note: that blog is no longer monitored ), I changed jobs to take on new challenges at »telligentsystems . Much love to my former employer, Software Architects . They put up with me for for the past 6 1/2 years - straight outta college... Read More...
More Posts