Tag Archive | Visual Studio 2010

Visual Studio 2010 RC – Cool New Features

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. See my list below – with pictures.   Sequence Diagram Generation I find this to be a life saver. I don’t know about [...]

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 CPU cores. To use PLINQ [...]

Dynamic Programming in C# 4.0 – An Overview

One of the most interesting additions to C# 4.0, I think, is the dynamic addition. Just thinking about this makes me excited. I will jump right into a little theory then some code. The Theory of Dynamic So what is this here dynamic thingy? dynamic in C# 4.0 refers to dynamic binding and dynamic binding [...]

Follow

Get every new post delivered to your Inbox.