Jump to content

Need some help in the learning process.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Parabola

Parabola

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 331 posts
Hello all, some of you may already know me, but I need some help.
I've been working in VS2008 for a little over a week now, a complete newbie to c sharp and VS. Basically, to learn, I don't like doing those step by step tutorials, like on C# Station: C# Tutorial - Introduction. I learn by giving myself a goal, and figuring it out. A couple good examples are in my tutorials, C# Tutorial: Annoy Your Buddies! and C# Tutorial: Creating a report using a Date Picker. Both of these were "learn as you go" experiences.

Here's where I need help-
I need a new "project". By looking at these tutorials, you can see how much I know (or don't for that matter). Can someone please give me a project? Anyone care to spend a little time helping me along lol? Any help would be appreciated. TIA.

Also- If this is posted in the wrong section, just let me know / move it.
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You could build a client for go :)
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
serpant

serpant

    Newbie

  • Members
  • PipPip
  • 14 posts
Maybe basic game programming with c#. It might be more interesting for you.

freewebs.com/campelmxna/tutorials.htm

to start. Then maybe some XNA. Do you have prior programming experience?

Those tutorials at the page i listed are very easy to understand. Just make sure you are doing your own code.

I'm working on a 2d scroller with XNA right now!

Edited by serpant, 07 August 2009 - 08:06 AM.
fixing link


#4
sindy55

sindy55

    Newbie

  • Members
  • PipPip
  • 11 posts
I'm a newbie for C# too. Thanks for the info.

#5
brownhead

brownhead

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
Well the first thing I had to make when I started C# was a file explorer. I should say that this project would only be useful if your using WPF. The program I was designing saved files in a specific format and we wanted there to be a file list that showed some special data about each file and presented them in a nice way. It taught me a lot about XAML.

If your interested, this link might help. Along with learning about XAML you'll also learn about accessing the file system with C#, which is a good thing to know.

A couple google searches you might want to look at.
C# WPF Data Binding
C# file system

Good luck, hope you like the language. I think Microsoft did a really good job with it.

#6
Parabola

Parabola

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 331 posts
hey thanks, that might be interesting. I'll look into it!
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.