Can anyone recommend a good C#/.NET tutorial for an MFC old hand?
-
martin_hughes wrote:
and a trust that there are no new things under the sun.
but under the moon... ooo la la!
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
I will start screaming Ya-da-ba-doo at the super market for the C# code. Or try going banans at MSDN Search button.
Tapas Shome System Software Engineer Keen Computer Solutions 1408 Erin Street Winnipeg, Manitoba Canada R3E 2S8 http://www.keencomputer.com
-
martin_hughes wrote:
things under the sun.
What is the "sun" can you send me the codes pleeeeezzzzz it's ORGENT
led mike
led mike wrote:
What is the "sun"
It's an evil company that designed the language Java[^]. X|
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Hi all, Can anyone recommend a good C#/.NET tutorial (online or print) for an old MFC guy? I have been programming C++/MFC for a long while and the time has come for me to bite the bullet and switch to C#/.NET. Maybe it would be a good idea for The Code Project to have a contest for such a tutorial. Maybe it already exists but I don't know where it is. Thanks in advance, Julberto
-
Troelsen's[^] book is excellent, and well worth the money.
Seconded - I have this book and find it to be very clear at explaining concepts as well as being excellent reference material
It definitely isn't definatley
-
Hi all, Can anyone recommend a good C#/.NET tutorial (online or print) for an old MFC guy? I have been programming C++/MFC for a long while and the time has come for me to bite the bullet and switch to C#/.NET. Maybe it would be a good idea for The Code Project to have a contest for such a tutorial. Maybe it already exists but I don't know where it is. Thanks in advance, Julberto
-
Hi all, Can anyone recommend a good C#/.NET tutorial (online or print) for an old MFC guy? I have been programming C++/MFC for a long while and the time has come for me to bite the bullet and switch to C#/.NET. Maybe it would be a good idea for The Code Project to have a contest for such a tutorial. Maybe it already exists but I don't know where it is. Thanks in advance, Julberto
You don't need a book. All the info you need is on the internet, and you can look for it as you need it. I made EXACTLY the same switch in August. C# isn't so different from C++, and the most difficult part of the whole process is becoming familiar with the .Net framework. You'll find yourself writing code that already exists in the framework, but that's how you learn - by doing.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
You don't need a book. All the info you need is on the internet, and you can look for it as you need it. I made EXACTLY the same switch in August. C# isn't so different from C++, and the most difficult part of the whole process is becoming familiar with the .Net framework. You'll find yourself writing code that already exists in the framework, but that's how you learn - by doing.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Hi all, Can anyone recommend a good C#/.NET tutorial (online or print) for an old MFC guy? I have been programming C++/MFC for a long while and the time has come for me to bite the bullet and switch to C#/.NET. Maybe it would be a good idea for The Code Project to have a contest for such a tutorial. Maybe it already exists but I don't know where it is. Thanks in advance, Julberto
Personally when I made the transition it was one of the few times in my life I found a book to actually be helpful: A programmers introduction to C#[^] I highly recommend this book because doing the online research and tutorials it will be easy to get quickly buried in the details of the .net framework itself without really getting a good grounding in the fundamentals. This book is designed precisely to do that and do it for experienced c++ programmers making the transition much much easier.
When everyone is a hero no one is a hero.
-
John Simmons / outlaw programmer wrote:
the most difficult part of the whole process is
...getting over the many times you slagged it in the forums, declared you'd never be caught dead using it... ;)
When everyone is a hero no one is a hero.
I still "slag it" in the forums. I hate and despise .net (and the whole idea and theory behind it), but I'm being forced to code it in order to earn a pay check. Just cause I'm doing something doesn't mean I have to like it (or pretend that I like it).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Hi all, Can anyone recommend a good C#/.NET tutorial (online or print) for an old MFC guy? I have been programming C++/MFC for a long while and the time has come for me to bite the bullet and switch to C#/.NET. Maybe it would be a good idea for The Code Project to have a contest for such a tutorial. Maybe it already exists but I don't know where it is. Thanks in advance, Julberto
Thanks to everyone who provided a recommendation. --Julberto