• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Whats a great book to learn C# from?

Do you already program Windows? If so I would say just hit the MSDN website and dive into the examples in the library. It's a dead-easy language.
 
C was fun, C++ more so, but if you're doing Windows development managed code is the future.
 
I already have MS VS 2005 Standard (and I'm a MS fan).

I have only tinkered with VB.net and have done alot of VB6, java and coldfusion. I do a lot of java at work.
I dont really know J, just enough to get myself in trouble and get projects completed. I would study that in my free time, but dont want to learn the insides and outs of a legacy language when I can already do my job fine.

I have three main reasons for C# over C. I figure C# is the future as you say, and will help me with java for one.
Also that C# is the defacto ASP language and thats very important for me at work and at home to start using. And 3rd, it would be fun to tinker with XNA someday.


-Wow, that link looks excellent tuteja, I will use that!!
If theres any books after that to use, I'd love to hear about them. Or a good general reference book. "Programming Microsoft Visual C# 2005 Core Reference" by Donis Marshall (ISBN 0735621810) looks pretty good as a reference guide to keep around. I'm going to get started on that C# Station link tonight. Looks awesome! Thanks!
 
Originally posted by: Crusader
Originally posted by: flexy
C# is the future

What are the reasons for this?

MS wants to suck people away from C++ and cripple other compiler vendors when they move toward the capabilites the C# is supposed to provide.

 
Originally posted by: EagleKeeper
Originally posted by: Crusader
Originally posted by: flexy
C# is the future

What are the reasons for this?

MS wants to suck people away from C++ and cripple other compiler vendors when they move toward the capabilites the C# is supposed to provide.

As a C++ developer since 1988, I think that's total BS, but whatever. The abilities that C# provides have been in Smalltalk since the 80's, and are in Java today. Low-level management of memory and object lifecycle are totally unnecessary for general application development on today's hardware, and just invite bugs.
 
Well i am not a software engineer or Window Developer but a computer/System/electrical engineer ;( , so i don't like C++ or C#. Good old classic C is for me.
 
Back on topic...

Dino Esposito has a couple books that are wonderful for learning ASP.NET. As for actual C#, I don't really have any great references, just some mediocre ones as I've not really had a large need beyond colleagues and MSDN with the C# language.
 
Originally posted by: EagleKeeper
Markbnj

I myself prefer C++.

I was not touting MS or C#

Hey, we should all use what we like, except that if you prefer C++ for Windows development at the user level you're mentally unstable 😉.
 
Originally posted by: Markbnj
Originally posted by: EagleKeeper
Markbnj

I myself prefer C++.

I was not touting MS or C#

Hey, we should all use what we like, except that if you prefer C++ for Windows development at the user level you're mentally unstable 😉.

Are you mentally stable SIR ?
 
Originally posted by: tuteja1986
Originally posted by: Markbnj
Originally posted by: EagleKeeper
Markbnj

I myself prefer C++.

I was not touting MS or C#

Hey, we should all use what we like, except that if you prefer C++ for Windows development at the user level you're mentally unstable 😉.

Are you mentally stable SIR ?

I don't know. I haven't been checked lately.
 
Back
Top