Lance's Whiteboard

Random scribbling about C#, ASP.NET, Sql Reporting, etc.

News

BlogMailr Enabled




Sponsored Ad
Sponsored Ad

Blogs I Read

Developer Sites

Googling, etc...

MSDN Resources

Tutorials & Reference

Browse by Tags

All Tags » Best Practices (RSS)
Minimum & Maximum Dates in code
When updating Sql columns that need a minimum or maximum date, consider using the defaults from the System.Data.SqlType namespace: 1: DateTime minDate = SqlDateTime.MinValue.Value 2:   3: // and 4:   5: DateTime maxDate = SqlDateTime.MaxValue...
What we dont know "will" hurt us...
I like this article by Nathan Henkel , its essentially about assessing risk and scope of projects and strikes me as a simple truth about the uncertainties you encounter in every project: Information about any project can be divided into four categories...
Recruiting professionally in the small world of IT.
Face it, the IT world is a tiny tight-knit community where everyone knows everyone either directly or indirectly through our own private game of 6-degrees of separation . So, why do most employers treat potential recruits more like pesky cold-calling...
Codesmith Exception Template updated
James correctly points out that I omitted the variable declaration output when you specify custom arguments. This is fixed in version v1.4, which you can download now.
P&P Service Factory Guidance package Community Release
I have been following this project from a distance, but am starting to like their idea of an end-to-end guidance for Web Service development. The P&P team recently announced the release of the VS2005-integrated "Guidance Package" to help you implement...
Another view of the Iterative WaterFall methodology
Kane Mar identifies 2 Anti-Pattern variations on the Iterative Waterfall methodology as it relates to people implementing Agile methodologies: http://danube.com/blog/kanemar/the_staggered_iterative_waterfall_anti_pattern_part_1.html http://danube.com...
PDC05: Hands On Labs rediscovered
Shortly after the end of PDC, Microsoft briefly posted a huge list of all the Hands-On Labs that were available during PDC. Unfortunately, while I was downloading them they removed the files and links from the CommNet site, and later I had a HD crash...
Tool: IIS Debug Diagnostic Tool (DebugDiag)
I recently was referred to this tool by a MS rep while troubleshooting some IIS Hangs and Crashes. It is still in Beta, but you can grab it via the Guest ID "DebugDiag" at http://beta.microsoft.com : The IIS Debug Diagnostic Tool is designed to help identify...
PDC05: Framework Design Guidelines: The Art of Building a Reusable Class Library Pre-Con (#2)
Yesterday I attended the Pre-Con session "Framework Design Guidelines: The Art of Building a Reusable Class Library" presented by Brad Abrams and Krzysztof Cwalina . It definitely met my expectations built-up from following their blogs over the years...
Fiddler 1.0 - Web performance analysis & optimization
I first discovered Fiddler over a year ago after trying several other HTTP trace/proxy tools like YATT for tuning ASP.NET 1.0 applications. Although many of the other tools worked well, they often had extra dependencies or more complex UI's. None of them...
More Posts Next page »