Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I learn to build desktop applications with C#? [closed]

My background is in web programming, mostly scripting with Perl. And I've recently been tasked with creating a desktop application. I'm wondering, where can one learn such concepts like making executables, what DLLs are for, how UIs are made, what threads are, etc.

I already have C# in Depth by Jon Skeet and C# in a Nutshell. I'm not worried about learning C# itself as much as I am learning about the workflows involved with using it on the desktop, things that are typically not done in web development.

Where should I look?

like image 653
Mark Canlas Avatar asked Aug 03 '09 13:08

Mark Canlas


2 Answers

One starting point would be WindowsClient.net (Microsoft). Lots of videos too. But maybe a little less suited for the absolute beginners.

like image 145
Henk Holterman Avatar answered Nov 09 '22 23:11

Henk Holterman


I only recently began learning C# myself - so I have quite the array(... ;) ) of links:

C-Sharp Corner
CSharp Friends
CSharp Help
CSharp for absolute beginners - Very good
CSharp-online

Hope these help.

like image 21
Daniel May Avatar answered Nov 10 '22 01:11

Daniel May