Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.
Your profile
Tag cloud
architecture automocking bdd c# cheat sheets data access ddd design di donkey bump esb fluentnhibernate integration ioc jeff atwood methodologies ndepend observer pattern oracle fusion parallel programming profiling rationale roy osherove stackoverflow structuremap typemock isolator unit testing use case vb.net webmethods
Authors
- chrissie1 (17)

- damber (3)

- SQLDenis (2)

- Alex Ullrich (1)

- More...
Main Categories
Search
Google Ads
Tags: c#
Visual Studio 2010 and .NET 4.0 are almost released, one of the new things that ship with this release is Parallel Programming. Since you can't buy a machine anymore with just one core it is time that we developers get intimate with concurrent programming. I decided to play around with this a little today, this is not a real technical post, I mostly show you how you can get started and what new tools are available.
Getting to know Parallel Programming with the .NET Framework 4
The best way to learn about new additions to a framework is to look at some code. There are 22 sam...
Lets start with the requirements.
- User enters data of Person
- User is only allowed to enter LastName and FirstName.
- User is only allowed 30 characters per field.
- Fields are not allowed to be empty
Seems simple enough.
Lets start by creating some unittests to verify the requirements.


LTD Social Sitings
Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.