Click here to Skip to main content
15,883,749 members
Please Sign up or sign in to vote.
2.67/5 (3 votes)
See more:
Okay, this is a bit of a newbie question.
Is it okay if I jump directly to C# programming?
I have stopped coding for almost 4 years now and I'm already 28 years old.
Also, I have experiences on C++.

Thanks!
Posted
Comments
wings_ 27-Sep-12 6:33am    
this is not proper question but i will suggest you go with C#..
because your background is C++ so the C# syntax is litil bits simmilar to C++ so you can eaisly understand..

Jump to C#.

It you come from a C++, then try to learn about the .NET framework.
Keep an open mind and try not to rewrite the wheel. A lot of things can be accomplished easier by the framework and libraries in it.

Other that reading a book, I recommend that you write an app or library to solve a problem. That will force you to google and learn and, if you are looking for a job, you will have something to show.
If it's original and polished, you can post it in codeproject as an article.
 
Share this answer
 
You have my full permission.

If you mean that you are a C++ programmer, and you want to leap straight into C# without any training, then it's probably not a brilliant move - the two languages look very similar, but there are significant differences, and without knowing a fair amount of the .NET framework you would be wasting your time re-inventing the wheel.

I would suggest that you get a book on C# (Addison Wesley and Wrox do some good ones) and read it through, doing most if not all of the exercises. It shouldn't be too difficult to pick up C#, but there is a heck of a lot in .NET to learn!
 
Share this answer
 
Absolutely 'Yes'.
As far as you can pick up the new language you can switch to any language. And as log as your logic is good, the figures like '28' doesn't matter in coding.
 
Share this answer
 
I will suggest you go with C#..
because your background is C++ so the C# syntax is little bit similar to C++ so you can easily understand..
for basic introduction about C# and .net click here

http://www.csharp-station.com/[^]
 
Share this answer
 
v3
Fire away bro..you will love it..C# syntax is similar to those of c++ so it won't be difficult for you to get into the drift..
enjoy coding..
 
Share this answer
 
I know this is not a proper question but the replies are overwhelming. There is a big space to dive into between C++ to C# and that is .Net. Thanks all!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900