Tagged Questions

4
votes
20answers
1k views

Is it worth moving from Java to C#, for someone with 3 years of Java experience?

Hi All, I have been working on java/J2ee for the past 3 years. My job included working on JSF and Axis web services and a bit of hibernate too. The IDE that i use is eclipse, with project mgmt tool as …
4
votes
10answers
237 views

What tools do you recommend to someone who wants to learn Java in a short time? [closed]

Greetings! I’m a .Net developer (VB.Net, C#) with 5 years experience. I would like to learn the Java programming language. What tools do you recommend for a programmer who wants to learn to program in …
7
votes
4answers
1k views

Multi-lingual web application - how do I detect the user’s language in ASP.NET?

I'm building an ASP.NET web application, and all of my strings are stored in a resource file. I'd like to add a second language to my application, and ideally, I'd like to auto-detect the user's …
1
vote
10answers
434 views

What are some common Java pitfalls/gotchas for C++ programmer?

As the question says, what are some common/major issues that C++ programmers face when switching to Java? I am looking for some broad topic names or examples and day to day adjustments that engineers …
3
votes
9answers
183 views

switching from language A to language B

OK. So I want to switch from language Flob to language Blub. The thing is that in Flob I can do a lot of stuff, in Blub I can write hello world and maybe some simple recursive function. What kind of …