.Net Application Developer - Links

Friday, February 10, 2006

Majestic-12 : Projects : HTML parser (C# .NET)

Majestic-12 : Projects : HTML parser (C# .NET)

WordPress Wiki - Plugin

WordPress Wiki - Plugin

Dealing with .NET Enterprise Services: .NET Remoting, Web Services and Service Components

Dealing with .NET Enterprise Services: .NET Remoting, Web Services and Service Components

Thursday, February 09, 2006

private void Rant() {

private void Rant() {

define: nan - Google Search

define: nan - Google Search

Wednesday, February 08, 2006

What is mutex? - A Word Definition From the Webopedia Computer Dictionary

What is mutex? - A Word Definition From the Webopedia Computer Dictionary

Tuesday, February 07, 2006

Mike Woodring's .NET Sample Page

Mike Woodring's .NET Sample Page

Counting Semaphore (Dijkstra) in C# - The Code Project - C# Programming

Counting Semaphore (Dijkstra) in C# - The Code Project - C# Programming

Programming the Thread Pool in the .NET Framework

Programming the Thread Pool in the .NET Framework

Monday, February 06, 2006

How to launch Windows applications (Notepad) / Call Batch files from a C#/.NET console application. - The Code Project - C# Programming

How to launch Windows applications (Notepad) / Call Batch files from a C#/.NET console application. - The Code Project - C# Programming

Monday, January 30, 2006

lock locking locked

lock locking locked

Tuesday, January 24, 2006

Code Tuning: Seeing Is Believing

Code Tuning: Seeing Is Believing

Wednesday, January 11, 2006

Writing Your First Unit Test - The Code Project - Design and Strategy

Writing Your First Unit Test - The Code Project - Design and Strategy

Tuesday, January 10, 2006

Download

Download

Introduction to Test Driven Development (TDD)

Introduction to Test Driven Development (TDD)

Wednesday, December 21, 2005

Aaron Johnson: Source Control with Subversion on Windows

Aaron Johnson: Source Control with Subversion on Windows: ":[users]
aaron = mypassword"

Thursday, December 15, 2005

OLEXP: How to Send Outlook Express Mail from a Command Line

OLEXP: How to Send Outlook Express Mail from a Command Line

Frequently asked questions - SQL Server - SQL Mail

Frequently asked questions - SQL Server - SQL Mail

INF: How to Configure SQL Mail

INF: How to Configure SQL Mail

Wednesday, December 14, 2005

How to Perform a SQL Server Database Index Performance Audit

How to Perform a SQL Server Database Index Performance Audit

SQL Server Index Fragmentation and Its Resolution

SQL Server Index Fragmentation and Its Resolution

How to Perform a SQL Server Database Index Performance Audit

How to Perform a SQL Server Database Index Performance Audit

undocumented extended stored procedures

undocumented extended stored procedures

Reducing SQL Server Index Fragmentation

Reducing SQL Server Index Fragmentation: "DBCC SHOWCONTIG "

Thursday, December 08, 2005

Locking, Blocking, and Deadlocks in SQL Server 2000: Part I

Locking, Blocking, and Deadlocks in SQL Server 2000: Part I

Saturday, November 19, 2005

Men's Fitness | Workout

Men's Fitness | Workout

Saturday, November 12, 2005

Log Shipping VS. Replication

http://www.sqlservercentral.com/columnists/pibison/logshippingvsreplication.asp

Thursday, October 27, 2005

Bodybuilding.com Forums - ***Posting For Quick And Helpful Answers***

Bodybuilding.com Forums - ***Posting For Quick And Helpful Answers***

Saturday, September 17, 2005

Windows XP: Free Partition Manager

Thursday, September 15, 2005

BBC Languages - French Steps - Language Notes

BBC Languages - French Steps - Language Notes

BBC Languages - French Steps - Language Notes

BBC Languages - French Steps - Language Notes

SQL Server Pipeline - Quest Software's Information Portal for SQL Server

SQL Server Pipeline - Quest Software's Information Portal for SQL Server

Friday, September 02, 2005

15 Seconds : Tracing in .NET and Implementing Your Own Trace Listeners

15 Seconds : Creating an Extensible Windows Service

Thursday, September 01, 2005

rokTalks - 10 minute micro-presentations

GrokTalks - 10 minute micro-presentations

ComputerZen.com - Scott Hanselman - ASP.NET Interview Questions

Auditing with SQL Profiler

Instance Constructor vs. The Class Constructor

The Code Project - Simple Windows Service Sample - .NET

kbAlertz: (837908) - Describes the different ways to refer to the assemblies that are put in different folders.

Monday, August 29, 2005

Mr. .NET

Friday, August 26, 2005

Microsoft SQL Server - Using EXISTS - SQLTeam.com

peed Up SQL Server SELECT DISTINCT Queries

Dynamic SQL or Stored Procedure

Thursday, August 25, 2005

The Code Project - SQL Server 2000 - Merge Replication Step by Step Procedure - Database

Replication Overview

The Administrator's Guide to Microsoft SQL Server 6.5

Tuesday, August 23, 2005

How to stop the transaction log of a SQL Server database from growing unexpectedly

ASPAlliance.com : ASP and ASP.NET Tutorials : Where's My Assembly!?

Give the Visual Studio Snippet Format a Whirl with 10 Pre-packaged Snippets

An Introduction to the New Visual Studio Snippet Format

Monday, August 22, 2005

Provisional Driving Licence

Provisional Driving Licence

Sunday, August 21, 2005

Learn French - Self-Study Checklist

Learn French - Self-Study Checklist

De vs Du, De la, Des - French Prepositions and Articles - About the French Language

De vs Du, De la, Des - French Prepositions and Articles - About the French Language

De vs Du, De la, Des - French Prepositions and Articles - About the French Language

De vs Du, De la, Des - French Prepositions and Articles - About the French Language

Il y a - French expression Il y a

Il y a - French expression Il y a

French Grammar Lessons - Grammaire fran�aise - Lessons on French Grammar

French Grammar Lessons - Grammaire fran�aise - Lessons on French Grammar

Saturday, August 20, 2005

ExRx Exercise

ExRx Exercise & Muscle Directory

Friday, August 19, 2005

TeenBodybuilding.com - John Lemare - 10 Nutritional Mistakes!

TeenBodybuilding.com - John Lemare - 10 Nutritional Mistakes!

Quickly Moving Databases

Quickly Moving Databases

Thursday, August 18, 2005

SQL Server User Defined Function for Business Days Calculation

SQL Server User Defined Function for Business Days Calculation

Tuesday, August 16, 2005

CREATE INDEX

CREATE INDEX

Understanding Locking in SQL Server

Understanding Locking in SQL Server

SQL Server Transact-SQL Query Performance Tuning and Optimization Tips

If you find that SQL Server uses a TABLE SCAN instead of an INDEX SEEK when you use an IN or OR clause as part of your WHERE clause, even when those columns are covered by an index, consider using an index hint to force the Query Optimizer to use the index.

For example:

SELECT * FROM tblTaskProcesses WHERE nextprocess = 1 AND processid IN (8,32,45)

takes about 3 seconds, while:

SELECT * FROM tblTaskProcesses (INDEX = IX_ProcessID) WHERE nextprocess = 1 AND processid IN (8,32,45)

returns in under a second. [7.0, 2000] Updated 6-21-2004 Contributed by David Ames


SQL Server Transact-SQL Query Performance Tuning and Optimization Tips

Sunday, August 14, 2005

99 shades of grey � straight to the bar

See George Run: Weight Lifting

The Weightlifting and Powerlifting Chronicles

Friday, August 12, 2005

kbAlertz: (837908) - Describes the different ways to refer to the assemblies that are put in different folders.