Teach yourself Visual C# 2010-one step at a time. Ideal for developers with fundamental programming skills, this practical tutorial features learn-by-doing exercises that demonstrate how, when, and why to use the features of the C# rapid application development environment. You'll learn how to use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0; develop a solid, fundamental understanding of C# language features; and then get to work creating actual components and working applications for the Windows operating system. You'll also delve into data management technologies and Web-based applications.
Librarian Note: There are more than one author in the Goodreads database with this name.
John R. Sharp worked as a linguist and analyst for the U.S. Government for over 40 years, teaching and writing curricula for Modern Standard Arabic and several Arabic dialects. During his studies in Cairo, he became fascinated with Egyptology and the ancient Egyptian language, but was frustrated at not finding a good, searchable index of pharaohs' cartouches (name rings), so he decided to make one himself, a project that took several decades. He lives in Hawaii.
اگه دنبال یه مرجع خوب برای آموزش گام به گام برنامه نویسی به زبان سی شارپ میگردید من این کتاب رو توصیه میکنم آموزشها تصویری و گام به گام برروی ویژوال استودیو2010 هست و درکنار کتاب یک سی دی از تمرینهای کتاب وجود داره که کار آموزش رو راحتتر کرده کتاب ترجمه شده موجود در بازار پراز اشکالات تایپی، چاپی و ترجمه است که مطالعه نسخه ترجمه شده را توصیه نمی کنم. در بسیاری از بخش ها کدهای تایپ شده روی هم افتاده و مشخص نیستند ترجمه واقعا بد انجام شده و در بسیاری از قسمت ها معنی منبع اصلی را تغییر داده و دانشجو را به اشتباه می اندازد
That was actually a pretty good book to learn C# with. It's certainly an easier text than one on C++, but that's because C++ is pretty difficult itself. The only thing I didn't like is that the programming examples often used functions I was unfamiliar with and didn't actually explain them (things like Windows APIs). Still, definitely an easy way to learn C# on your own.
I bought this book on sale a few years ago, and just got around to going through it this year. Overall, it's a good introduction to C#. It covers basic, intermediate, and advanced topics very well, although some material is out of date. This is to be expected, as the book is over six years old. Most of the foundational material is still relevant though. One part that I found was completely out of date was the section on the Entity Framework, which has gone through major changes with the past few versions of .Net. The sample code for the EF exercises still works, but it does not represent how things are done today. I bought the newest edition of the book - Visual C# 2015 Step by Step - but unfortunately it does not cover the Entity Framework. I still have not found a good reference book for EF, so I went through a training course on Udemy.com, and that filled in a lot of blanks. If you find this book in a bargain bin or online for cheap, it's worth a look, but you might be better off springing for a more up to date version.