- .NET Coding Guidelines - Commenting (22)
- SQL Server 2008 will have IntelliSense (14)
- Convert table to CSV string in SQL Server (12)
- Reading other people's .NET code (10)
- Task List comments in Visual Studio (5)
- MCPD Web Developer exam 70-547 hints and tips (5)
- Finding orphaned stored procedures and user-defined functions in SQL Server (4)
- SqlConnection - Close() or Dispose() (3)
- If the code and the comments disagree, then both are probably wrong (3)
- Free ASP.NET CMS (2)
- Peter Lubbers: Thanks for the Pro HTML5 Programming plug!
- Paul Glavich: My upcoming book on .Net performance testing and optimization will be out in a few weeks. You can...
- kuba: COALESCE(Name, ”) return Name or empty string if Name is null. check h...
- Claus: Thanks a bunch! This was exactly what I needed :)
- ME: What if the list has null value?
- Gordon: Here's a faster variant of the code you gave: DECLARE @Csv NVARCHAR(MAX) SET @Csv = '' SELECT @Csv...
- Chris: MS has committed to churning out a new SQL Server version every 2 to 3 years. So SQL Server 2011...
- Kyle: SUUUUPER handy, I never would have thought of that. Thanks a lot. Amanda: I too need a list of...
User Login