+ Reply to Thread
Page 7 of 9 FirstFirst ... 56789 LastLast
Results 61 to 70 of 89

Thread: What is C#?

  1. #61
    Jordan Guest

    Re: What is C#?

    You can develop with C# in Linux/Unix/Mac environments with Mono.

  2. CODECALL Circuit advertisement

     
  3. #62
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: What is C#?

    Okay so you can use C# for other operating systems. So? Why use one over the other? Maybe it just comes down to the programmer's choice?

  4. #63
    Jordan Guest

    Re: What is C#?

    Preference and what they know.

  5. #64
    tunde is offline Newbie
    Join Date
    Mar 2010
    Posts
    13
    Rep Power
    0

    Re: What is C#?

    pls who can help me out..this is very hard for me

  6. #65
    Ancient Dragon's Avatar
    Ancient Dragon is offline Programming Expert
    Join Date
    Jan 2008
    Location
    near St Louis, MO USA
    Posts
    393
    Rep Power
    17

    Re: What is C#?

    Quote Originally Posted by tunde View Post
    pls who can help me out..this is very hard for me
    Help you with what? What the hell are you talking about ? And you should start your own thread instead of hijacking someone else's thread.
    Visit www.DaniWeb.com for more IT needs

  7. #66
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: What is C#?

    the thread is almost 1 year old -.-
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  8. #67
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

    Re: What is C#?

    yes, you can download the specification from the Microsoft website. It is not a tutorial but it examines the language and syntax and gives the rules. Visual Studio has gone through the versions .NET 2003, .NET 2005, .NET 2008 and .NET 2010. C# has been around for all these versions.....

    Programmers can take exams for versions .NET 2005, .NET 2008 and .NET 2010.

    IT Careers

  9. #68
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

    Re: What is C#?

    You can look at the latest certification path at:

    Microsoft Learning: Microsoft Visual Studio Certification

    VS 2008 is the latest certification path where all/most of the exams are in place(at time of writing). VS2010 is still fairly new


    Quote Originally Posted by progcomputeach View Post
    yes, you can download the specification from the Microsoft website. It is not a tutorial but it examines the language and syntax and gives the rules. Visual Studio has gone through the versions .NET 2003, .NET 2005, .NET 2008 and .NET 2010. C# has been around for all these versions.....

    Programmers can take exams for versions .NET 2005, .NET 2008 and .NET 2010.

    IT Careers

  10. #69
    semprance is offline Programmer
    Join Date
    Jan 2010
    Posts
    126
    Rep Power
    0

    Re: What is C#?

    Quote Originally Posted by chili5 View Post
    Okay so you can use C# for other operating systems. So? Why use one over the other? Maybe it just comes down to the programmer's choice?
    That's making the assumption that C# and Java are intimately the same when they are not. There are tons of features present in C# that are not present in Java: Structs, Delegates, Properties, RTI, contrast of multi-dimensional and jagged arrays and so on.

    For more info: http://www.25hoursaday.com/CsharpVsJava.html

    EDIT: Just realised this sounds like a don't like Java lol. The reverse is also true, there are plenty of Java features not present in C# - true portability being the essential one - and I use Java a lot too, it was actually the first language I learned.
    Last edited by semprance; 04-09-2010 at 03:48 AM. Reason: Didn't want to sound like I was flaming Java <:-)

  11. #70
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

    Re: What is C#?

    I think the great thing about programming languages is that once you have learned a few that you become comfortable with the pros and cons of different ones. If one language did everything then it would be the only one. Think positive here .. You know several languages and the pros and cons of the different ones. Think of the employment opportunities!

    Quote Originally Posted by semprance View Post
    That's making the assumption that C# and Java are intimately the same when they are not. There are tons of features present in C# that are not present in Java: Structs, Delegates, Properties, RTI, contrast of multi-dimensional and jagged arrays and so on.

    For more info: C# From a Java Developer's Perspective

    EDIT: Just realised this sounds like a don't like Java lol. The reverse is also true, there are plenty of Java features not present in C# - true portability being the essential one - and I use Java a lot too, it was actually the first language I learned.

+ Reply to Thread
Page 7 of 9 FirstFirst ... 56789 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts