yahden

Stories kicked by yahden

Use Twitter To Stay On Top Of The .NET Programming News(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 1 month ago

Do you use twitter? If you don't you should, it is a great way to find out what is happening in the programming world. Here is a list of some well known programmers and their twitter URL. Phil Haack, Jeff Atwood, Scott Hanselman, Dare Obasanjo, John Lam and many more are on this list read more...

6 comments |category: |Views: 22

tags: another

Database Refactoring Interview With Scott W. Ambler(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 1 month ago

Database Refactoring Interview With Scott W. Ambler, Scott Ambler discusses Agile and Refactoring for the DB world read more...

add a comment |category: |Views: 4

tags: another

640K Is Enough For Anyone, 64 Cores is Enough For Anyone,(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 4 months ago

640K Is Enough For Anyone It is déjà vu all over again, someone decided that 64 cores is enough for everyone read more...

add a comment |category: |Views: 2

tags: another

The Sad State Of Programmers Part 3: General Tips(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 4 months ago

some practical advice specifically targeted to tech geeks in search of a job. Make sure to check out part 1 and 2 also read more...

add a comment |category: |Views: 5

tags: another

Quake 2 .NET Port with Visual Studio 2008 (v9.0) and Managed C++(gregs-blog.com)

submitted by gregdolleygregdolley(300) 4 years, 5 months ago

Vertigo Software's old Quake II .NET port updated to Visual Studio 2008 / New Managed Extensions for C++. read more...

add a comment |category: |Views: 53

tags: another

Interview With Joe Celko About The Forthcoming Book Thinking In Sets(sqlblog.com)

submitted by yahdenyahden(715) 4 years, 5 months ago

Interview With Joe Celko About The Forthcoming Book Thinking In Sets read more...

1 comment |category: |Views: 1

tags: another

10 lessons from 35K tps(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

high transaction database design lessons/tips read more...

add a comment |category: |Views: 1

tags: another

Sick of Opera(codeclimber.net.nz)

submitted by nic.wisenic.wise(90) 4 years, 5 months ago

Simone provides some insite and opinion on the Opera open letter. read more...

1 comment |category: |Views: 0

tags: another

Exists Vs. Count(*) - The battle never ends...(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

Exists Vs. Count(*) - The battle never ends... why you should use exists and not count(*) read more...

add a comment |category: |Views: 36

tags: another

Amazon SimpleDB(amazon.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

Amazon SimpleDB is a web service for running queries on structured data in real time. read more...

2 comments |category: |Views: 16

tags: another

Optimize Your Code For Multi-Core Machines(msdn.microsoft.com)

submitted by GaussZGaussZ(580) 4 years, 5 months ago

Use the Task Parallel Library (TPL) to easily benefit from multiple processor cores. This introduction gives great examples of how easy it is to rewrite your code for multiple cores and what performance gains await you afterwards. read more...

add a comment |category: |Views: 11

tags: another

SQL Server Indexes: The Basics(sqlteam.com)

submitted by grazgraz(255) 4 years, 5 months ago

Indexes directly affect the performance of database applications. This article uses analogies to describe how indexes work. The estimated execution plan feature of the Query Window is utilized to compare the performance of two queries in a batch. read more...

add a comment |category: |Views: 8

tags: another

The Sad State Of Programmers Part 2 : The In Person Interview(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

The Sad State Of Programmers Part 2 : The In Person Interview read more...

add a comment |category: |Views: 4

tags: another

Programming is a Noble Profession, Be Proud, Be Strong(chadmyers.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 5 months ago

"No one will ever take you seriously unless you're willing to risk something to prove you're right." This post from Chad Myers hits the nail right on the head! read more...

19 comments |category: |Views: 15

tags: another

Three Ways To Return Null If A Value Is A Certain Value(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 6 months ago

Described are three ways to return null if a value is a certain value read more...

2 comments |category: |Views: 7

tags: another

SQL Sort Values Ascending But NULLS Last(dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 7 months ago

Two techniques that show how to sort the values from a database ascending but the NULLS at the bottom not at the top read more...

add a comment |category: |Views: 171

tags: another