"It is amazing what you can accomplish if you do not care who gets the credit." "Actions are the seed of fate deeds grow into destiny" "All my life, whenever it comes time to make a decision, I make it and forget about it." "Intense ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
I am surprised how many people still don't know they can alias namespaces using the C# keyword using. Resharper automatically adds this syntax for me and it seems like 1 person a month says that didn't know. 1: using Short = Company.Project.Task.Function;
The ...
[More]
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Duffy Rogan wrote an article entitled "I Know What Color You Are." which identifies 4 basic types. While a number of studies outline a wide range of personalities, Duffy simplifies it into 4 basic types. By narrowing it down to four (4) basic types, I can identify within the first ...
[More]
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
SQL Server 2005 provides a mechanism called CTE or Common Table Expressions for pre-loading data or setting up for later use. It is really fast compared to pre-2005 which did not have such a feature. To illustrate I'll take some hierarchical data and load it into a CTE. This would be a ...
[More]
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
"You can make MONEY or you can make EXCUSES, but you cannot make BOTH." -- Presley Swagerty
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5