-
Can any one suggest me the best books to learn dotnet?0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • Oct 21, 2015
There is a section related to books on CEAre you sure? This action cannot be undone. -
Member • Oct 23, 2015
.NET is a technology, typically I would go learning in the following order:
1) Learn C# (Write few programs)
2)Study C# in depth (Implement OOPs using C#, try hands on some algorithms)
Rest, microsoft offers many choices like Web Development, Desktop based development, mobile development, services... and you can decide what you want to do.
But C# is by far the easiest language you can start with if you want to get started with .NET (this is strictly my opinion)Are you sure? This action cannot be undone. -
Member • Nov 4, 2015
As per opinion Black book is one of the good book.Are you sure? This action cannot be undone. -
Administrator • Nov 4, 2015
Frankly speaking; with my own experience in programming - I'd strongly recommend "NOT" learning from book. Use books for 'reference'. That is simply refer to the books when you get stuck. I strongly recommend that the best way to learn programming is to start with a small project and keep learning as we get stuck at problems.Are you sure? This action cannot be undone.