New to C#

Hey guys.

Could someone help point me in the right direction I'm new to programming other than classic ASP and using Microsoft Access along with it. I'm planning to learn C# and write my first application using that language. I have Visual Studio 2005 Team Edition. I've looked through a few "Hello World" tutorials and I'm pretty sure I can adapt to the OOP concept.

However, what I'm looking for is something more in depth and more involved than a "Hello World" tutorial. I'd like a fairly detailed tutorial which can show me "real world" examples of how to do several things in a single application such as:

1. Connect to a DB (local and remote)
2. Add, Delete, Update DB Records in a DB (local and remote)
3. Work with images such as resizing, cropping, etc. (Not as important as the first 2)

Does anyone know of any tutorials out there that would touch on these topics and show step by step how to build an application that could incorporate these tasks

Thanks,
Andrew



Answer this question

New to C#