Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning C# with exercises, questions and puzzles [closed]

Tags:

c#

I learned Java with the help of the book 'Java how to program'. The book had lots of questions and exercises that helped me a lot.

I am now looking for a website or preferably a book that has similar programming questions/exercises that will help me learn C#/.NET and become a better programmer. Could someone suggest a book or point me to a website ?

Thanks

Edit: I should add that I am not looking for advanced stuff like Project Euler, but basic stuff

like image 681
user257412 Avatar asked Jul 22 '10 16:07

user257412


People also ask

Is C an easy language to learn?

While C is one of the more difficult languages to learn, it's still an excellent first language pick up because almost all programming languages are implemented in it. This means that once you learn C, it'll be simple to learn more languages like C++ and C#.

Is it hard to learn C?

C is a general-purpose language that most programmers learn before moving on to more complex languages. From Unix and Windows to Tic Tac Toe and Photoshop, several of the most commonly used applications today have been built on C. It is easy to learn because: A simple syntax with only 32 keywords.

Is C worth it to learn?

Is Learning C Worth It? Learning C is worth it. It is hard to avoid C because it is used to write OS kernels, databases, compilers, and many other applications. Knowledge of C will be required to debug or improve them.


1 Answers

While it's specifically aimed at algorithmic programming, Project Euler can only do good things for getting well-acquainted with a language! Work through as many problems as you can, solving them in C#, and you'll have fun at the same time as learning the language.

like image 154
Noldorin Avatar answered Oct 12 '22 23:10

Noldorin