Professional ASP.NET - Chris Love's Official Blog

Professional ASP.NET development information, tips, tricks and related information to help make you a more productive web developer.
Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help
in Search

Browse by Tags

All Tags » Useful » SQL Server   (RSS)
  • Things I Hate About .NET

    I hate several things about programming in the .NET stack, well not really that they affect me now. But it is really some of the ways we teach new .NET programmers to program in the .NET stack. Primarily it relates to the way we teach newbies how to manager data access with the View and DataSource controls. Beyond that it is that far too often we ...
    Posted to Chris Love's Official ASP.NET Blog (Weblog) by Chris Love on March 30, 2008
  • Coalesce in your SQL Server Stored Procedures

    There are so many built-in functions and keywords in SQL Server to help our applications perform and the coding is so easy that many get lost in the breadth of everyday needs. A few months ago I came across a function that I did not recall seeing before, Coalesce. Often we need to handle situations where we may have null values and the ...
    Posted to Chris Love's Official ASP.NET Blog (Weblog) by Chris Love on September 24, 2007
Powered by Community Server, by Telligent Systems