There are so many technical books on the market but if you would read just these 20 from cover to cover you’d gain an exceptional knowledge and have a solid background to become a great .NET developer.

This is an up-to-date list of recommended 20 Best ASP.NET Books for Beginners and Experts.


Beginning Database Programming Using ASP.NET Core 3: With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL

View on Amazon →

1.Beginning Database Programming Using ASP.NET Core 3: With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL

Author: Bipin Joshi

Publisher: Apress; 1st ed. edition (December 13, 2019)

Hit the ground running with this book to quickly learn the fundamentals of HTML form processing, user authentication, and database CRUD (Create, Read, Update, and Delete) operations using the ASP.NET Core family of technologies. You will utilize cutting-edge and popular technology options from both the server side and client side to help you achieve your web application goals as quickly as possible.

Developers who want to learn ASP.NET Core and complementary technologies are often overwhelmed by the large number of options involved in building modern web applications. This book introduces you to the most popular options so that you can confidently begin working on projects in no time. You will learn by example, building a sample application that demonstrates how the same application can be built using different options. This experiential approach will give you the basic skills and knowledge to understand how the options work together so that you can make an informed decision about the available choices, their trade-offs, and code level comparison. After reading this book, you will be able to choose your selected learning path.


C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development: Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code, 4th Edition

View on Amazon →

2.C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development: Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code, 4th Edition

Author: Mark J. Price

Publisher: Packt Publishing (October 31, 2019)

In C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development, Fourth Edition, expert teacher Mark J. Price gives you everything you need to start programming C# applications.

This latest edition uses the popular Visual Studio Code editor to work across all major operating systems. It is fully updated and expanded with new chapters on Content Management Systems (CMS) and machine learning with ML.NET.

The book covers all the topics you need. Part 1 teaches the fundamentals of C#, including object-oriented programming, and new C# 8.0 features such as nullable reference types, simplified switch pattern matching, and default interface methods. Part 2 covers the .NET Standard APIs, such as managing and querying data, monitoring and improving performance, working with the filesystem, async streams, serialization, and encryption. Part 3 provides examples of cross-platform applications you can build and deploy, such as web apps using ASP.NET Core or mobile apps using Xamarin.Forms. The book introduces three technologies for building Windows desktop applications including Windows Forms, Windows Presentation Foundation (WPF), and Universal Windows Platform (UWP) apps, as well as web applications, web services, and mobile apps.


CLR via C - International Economy Edition

View on Amazon →

3.CLR via C - International Economy Edition

Author: Jeffrey Richter

Publisher: Microsoft Press; 4 edition (November 25, 2012)

Dig deep and master the intricacies of the common language runtime, C#, and .NET development. Led by programming expert Jeffrey Richter, a longtime consultant to the Microsoft .NET team - you’ll gain pragmatic insights for building robust, reliable, and responsive apps and components.

Fully updated for .NET Framework 4.5 and Visual Studio 2012
Delivers a thorough grounding in the .NET Framework architecture, runtime environment, and other key topics, including asynchronous programming and the new Windows Runtime
Provides extensive code samples in Visual C# 2012
Features authoritative, pragmatic guidance on difficult development concepts such as generics and threading


Pro .NET Memory Management: For Better Code, Performance, and Scalability

View on Amazon →

4.Pro .NET Memory Management: For Better Code, Performance, and Scalability

Author: Konrad Kokosa

Publisher: Apress; 1st ed. edition (November 13, 2018)

Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. Pro .NET Memory Management is your comprehensive guide to writing better software by understanding and working with memory management in .NET.

Thoroughly vetted by the .NET Team at Microsoft, this book contains 25 valuable troubleshooting scenarios designed to help diagnose challenging memory problems. Readers will also benefit from a multitude of .NET memory management “rules” to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls.


C# in Depth

View on Amazon →

5.C# in Depth

Author: Jon Skeet

Publisher: Manning Publications; 4th edition (March 23, 2019)

C# in Depth, Fourth Edition is a revised edition of the bestseller written by C# legend Jon Skeet. This authoritative and engaging guide is your key to unlocking this powerful language, including the new features of C# 6 and 7. In it, Jon introduces expression-bodied members, interpolated strings, pattern matching, and more. Real-world examples drive it all home. By the end of this awesome book, you'll be writing C# code with skill, style, and confidence.


Pro C# 7: With .NET and .NET Core

View on Amazon →

6.Pro C# 7: With .NET and .NET Core

Author: Andrew Troelsen (Author), Philip Japikse (Author)

Publisher: Apress; 8th ed. edition (November 21, 2017)

This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you’ll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft’s lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC.

Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you’ll have the confidence to put C# into practice and explore the .NET universe on your own terms.


C# 7.0 in a Nutshell: The Definitive Reference

View on Amazon →

7.C# 7.0 in a Nutshell: The Definitive Reference

Author: Joseph Albahari (Author), Ben Albahari (Author)

Publisher: O'Reilly Media; 1 edition (October 28, 2017)

