jdee

Stories submitted by jdee

Make a positive number a negative number in 1 line of C# code - A Quiz(j-dee.com)

submitted by jdeejdee(270) 3 years, 10 months ago

Any other cool ways of making a positive number a negative? read more...

1 comment |category: |Views: 295

tags: another

ADO.NET Entity Framework Quickstart Tutorial(j-dee.com)

submitted by jdeejdee(270) 3 years, 11 months ago

The ADO.NET Entity framework received another update last week as part of the Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta, so to coincide with this here is a quick run through to get you started with some basic CRUD features of the framwork. read more...

1 comment |category: |Views: 765

tags: another

C# 3.5 Conversion Extension Method Library 1.0(j-dee.com)

submitted by jdeejdee(270) 4 years, 8 months ago

This free downloadable library makes use of the new Extension Method language feature in C# 3.5 to add some cool conversion functions to the basic datatypes. So now, you can do more than just .ToString()...you can do .ToDecimal or .ToInt32 etc. etc. Also includes .Left() and .Right() string manipulations that VB has but C# doesn't !!!! read more...

7 comments |category: |Views: 357

tags: another

Mix 07 UK - All the free swag I mooched(j-dee.com)

submitted by jdeejdee(270) 4 years, 8 months ago

Free swag is one of the unexpected bonuses when attending any conference. Look at this bountiful collection, ranging from crappy to cool collected at the Mix 07 Uk conference this week! read more...

add a comment |category: |Views: 2

tags: another

Efficient data paging with SQL Server 2005 using ROW_NUMBER()(j-dee.com)

submitted by jdeejdee(270) 4 years, 9 months ago

Paging large amounts of data in SQL Server 2000 used to be a real pain, creating temporary tables, suffering bad performance after the first few batches of data or using ROWCOUNT to ignore large numbers of rows. Luckily SQL Server 2005 delivers a couple of new functions to make efficient painless data paging a reality. read more...

3 comments |category: |Views: 165

tags: another