pitadev_aj

Stories submitted by pitadev_aj

.NET 4.0 and System.Collections.Concurrent.ConcurrentQueue(www.codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 3 months ago

The ConcurrentQueue is a simple (in use, not in construction!) and yet very powerful addition to your parallel programming toolset. If you need thread-safe FIFO operations, then you can throw your locks away and start using the ConcurrentQueue today. read more...

add a comment |category: |Views: 279

tags: another

.NET 4.0 and System.Collections.Concurrent.ConcurrentStack(www.codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 3 months ago

The ConcurrentStack is an excellent new tool in our parallel programming toolset which allows us to get the LIFO behavior we want, all without having to worry about locking. read more...

add a comment |category: |Views: 270

tags: another

.NET 4.0 and System.Collections.Concurrent.ConcurrentBag(www.codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 4 months ago

Another in-depth look at a new namespace in .NET 4.0 and how it can help with multithreading. read more...

1 comment |category: |Views: 386

tags: another

The CodeBetter/Devlicio.us Endowed Scholarship(codebetter.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 5 months ago

An outstanding attempt to help women get into Computer Science. read more...

add a comment |category: |Views: 4

tags: another

Persistence model and domain anemia(lostechies.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 5 months ago

Jimmy Bogard offers a new name for the anemic domain model, and attempts to give it some more validity as well. read more...

add a comment |category: |Views: 13

tags: another

Quality Sounds Good...I Think.(codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 9 months ago

Justin Etheridge muses on software as a tangible product that we should be selling. read more...

add a comment |category: |Views: 149

tags: another

Using NHibernate with Multiple Databases(codebetter.com)

submitted by pitadev_ajpitadev_aj(300) 3 years, 1 month ago

Karl Seguin gives a quick look at setting up SessionFactory for multiple databases. read more...

add a comment |category: |Views: 170

tags: another