When you have questions about C# 7.0 or the .NET CLR and its core Framework assemblies, this bestselling guide has the answers you need. Since its debut in 2000, C# has become a language of unusual flexibility and breadth, but its continual growth means there’s always more to learn.

Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge. Dive in and discover why this Nutshell guide is considered the definitive reference on C#.


Pro ASP.NET Core MVC 2

View on Amazon →

8.Pro ASP.NET Core MVC 2

Author: Adam Freeman

Publisher: Apress; 7th ed. edition (October 25, 2017)

The ASP.NET Core MVC Framework is the latest evolution of Microsoft’s ASP.NET web platform, built on a completely new foundation. It represents a fundamental change to how Microsoft constructs and deploys web frameworks and is free of the legacy of earlier technologies such as Web Forms. ASP.NET Core MVC provides a "host agnostic" framework and a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility.
Best-selling author Adam Freeman has thoroughly revised this market-leading book and explains how to get the most from ASP.NET Core MVC. He starts with the nuts-and-bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need. The book includes a fully worked case study of a functioning web application that readers can use as a template for their own projects.


Pro C# 8 with .NET Core: Foundational Principles and Practices in Programming

View on Amazon →

9.Pro C# 8 with .NET Core: Foundational Principles and Practices in Programming

Author: Andrew Troelsen (Author), Philip Japikse (Author)

Publisher: Apress; 9th ed. edition (August 17, 2020)

This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 9th edition, you will find the latest C# 8 and .NET Core features, along with new chapters on Microsoft’s lightweight, cross-platform framework, .NET Core 3.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET Core, including Windows Presentation Foundation (WPF) and ASP.NET MVC.

Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections, and numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you will have the confidence to put C# into practice and explore the .NET universe on your own terms.


Pro C# 5.0 and the .NET 4.5 Framework (Expert's Voice in .NET)

View on Amazon →

10.Pro C# 5.0 and the .NET 4.5 Framework (Expert's Voice in .NET)

Author: Andrew Troelsen

Publisher: Apress; 6th ed. edition (August 27, 2012)

This comes on top of award winning coverage of core C# features, both old and new, that have made the previous editions of this book so popular (you'll find everything from generics to pLINQ covered here).

The mission of this text is to provide you with a rock-solid foundation in the C# programming language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms.


Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project (Learn Coding Fast with Hands-On Project) (Volume 3)

View on Amazon →

11.Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project (Learn Coding Fast with Hands-On Project) (Volume 3)

Author: Jamie Chan

Publisher: CreateSpace Independent Publishing Platform; 1 edition (October 27, 2015)

The best way to learn C# is by doing. At the end of the book, you'll be guided through a unique project that requires the application of all the concepts taught previously. Working through the project will not only help you see how it all ties together, it'll also give you an immense sense of achievement and the exhilaration of turning lines of code into a finished product that you can be proud of!

Are you ready to dip your toes into the exciting world of C# coding? This book is for you. Click the "Add to Cart" button to buy it now.


Head First C#: A Learner's Guide to Real-World Programming with C#, XAML, and .NET

View on Amazon →

12.Head First C#: A Learner's Guide to Real-World Programming with C#, XAML, and .NET

Author: Jennifer Greene (Author), Andrew Stellman (Author)

Publisher: O'Reilly Media; Third edition (September 16, 2013)

Head First C# is a complete learning experience for learning how to program with C#, XAML, the .NET Framework, and Visual Studio. Fun and highly visual, this introduction to C# is designed to keep you engaged and entertained from first page to last. Updated for Windows 8.1 and Visual Studio 2013, and includes projects for all previous versions of Windows (included in the book, no additional downloading or printing required).

You’ll build a fully functional video game in the opening chapter, and then learn how to use classes and object-oriented programming, draw graphics and animation, and query data with LINQ and serialize it to files. And you'll do it all by creating games, solving puzzles, and doing hands-on projects. By the time you're done, you'll be a solid C# programmer—and you'll have a great time along the way!


Beginning ASP.NET 4.5 in C# (Experts Voice in .Net)

View on Amazon →

13.Beginning ASP.NET 4.5 in C# (Experts Voice in .Net)

Author: Matthew MacDonald

Publisher: Apress; 1st ed. edition (August 30, 2012)

This book is the most comprehensive and up to date introduction to ASP.NET ever written. Focussing solely on C#, with no code samples duplicated in other languages, award winning author Matthew MacDonald introduces you to the very latest thinking and best practices for the ASP.NET 4.5 technology.
Assuming no prior coding experience, you'll be taught everything you need to know from the ground up. Starting from first principals, you'll learn the skills you need to be an effective ASP.NET developer who is ready to progress to more sophisticated projects and professional work.

You'll be taught how to use object orientation and code-behind techniques to lay out your code clearly in a way other developers can easily understand. You'll learn how to query databases from within you web pages, spice up your layouts using ASP.NET AJAX and deploy your finished websites to production servers. You'll also learn how to debug your code when things go wrong and the performance and scalability issues that can affect your web projects as they grow.


Beginning ASP.NET 4.5.1: in C# and VB (Wrox Programmer to Programmer)

View on Amazon →

14.Beginning ASP.NET 4.5.1: in C# and VB (Wrox Programmer to Programmer)

Author: Imar Spaanjaars

