Categories: .NET Posted by TK on 7/24/2008 5:52 AM | Comments (0)
Code Metrics in VS 2008  I am not sure whether you have tried the Code Metrics tool in VS 2008. It is a very handy tool and simply answers the question "How difficult is your code to maintain?" You need to know how to interpret different code metrics to take cor... [More]
Categories: SQL Server 2008 Posted by TK on 7/21/2008 5:59 AM | Comments (0)
Let us take a performance snapshot on using Row Constructors in SQL 2008 Example table: create table Customer (customerID int primary key clustered identity(1,1) ,firstName varchar(30) ,lastname varchar(30) , age int ) -- SQL 2005 method begin transaction inser... [More]
Categories: MOSS 2007 Posted by TK on 7/14/2008 4:03 AM | Comments (0)
You may come across situations where you need to add custom styles (css) to edit text inside your content editor web part. To enable custom styles to you web part, open your master CSS file used for your site and add an entry that follows the naming convention of .ms-rteCustom-xxxx ... [More]