_Sam_

Stories kicked by _Sam_

Link to Everything: A List of LINQ Providers(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 2 months ago

I've recently updated the list of LINQ Providers found on my Links to LINQ page, accessible from the News section on the left of my blog. I'm sure there are other providers available. Feel free to write me or append a comment if you want to add to this list. read more...

add a comment |category: |Views: 39

tags: another

Online Flex Compiler with ASP.NET Web Service(blog.topholt.com)

submitted by claustopholtclaustopholt(15) 4 years, 5 months ago

Two things I like about .NET is reflection and runtime compilation. So I thought I would see how far I could take Flex in that direction, using the new Flex 3 beta 3. I created an “online Flex compiler” – that is, a Flex application that allows the user to input some source code and have it compiled and executed directly. read more...

add a comment |category: |Views: 51

tags: another

User-Friendly Software Registration Keys(codinghorror.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

Good tips for creating user-friendly software registration keys. Very helpful if you sell off-the-shelf mass-market applications. read more...

add a comment |category: |Views: 2

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

Power Toys for .NET Compact Framework 3(blogs.msdn.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

Power Toys for .NET Compact Framework 3 are now available and include some great logging and debugging tools. read more...

add a comment |category: |Views: 8

tags: another

Sorting for Humans : Natural Sort Order(codinghorror.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

This is a good article on the importance of human-oriented sorting and difficulty in implementing such a routine succinctly it in .NET and LINQ. read more...

2 comments |category: |Views: 171

tags: another

Free software projects need a pitch(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 5 months ago

Open source and free software projects still have much to learn from commercial software, the number one in my book being "the pitch"... read more...

add a comment |category: |Views: 1

tags: another

Visual Studio 2008 Professional 90-day Trial is now available(microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 5 months ago

The Visual Studio 2008 Professional 90-day Trial is now available to the masses. It says on the site that the published date is 11/26, but it didn't appear in any searches until today! read more...

add a comment |category: |Views: 6

tags: another

Why throw; is not allways the best way to rethrow exceptions(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 5 months ago

This blog post explains why the standard throw; approach of rethrowing exceptions is not the best in case you care of the full stack trace information read more...

8 comments |category: |Views: 86

tags: another

MSSQL SERVER 2008 New Features for Developers(dogaoztuzun.com)

submitted by UnquaLeUnquaLe(375) 4 years, 6 months ago

MSSQL SERVER 2008 New Features for Developers read more...

1 comment |category: |Views: 19

tags: another