Register
|
Login
Home
Portfolio
Articles
Products
Application Pool Defibrillator
Bait Shops
Boat Ramps
Dive Spots
DNN BackItUp Module
DNN SiteMap Module
DNN CountDown/Up Module
MD5 File Comparison Tool
Support
Articles
Deleting Duplicate Records in SQL Server
Code snippet demonstrating a way to delete duplicate rows in a SQL Server table. This methodology only works on tables with an identity column.
[Read more...]
Posted by
Derek Trauger
on Tuesday, February 09, 2010
Posted in:
SQL
»
Permalink
Extract Device GUID from iPhone
Objective C code snippet demonstrating how to extract the device GUID from an iPhone.
[Read more...]
Posted by
Derek Trauger
on Thursday, January 07, 2010
Posted in:
Objective C
»
Permalink
Enabling & Disabling CHECK Constraints - SQL Server 2005 / 2008
In the event where bulk inserts are required or validation of a constraint is not necessary, disabling and enabling foreign keys and/or check constraints can be extremely useful.
[Read more...]
Posted by
Derek Trauger
on Wednesday, January 06, 2010
Posted in:
SQL
»
Permalink
Converting a DataTable into HTML Using C#
C# code snippet demonstrating the conversion of a DataTable to HTML.
[Read more...]
Posted by
Derek Trauger
on Wednesday, January 06, 2010
Posted in:
C#
»
Permalink
Retrieving Server Variables Utilizing C# & ASP.NET
This snippet of code uses C# & ASP.NET to display all Server Variables in the HttpContext. The variables are displayed in an easy to read tabular format.
[Read more...]
Posted by
Derek Trauger
on Monday, January 04, 2010
Posted in:
ASP.NET
,
C#
»
Permalink
Page 1 of 5
First
Previous
[1]
2
3
4
5
Next
Last
Current Articles
|
Archives
|
Search
Categories
ASP.NET (5)
C# (9)
DotNetNuke (3)
Encryption (1)
JavaScript (1)
SQL (8)
Objective C (1)
Archive
February 2010 (1)
January 2010 (4)
December 2009 (1)
November 2009 (1)
September 2009 (2)
July 2009 (1)
June 2009 (1)
May 2009 (5)
April 2009 (1)
March 2009 (3)
February 2009 (1)
Home
|
Portfolio
|
Articles