views:

111

answers:

4

Are there any good Video tutorials on C# core concepts

+1  A: 

Have a look at this one: Introduction to the C# Programming Language

There's quite a lot of detail in what you're asking so I'd recommend reading a good book.

David Neale
+1  A: 

"How do I?" series is quite good

C#

http://msdn.microsoft.com/en-gb/vcsharp/bb798022.aspx

Absolute Beginner’s for more general environment and .netty stuff

http://msdn.microsoft.com/en-gb/vstudio/aa700732.aspx#beginners

Aidan
A: 

May be you can check books. It is already discussed Here

Incognito
A: 

I'd say search SO.

KMan