User SamIam - Stack Overflowmost recent 30 from stackoverflow.com2009-12-05T10:40:53Zhttp://stackoverflow.com/feeds/user/62992http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/517016/moving-forward-with-a-career-c-or-c/517326#5173260Answer by SamIam for Moving forward with a career: C++ or C#?SamIam2009-02-05T18:48:09Z2009-02-05T18:48:09Z<p>Personally, I would go with C# because it is far easier to program with than C++ at times. You also get so much more exposure to different areas such as web and fat client user interfaces, and latest breed in SOA using WCF from Microsoft. However, I would still pick up C++ because when something doesn't run fast enough in C# on a users machine. You can write it in C++ to make it run faster. Also some of the other comments on multiple platform developement do hold true as well. C++ can pretty much go on any type of box out there from a Mainframe to a small integrated processor box. Good luck on whichever you choose. </p>
http://stackoverflow.com/questions/442582/java-web-service-framework-library-which-is-a-better-one-and-why/517275#5172750Answer by SamIam for Java Web Service framework/library, which is a better one and why ?SamIam2009-02-05T18:36:54Z2009-02-05T18:36:54Z<p>I have only used the Spring WS because that is what I was told to use, but it was a pretty easy use framework. If you have to go with soemthing else I would go with XFire due to the JAX-WS support. </p>