

Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to Israel.
An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C# 12 and .NET 8, with hands-on exercises using Visual Studio 2022 and Visual Studio Code. Purchase of the print or Kindle book includes a free PDF eBook Key Features Explore the latest additions to C# 12, the .NET 8 class libraries, and Entity Framework Core 8 Create professional websites and services with ASP.NET Core 8 and Blazor Build your confidence with step-by-step code examples and tips for best practices Book Description This latest edition of the bestselling Packt series will give you a solid foundation to start building projects using modern C# and .NET with confidence. You'll learn about object-oriented programming; writing, testing, and debugging functions; and implementing interfaces. You'll take on .NET APIs for managing and querying data, working with the fi lesystem, and serialization. As you progress, you'll explore examples of cross-platform projects you can build and deploy, such as websites and services using ASP.NET Core. This latest edition integrates .NET 8 enhancements into its examples: type aliasing and primary constructors for concise and expressive code. You'll handle errors robustly through the new built-in guard clauses and explore a simplified implementation of caching in ASP.NET Core 8. If that's not enough, you'll also see how native ahead-of-time (AOT) compiler publish lets web services reduce memory use and run faster. You'll work with the seamless new HTTP editor in Visual Studio 2022 to enhance the testing and debugging process. You'll even get introduced to Blazor Full Stack with its new unified hosting model for unparalleled web development flexibility. What you will learn Discover C# 12's new features, including aliasing any type and primary constructors Try out the native AOT publish capability for ASP.NET Core 8 Minimal APIs web services Build rich web experiences using Blazor Full Stack, Razor Pages, and other ASP.NET Core features Integrate and update databases in your apps using Entity Framework Core models Query and manipulate data using LINQ Build and consume powerful services using Web API and Minimal API Who this book is for This book is for beginners as well as intermediate-level C# and .NET programmers who have worked with C# in the past and want to catch up with the changes made in the last few years. Prior exposure to C# or .NET is not a prerequisite. A general understanding of programming will help you to work through the book more comfortably, though the content is suitable for those completely new to programming. If you already have some C# and .NET skills and want to focus on developing practical apps, you can pick up Mark’s other .NET book, Apps and Services with .NET 8, instead. Table of Contents Hello, C#! Welcome, .NET! Speaking C# Controlling Flow, Converting Types, and Handling Exceptions Writing, Debugging, and Testing Functions Building Your Own Types with Object-Oriented Programming Implementing Interfaces and Inheriting Classes Packaging and Distributing .NET Types Working with Common .NET Types Working with Files, Streams, and Serialization Working with Data Using Entity Framework Core Querying and Manipulating Data Using LINQ Introducing Web Development Using ASP.NET Core Building Websites Using ASP.NET Core Razor Pages Building and Consuming Web Services Building User Interfaces Using Blazor Review: A thorough introduction into C# - I used to code in C# in the early Y2Ks and purchased this book to bring my knowledge up to date in anticipation of a new project. I was very much impressed with how much the language grew over this time and how much it was modernized. I knew it was conceived on a solid basis back then, and now it is even a more feature complete, multi-platform and versatile language. This book's success specifically lies with Mark being a fascinating author who has had several editions before and the latest one is incremental improvement which expands on the newly added language features as deploying .Net Types. The start is un-intimidating, and as the book ramps up, you hit quite advanced topics. You will learn all the required skills by the market as tracing, debugging and unit testing, data access, Web Dev, LINQ, and so many more, I doubt any other non-.Net language can offer! In general, I particularly liked that the author supports the development using various programming tools, IDEs and vendors, but also various platforms. I highly recommend this book for anybody starting in C# and the .Net - keep the book handy at work. Review: Excellent Read - Very informative and straightforward read, long as most books of this nature are but the table of contents breaks down the chapters effectively to assist readers that just need a quick tutorial on certain aspects of the development in .Net8









