The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
So, I have two problems. The first is that I don't know C# very well, but would love to. The second is I want to write a program for a personal need, but not sure which variation of C# I need. By that, I mean I don't know if I could learn what I need to do from your basic C# book, or if it would be better for me to get one more specific to what I have in mind. Your basic text window application isn't really practical for what I have in mind, so I'll need to make use for Form or some such. (I say forms because I remember them from my days when I fooled around with VB. I don't actually know if they're still called this.)
So, does anyone have a recommendation for a book I could pick up to do this? I keep seeing books teaching C# .Net, but, in truth, I don't know what the addition of the ".Net" does for the syntax. Considering I'm in my early years of earning my degree in CS, I'm sure it's going to be fairly important for me to know this. Any ideas? Any and all help is much appreciated.
Basically, the .Net Framework serves as the core API for C# - you're going to use .Net to do things in C#. That said, there are two types of programs that you see in .Net - stand alone apps and web-based apps. Figure out which you're going to be working on, as they require different approaches.
If you have any previous programming experience, especially in C or C++, I recommend the .Net Book Zero. Completely free, and it's what I used to learn the language.
Basically, the .Net Framework serves as the core API for C# - you're going to use .Net to do things in C#. That said, there are two types of programs that you see in .Net - stand alone apps and web-based apps. Figure out which you're going to be working on, as they require different approaches.
To answer your question, I'd be using a stand alone app. With that, what resources do you recommend?
Posts
To answer your question, I'd be using a stand alone app. With that, what resources do you recommend?