Re: Best Way to Learn C#

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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 !!!


.



Relevant Pages

  • Re: Still clinking to Java?
    ... I was toying with saving effort by making the C version a DLL and redoing the GUI in my portable Cello GUI. ... But there would be new work on the engine, and just trying to get a clean compile of the C version under VC++ I saw enough to remind me I would rather work in Lisp. ... IDE investments can simply be skipped. ... I just don't want to switch language _at that point_ and recode ...
    (comp.lang.lisp)
  • Re: GnatBench (from GPL edition)
    ... Does that, to you, match up with the phrase "Same modern GUI ... Primarily it's through frustration - I like Eclipse and it's ... Ada IDE! ... while you can use foreign language libraries in Ada, ...
    (comp.lang.ada)
  • Re: Best IDE in Ubuntu, or Which IDE do you use ?
    ... i think IDE only code editor.... ... I see python is a rising language, ... database gui vcl is not complete, ... I have all these installed on my Ubuntu 9.04, I do test these tools on ...
    (Ubuntu)
  • Re: Is linq the final straw for VB?
    ... C++ and all other mathmetatical syntax ... RAD language VB is the better choice. ... is simply a lot more typing in VB. ... The VB.NET IDE ...
    (microsoft.public.dotnet.languages.vb)
  • Re: dynamic type checking - a pauline conversion?
    ... Unit testing isn't incompatible with careful coding. ... DBC and static/manifest type checks. ... static checking in a language like Haskell, which has type inference, is ... I don't believe the IDE can do that. ...
    (comp.object)