Categories
03,January,2007
» 01
C# Quiz - Field initialization
B# .NET Blog
Saw a good question on the discussion lists yesterday: What is the difference (practically) in assigning a variable value in the variable declaration line and in the constructor? So, here's the quiz question
Filed under CSharp | on 2007 Jan 03
SYSK 258: dr[columnIndex] or dr[“ColumnName”]? The cost of field name lookup…
AppDev: Something You Should Know by Irena Kennedy
Are you still debating whether the performance benefits of dr[columnIndex] outweigh the benefits of readability and maintainability of using dr[“ColumnName”] instead? Then, read on… When using SqlDataReader
Filed under Database,SQL | on 2007 Jan 03
DotNetNuke Commercial Module Licensing
Shaun Walker
As an open source project, DotNetNuke is available under an enterprise friendly BSD license. Since the license has no usage restrictions, there has never been any requirement for managing license restrictions
Filed under DotNetNuke | on 2007 Jan 03
Pending Members - Google Groups XSS Bug [Part 2]
Michael (AJAX.NET) Schwarz
Some weeks ago I wrote about a Google groups bug where it was possible to get all the mail adresses from subscribed members for a Google group. I have already reported this bug to Google, but there is
Filed under AJAX | on 2007 Jan 03
CS Dev Guide: Avatar
Keyvan Nayyeri
Avatar is an image that will be shown to site visitors for each site member. Members can upload their own images as avatars. If an image isn't available, Community Server shows a default image. Dealing
Filed under Community Server | on 2007 Jan 03
Rambling thoughts on pragmatic development
Rockford Lhotka
I recently received an email that included this bit: “You are killing me. I wrote a rather scathing review of your Professional Business Objects with C# on Amazon.com and on my own blog. However, recently
Filed under Design, Architecture | on 2007 Jan 03
Pages: 1
» 01