Re: Best Way to Learn C#
- From: "Fred Mellender" <nospamPlease_fredm@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Jul 2005 00:20:42 GMT
It is somewhat difficult to write a C# "Windows Form" application from
scratch: you should probably use an "IDE" (integrated development
environment). You can download the beta version of C# Express from
Microsoft. Then you should get a book that leads you through generating a
program via the IDE. I recommend "Programming C#", by Jesse Liberty. After
a discussion of the language, he shows you step by step how to build a
Windows Form Application in the IDE. The IDE generates must of the
non-intuitive code for you, leaving your only task to fill in the event
handlers, from the stubs it generates.
After that, and after you have learned the basics of the language, you just
need to study the C# library, and the GUI toolset that comes with the IDE.
There is a lot there and you will pick it up as you need it, and as
curiosity leads you.
If you have studied other programming languages as well as GUI development,
C# should not present much difficulty. It is just that it is so big it is
sometimes hard to know where to begin.
"robbiebell22" <robbiebell22@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6D8AC0B8-4272-4515-BDE7-ED2F3E52F514@xxxxxxxxxxxxxxxx
>I have been looking all over the internet on how to learn C# .net. I have
> read a couple of books, lots of forums, and tutorials, but i am still at a
> very big loss as far as trying to write my own GUI Windows application. I
> was just wondering how everyone one learns C# so well that they program
> with
> it? Are there classes everyone takes? Is it done all online and through
> published books? I need some one on one help i think but $2000 - $10000
> is a
> lot for trying to become a C# programmer as a hobby !!!
.
- References:
- Best Way to Learn C#
- From: robbiebell22
- Best Way to Learn C#
- Prev by Date: Re: Where does DragDrop event come from???
- Next by Date: Re: Best Way to Learn C#
- Previous by thread: Best Way to Learn C#
- Next by thread: Re: Best Way to Learn C#
- Index(es):
Relevant Pages
|