Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best way to get into .Net programming?

Status
Not open for further replies.

Nelviticus

Programmer
Sep 9, 2003
1,819
GB
Not sure which forum to post this in, Win API seemed the best fit.

I have pretty good console-based C knowledge (no Win API stuff so far, although I did manage to create a DLL with some help) and quite a bit of experience of VBA programming. Plenty of .Net solutions will be required in the future here at work, so what's the best way of someone with my knowledge getting into .Net programming?

The way I see it I have two realistic options:

1. Learn C++, then learn C++ .Net. Pros: C++ skills are widely useful and it's a powerful language. Cons: it's apparently much harder to do .Net stuff with C++ than with other languages.

2. Learn C#. Pros: Apparently easy to learn. Cons: it's Microsoft-only and not as powerful as C++.

Any advice would be greatly appreciated.

Regards

Nelviticus
 
go ahead

Ion Filipski
1c.bmp
 
Hmm, when I said 'any advice' I was hoping for something a little more specific. I've already decided to 'go ahead', I was just wondering how.

Nelviticus
 

C, C+, C++, VC++ = Payday

C# really != to above

If your motivations are $ based Vs demand based the best bet would be to do some job searches and see what is in demand and how much they pay.

Now to try to more directly answer your question(s).

GoTo book store and look in the tech section. Find some books and browse through them. Once you find an author/publisher that you can read and understand make sure the books level is from intermediate to advanced and buy. Then get into the dev environment and start to play. When ever you have a chance play with the language of choice. Push your self to learn more. Only with familiarity will you become competent with the language.

Good Luck

 
Ideally I'd like to develop skill in a language that is at least reasonably fun to program and will remain in demand.

I think you've convinced me that C++ is the way to go.

Thanks,

Nelviticus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top