Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

migrating to C# from Java

Tags:

java

c#

I saw a thread similar to this, but the reason I'm asking this is because my situation is different.

I've been a tester (automated and manual) but I have a good Java programming knowledge although I haven't worked as a programmer.

My company is considering to move me to a C# programming role. Will it be hard for me to learn C# without any prior experience in programming?

Thanks

like image 479
shana Avatar asked Aug 24 '10 05:08

shana


People also ask

Is it easy to move from C to C++?

Switching from C to C++ can be both easy, as there are many similarities between the two languages, and hard, as there are many differences that require forgetting what you know and habits that you may have developed from programming in C.


1 Answers

My 2 cents is that once you understand core concepts of programming you can move to any programming language. Try and remain as language agnostic as possible.

Specific to your question, you should be able to make the transition without much effort at all.

like image 200
Pieter Germishuys Avatar answered Oct 09 '22 13:10

Pieter Germishuys