Click here to Skip to main content
15,897,371 members

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

1. Visual Studio 2010 RC – Cool New Features
I have been using Visual Studio 2010 Release Candidate and there are few cool things that I am pleasantly surprised about. I have list a few off the top of my head.
(The Code Project Open License (CPOL))
Alphakoda Updated: 1 Mar 2010
Rating: ( (No votes))
2. Dynamic Programming in C# 4.0 – An Overview
Introduction to dynamic programming in C# 4.0
(The Code Project Open License (CPOL))
Alphakoda Updated: 25 Feb 2010
Rating: 3.86/5 ( (3 votes))
3. Threading with the Thread Pool and BackgroundWorker
Today I want to talk about threads since every programmer works with them and absolutely loves them.
(The Code Project Open License (CPOL))
Alphakoda Updated: 25 Feb 2010
Rating: 4.25/5 ( (4 votes))
4. Code Bytes #1 – PLINQ Basics
PLINQ /Parallel LINQ is part of the TPL (Task Parallel Library) and it makes your life easier when it comes to multi-core processor programming which is totally different from multithreading which allows more than one thread per process and you have no idea if they will be equally distributed across
(The Code Project Open License (CPOL))
Alphakoda Updated: 25 Feb 2010
Rating: 1.00/5 ( (1 vote))