M
Mark Campbell
I need help for a problem regarding CSharp. Could anyone tell me what it is?
(e-mail address removed)
(e-mail address removed)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I need help for a problem regarding CSharp. Could anyone tell me what it is?
(e-mail address removed)
I need help for a problem regarding CSharp. Could anyone tell me what it
is?
Mark said:This forum, like all the Microsoft technical support peer-to-peer
forums, is visited by lots of people, most of whom have a great deal
of knowledge about the subject of the forum... in this, case, C#.
They will all be glad to try to help you...
However, as far as I am aware, most of them aren't psychic.
All you have to do is, er, actually ask a question...
Go on - give it a go! It's really easy...
Perhaps the question is "What is CSharp?" It's a programming language
very similar to Java.
Mark said:Is it...?
Mike Schilling said:Yes. Ask anyone who programs in both.
PS said:If it's similar then aren't C# programmer already programming in both?
I need help for a problem regarding CSharp. Could anyone tell me what it is?
(e-mail address removed)
Jon Skeet said:No. "Similar" doesn't mean "the same".
I'd agree that the two languages are very similar though. Anyone
competent in one will find that the biggest hurdle in moving to the
other isn't the language, but the framework.
PS said:The orignal post was "very similar" which implies to me "almost the
same". This I would have to disagree with. I would tend to say
"somewhat similar", like Spanish and Italian.
Mark said:Is it...?
In what way(s) is C# "very similar" to Java...?
Arne said:Moving the
start curly brackets is one the biggest
tasks in a conversion between two such.
Dylan said:How do you mean? Aren't indentation and "where you put the braces"
merely a cosmetic and personal preference in both Java and C#?
Arne Vajhøj said:Both SUN and MS has published coding conventions.
I follow SUN coding concvention for Java and MS coding
convention for C# (unless told otherwise).
So I move the start curly brackets when I convert
code between Java and C#.
Jon said:(Personally I can't stand the "opening brace at the end of the line"
style.)

Jon said:There's a lot of point in following *naming* conventions when writing
your own code, as it means it fits in well with the rest of the
framework. Brace position, however, is more of a private matter IMO.
It's good to have consistency within a project, but it makes no
difference otherwise.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.