Publisher: Wrox; 1 edition (March 24, 2014)

In this comprehensive guide to getting started with ASP.NET 4.5.1, best-selling author Imar Spaanjaars provides a firm foundation for coders new to ASP.NET and key insights for those not yet familiar with the important updates in the 4.5.1 release. Readers learn how to build full-featured ASP.NET websites using Visual Studio Express 2013 for Web, Microsoft’s free development tool for ASP.NET web applications. Beginning ASP.NET 4.5.1 guides you through the process of creating a fully functional, database-driven website, from creation of the most basic site structure all the way down to the successful deployment of the website to a production environment.


C# 6.0 and the .NET 4.6 Framework

View on Amazon →

15.C# 6.0 and the .NET 4.6 Framework

Author: Andrew Troelsen (Author), Philip Japikse (Author)

Publisher: Apress; 7 edition (November 8, 2015)

This comes on top of award winning coverage of core C# features, both old and new, that have made the previous editions of this book so popular. Readers will gain a solid foundation of object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies).

The mission of this book is to provide you with a comprehensive foundation in the C# programming language and the core aspects of the .NET platform plus overviews of technologies built on top of C# and .NET (ADO.NET and Entity Framework, Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), ASP.NET (WebForms, MVC, WebAPI).). Once you digest the information presented in these chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms.


Professional C# 7 and .NET Core 2.0

View on Amazon →

16.Professional C# 7 and .NET Core 2.0

Author: Christian Nagel

Publisher: Wrox; 7 edition (April 17, 2018)

Professional C# 7 and .NET Core 2.0 provides experienced programmers with the information they need to work effectively with the world’s leading programming language. The latest C# update added many new features that help you get more done in less time, and this book is your ideal guide for getting up to speed quickly. C# 7 focuses on data consumption, code simplification, and performance, with new support for local functions, tuple types, record types, pattern matching, non-nullable reference types, immutable types, and better support for variables. Improvements to Visual Studio will bring significant changes to the way C# developers interact with the space, bringing .NET to non-Microsoft platforms and incorporating tools from other platforms like Docker, Gulp, and NPM. Guided by a leading .NET expert and steeped in real-world practicality, this guide is designed to get you up to date and back to work.


Pro Entity Framework Core 2 for ASP.NET Core MVC

View on Amazon →

17.Pro Entity Framework Core 2 for ASP.NET Core MVC

Author: Adam Freeman

Publisher: Apress; 1st ed. edition (April 19, 2018)

Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft’s object-relational mapping framework. You will access data utilizing .NET objects via the most common data access layer used in ASP.NET Core MVC 2 projects.

Best-selling author Adam Freeman explains how to get the most from Entity Framework Core 2 in MVC projects. He begins by describing the different ways that Entity Framework Core 2 can model data and the different types of databases that can be used. He then shows you how to use Entity Framework Core 2 in your own MVC projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them.


ASP.NET Core in Action

View on Amazon →

18.ASP.NET Core in Action

Author: Andrew Lock

Publisher: Manning Publications; 1st edition (July 13, 2018)

ASP.NET Core in Action opens up the world of cross-platform web development with .NET. You'll start with a crash course in .NET Core, immediately cutting the cord between ASP.NET and Windows. Then, you'll begin to build amazing web applications step by step, systematically adding essential features like logins, configuration, dependency injection, and custom components. Along the way, you'll mix in important process steps like testing, multiplatform deployment, and security.


.NET Core in Action

View on Amazon →

19..NET Core in Action

Author: Dustin Metzgar

Publisher: Manning Publications; 1st edition (August 3, 2018)

.NET Core in Action introduces you to cross-platform development with .NET Core. This hands-on guide concentrates on new Core features as you walk through familiar tasks like testing, logging, data access, and networking. As you go, you'll explore modern architectures like microservices and cloud data storage, along with practical matters like performance profi ling, localization, and signing assemblies.


Programming ASP.NET Core (Developer Reference)

View on Amazon →

20.Programming ASP.NET Core (Developer Reference)

Author: Dino Esposito

Publisher: Microsoft Press; 1 edition (May 19, 2018)

Dino Esposito's Programming ASP.NET Core is the definitive guide to practical software development with Microsoft's exciting new ASP.NET Core technologies. Unlike competitive books that focus primarily on ASP.NET Core's cross-platform capabilities or only what's changed from earlier versions, Esposito offers a complete learning path for every developer who wants to build production solutions. Esposito's expert coverage includes:

•Applying all key ASP.NET Core components, including MVC for HTML generation, .NET Core, EF Core, ASP.NET Identity, dependency injection, and more
•Integrating ASP.NET Core with leading client-side frameworks, including Bootstrap
•ASP.NET Core code for implementing business logic and data transformations
•Handling configuration, routing, controllers, views, and common tasks (including posting forms and presenting data)
•Performing complementary tasks: error handling, logging, application design, authentication, localization, and more
•Front-end development: ensuring responsiveness, creating mobile views, and providing advanced interactivity
•Middleware, data access, runtime architecture, and deployment
•Taking full advantage of the brand-new ASP.NET Core runtime