Mike Diehl's WebLog
Much aBlog about nothing...
-
CLR support in Yukon.
Stephen Forte predicts that some developers will fall into the trap of using a CLR language in stored procedures (and other such server-hosted objects) in Yukon.
-
Forklift training video
Warning: there's a lot of blood and gore in this video. And there may be bad language too, I have no idea, because it's in German.
-
ASP.NET Debugging - solved!
Ok, after trying a whack of different suggestions, I got it to work.
-
Infragistics webGrid gotcha...
On the last project I was working on, I used Infragistic's NetAdvantage control suite to display a nicely formatted, coloured grid on my ASP.NET web pages.
-
ASP.NET Debugging - Help!
I am not able to get debugging to work from Visual Studio.NET 2003 for ASP.NET applications on my laptop.
-
Code cleanup
Today I'm in a “thinking” mode - some of the underlying code is compiled and working, even tested a bit.
-
SQL Server doh!
OK, another stupid thing I did today.
-
Change Control and Project Planning
Great post about iterative development and embracing change in large projects.
-
Blogging for Project Management
I really like this idea.
Joel and I recently worked on a project where we got in the habit of emailing the team regularly throughout the day with a quick note about what we were doing, or any problems.
I like the idea of the team members on a single blog, perhaps with Categories if the project was big enough.
Alas, I have my doubts that this would be accepted by my workplace.
Mike
-
CQL.NET - it compiles and runs, SHIP IT!
I managed to get through a set of CQL queries parsed and output and at first blush they seem to be correct. Next week or on the weekend I will see about comparing the XCQL output of my parser and of course the BER encoded string too (yuck).