| Best Sellers Rank | #1,015,127 in Books ( See Top 100 in Books ) #52 in Cross-platform Software Development #117 in Microsoft .NET #123 in C# Programming (Books) |
| Customer Reviews | 4.5 out of 5 stars 229 Reviews |
A**V
A thorough introduction into C#
I used to code in C# in the early Y2Ks and purchased this book to bring my knowledge up to date in anticipation of a new project. I was very much impressed with how much the language grew over this time and how much it was modernized. I knew it was conceived on a solid basis back then, and now it is even a more feature complete, multi-platform and versatile language. This book's success specifically lies with Mark being a fascinating author who has had several editions before and the latest one is incremental improvement which expands on the newly added language features as deploying .Net Types. The start is un-intimidating, and as the book ramps up, you hit quite advanced topics. You will learn all the required skills by the market as tracing, debugging and unit testing, data access, Web Dev, LINQ, and so many more, I doubt any other non-.Net language can offer! In general, I particularly liked that the author supports the development using various programming tools, IDEs and vendors, but also various platforms. I highly recommend this book for anybody starting in C# and the .Net - keep the book handy at work.
M**L
Excellent Read
Very informative and straightforward read, long as most books of this nature are but the table of contents breaks down the chapters effectively to assist readers that just need a quick tutorial on certain aspects of the development in .Net8
R**L
Excellent Guide for C# 12 and .NET 8
This book is exactly what I was looking for to get up to speed with C# 12 and .NET 8. The author does a fantastic job breaking down complex topics and presenting them in a clear, approachable way without oversimplifying. If you're building modern web apps, APIs, or cross-platform services, this is an essential resource.
A**R
Condensed, straight-to-the-point examples that teach you clearly.
A great book to get up-to-date with dotnet if you haven't used it in a long time. The book has easy-to-follow examples that explain the new features of the framework while not getting into more complexity or extending the code beyond necessary. It must be said that you won't be making full websites, GUIs or console programs with only the material the book teaches you. The aim of the book is to give you a good understanding of the new features and tools at your disposal as well as explaining the changes made from the previous versions of dotnet and why these changes were made. You should get another book or online course if you want to get into, say, creating a full MVC website. That being said, if you haven't used dotnet for some time and want to get back into it, this book will get you back into dotnet quickly. Highly recommended.
A**R
Who is this book even for!?
I'm not sure who the intended audience of this book is or who could benefit from reading it. I bought this because I thought I needed it before reading the next book in this series, which is what I really wanted to get to. But after having read it, I doubt I'll bother buying anything from this author again. It wasn't terrible. Or at least, it could have been worse. I did learn a thing or two from it although I expected to learn more. I have been programming in C# for many years and needed something to update my C# knowledge and get more into web development. The first half of the book seems targeted at me perhaps, meaning that it goes over a lot of beginner stuff and specifically newer features in C#, but breezes over all topics so fast that it's not really doing an adequate job explaining most things if you don't already kind of know them. It's DEFINITELY not a beginner book for C#. It's NOT a book for someone who has never programmed before. It's not too bad if you follow along with the examples in the book and can already program in C# or at least have read one beginner book to learn C# before this. In the second half you build a sample application that I think is an extremely bad approach to database software design. I have decades of experience as a Database Administrator and I'll leave it at just saying that this is the wrong way to approach relational database software. But it's such a monolithic example that I didn't get a whole lot out of it, and felt it was more a demo of MVC rather than a teaching aide to learn MVC. So, ultimately, it's going to go over the head of most absolute beginners, and didn't go in depth enough with MVC and such in the later half of the book. I gave it 3 stars as I did learn a little from it, especially in terms of getting exposed to some of the newer features of .Net 8. But for the most part I regret buying the book as I felt that I should have been able to find a better book to learn .Net web programming.
M**R
VERY GOOD
A thorough introduction to the subjects, with a lot of extras.
T**O
Good resource for . Net and web development
This is a good resource for learning how to get websites to work in blazor if your sites are running on .Net Framework.
I**B
Exceptional C# Book
The best C# book I have ever read. The author didn't forget any point in his explanation. I love this outstanding book. Thanks Mr. Mark for your special efforts. Appreciate it.
F**A
Libro ben fatto
Libro che copre tutti gli aspetti di .NET 8 e C# 12. Utilissimo anche per chi vuole dare una 'rinfrescata' alle proprie conoscenze.
G**D
Very good book
So far I completed, the 1st chapter and it's very good and very useful. I will update the review after completing all the chapters.
F**N
excelente
esta muy bien explicado y actualizado, solo quadria que saliese una version en castellano para que pudiera llegar a mas gente, estoy muy contento de haberlo adquirido
J**E
Amazing
Amazing book, just what I needed to get my C# up to date from a much earlier version (C# 2.0 from 2006).
S**S
Informatief - en begrijpelijk uitgelegd
Ik heb al een drietal van die guusten over C# doorworsteld maar dit boek leidt mij persoonlijk tot het meeste inzicht. Ik ben er alleszins erg content mee.
Trustpilot
2 weeks ago
3 days ago