Websites that step you through C# projects?

Dougmeister

Senior member
Sep 15, 2004
568
2
81
I learn best by doing.

I.e., I can read a book or sit in a class, but it's when I have to actually sit down and type the code in that I learn best.

So can anyone point me to a few websites that might be geared toward this type of learning? You know, a C# project from start to finish? Maybe some dif't levels, starting at simple and working up to harder projects?

I have a programming background and experience w/ Microsoft products and even some .NET. It's just hard to be motivated on this project at the moment and I think this is what I need to kickstart it.

Thanks, all.

P.S. My latest project is a simple .NET web interface to
allow user input
to a SQL Server backend and
generate some reports,
so something along those lines would be IDEAL
 

Train

Lifer
Jun 22, 2000
13,599
90
91
www.bing.com
Codeproject.com has a TON of free projects you can download and play with. Some are simple, some are complex, start where you want to.

Some are explained pretty well, others are not, so again, YMMV. They also cover a wide range of topics, so pick something you are interested in to make it more fun.

 

JasonCoder

Golden Member
Feb 23, 2005
1,893
1
81
.net framework used to have a set of quick starts. Once you get past those (which doesn't take long) I'd say just jump in and find something to work with. Getting in and scrambling around with code always seems like the most rapid way to learn.
 

Train

Lifer
Jun 22, 2000
13,599
90
91
www.bing.com
Originally posted by: JasonCoder
.net framework used to have a set of quick starts. Once you get past those (which doesn't take long) I'd say just jump in and find something to work with. Getting in and scrambling around with code always seems like the most rapid way to learn.

I think you mean the SDK, which is much larger than the framework itself. And last I checked, the SDK still came with several example projects.

 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
Originally posted by: Train
Codeproject.com has a TON of free projects you can download and play with. Some are simple, some are complex, start where you want to.

Some are explained pretty well, others are not, so again, YMMV. They also cover a wide range of topics, so pick something you are interested in to make it more fun.

That's what I'd suggest. Come up with your own project skeleton and use CodeProject articles to add meat to the bones.

You could also possibly make a little cash by taking a stab at that little make an image project.
 

JasonCoder

Golden Member
Feb 23, 2005
1,893
1
81
Originally posted by: Train
Originally posted by: JasonCoder
.net framework used to have a set of quick starts. Once you get past those (which doesn't take long) I'd say just jump in and find something to work with. Getting in and scrambling around with code always seems like the most rapid way to learn.

I think you mean the SDK, which is much larger than the framework itself. And last I checked, the SDK still came with several example projects.

Yes, I meant the SDK. There's also a platform/windows SDK with tons more stuff - not all of which is managed.