Thread: Absolute Beginning; .NET C# 5.0 Noob

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    178

    Absolute Beginning; .NET C# 5.0 Noob

    Hello folks,

    I have time = 0 experience with .NET C# 5.0 Visual Studio, Visual programming. I have a Windows 7 machine! I have (courtesy full-time enrollment at my local university) Visual Studio Professional 2012.

    I am ready to begin my journey but I do not know much about .NET 4.5, nothing about C# 5.0, and little about Visual Studio or Visual programming.

    For a noob like me, where do I begin to conquer the vast knowledge of .NET and C#? I considered purchasing Pro C# 5.0 and the .NET 4.5 Framework (Professional Apress) but I hesitate because right now all I see is the forest... I am clueless!

    Please guide me and help direct me.

    Thank you

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Do you have any programming background at all? You can get a feel for the language syntax at first. Some simple Hello World examples online. At some point you'll want to learn about object oriented programming design.

    If you're looking to buy a book, I personally really enjoyed "Head First C#". There's also a "Head First Design Patterns" book that talks about popular object oriented approaches to design problems, which I also really enjoyed.

    Other than that, I would avoid "new features" topics for now. Stuff like async/await, LINQ, anonymous methods, etc. should wait until you have a better feel for the language.
    If you understand what you're doing, you're not learning anything.

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    178
    Quote Originally Posted by itsme86 View Post
    Do you have any programming background at all? You can get a feel for the language syntax at first. Some simple Hello World examples online. At some point you'll want to learn about object oriented programming design.

    If you're looking to buy a book, I personally really enjoyed "Head First C#". There's also a "Head First Design Patterns" book that talks about popular object oriented approaches to design problems, which I also really enjoyed.

    Other than that, I would avoid "new features" topics for now. Stuff like async/await, LINQ, anonymous methods, etc. should wait until you have a better feel for the language.
    Thank you for your reply. I have background programming in Java and incorporated C, Objective-C and some C++ as a student of computer science. I was interested in a very good book and thank you for suggesting one as well as thank you for recommended approaches.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. absolute value in an expression?
    By Arex Bawrin in forum C Programming
    Replies: 15
    Last Post: 09-08-2009, 09:51 PM
  2. Absolute beginner would really appreciate some help
    By J. of KYC in forum C Programming
    Replies: 1
    Last Post: 08-25-2009, 07:56 AM
  3. absolute value of a double
    By myle in forum C Programming
    Replies: 23
    Last Post: 05-19-2008, 09:33 AM
  4. I have seen absolute evil...
    By Scourfish in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 06-22-2002, 01:43 PM
  5. float to absolute value
    By jesse in forum C Programming
    Replies: 3
    Last Post: 08-31-2001, 09:12 PM