CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2009
    Posts
    8

    Hey! my comment!

    C# is so easy.
    I choose C# for school project and have not met any difficulties so far. Why is it created itself easy for use when time goes by ?

    Challenge me! I am going to defy it!

    Yeah,
    -Sam!

  2. #2
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: Hey! my comment!

    As you can see, this forum contains a lot of posts with C# questions, so looks like it is not so easy as you think it is.

    I work with C# every day, and still I need to google some stuff or ask a question here.

    Further, C# has some many possibilties, which is impossible to learn just for one school project. So if you need to create a bit more complicated project than you probably are now doing, difficulties will come by it self

  3. #3
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Hey! my comment!

    Learning languages is not hard, don't get overly excited. Solving problems is difficult, the language is just a tool.

  4. #4
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: Hey! my comment!

    I agree with @BigEd781. C# by itself is **** easy but all the classes in the framework and how they work together and how one can use them etc. is the tricky part.
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  5. #5
    Join Date
    Jun 2008
    Posts
    592

    Re: Hey! my comment!

    c# is so easy because all the hard work has been done for you and wrapped up in a nice framework
    Challenge me! I am going to defy it!
    I challenge you to get outside the microsoft bubble(.net). try assembly, c or c++ and I am sure you find out how different programming becomes.
    0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
    0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000
    0000 0000 0000 0000

  6. #6
    Join Date
    Feb 2009
    Posts
    112

    Re: Hey! my comment!

    I challenge you to cure blindness and cancer with C#. Good luck.


    You may want to google this one...
    - It's a long way to the top if you want to rock n' roll - AC/DC

    Check out my band and support the music:
    www.blueruinmusic.com

  7. #7
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Hey! my comment!

    Not too interested in the language wars. Why pick a language because it's hard?

    Besides, the language is only the tip of the iceberg. To become a productive programmer, you need to learn all aspects: from the development environment, to interacting with the OS (underlying api's/frameworks), to debugging and so on.

    To me, programming in general is like a journey and I like to stay on the cutting edge. In the 15 years that I've been doing this, I've tried to push to gain new technologies/languages. Went through the C++ times with Win32 and MFC, and then on to COM programming with ATL. Lots to learn overall with the Windows api's, printing, network, memory management, the registry, etc. Been there, done that.

    Now it's coding in WPF, WCF, and WF in C#. Another journey. The tools and environment are way better now. The frameworks allow you to build more complex, feature rich apps/systems with more reliability and less effort. YMMV.

  8. #8
    Join Date
    Jun 2008
    Posts
    592

    Re: Hey! my comment!

    Not too interested in the language wars. Why pick a language because it's hard?
    he wanted to defy something.. might as well give him something to defy
    It's not a language war. It just shows different aspects of what computing is all about . from low level to high level. He is trying to defy a high level language, but how simple is that? You buy a book as a reference manual. Done
    0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
    0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000
    0000 0000 0000 0000

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured