- 24%

C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals – Eighth Edition: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8

From the Publisher

.net 8 c#12.net 8 c#12

Mark PriceMark Price

packtpackt What makes this book different from other C#12 and .NET 8 books? Learn the fundamentals of C#, .NET, and ASP.NET Balance between breadth and depth Clear explanations and practical code examples Uses a conversational style Avoids fluff for concise, clear learning

Why is now a good time to learn about .NET 8?

.NET 8 is a Long Term Support (LTS) release, which means Microsoft provides support for it until November 2026. In contrast, .NET 7 was and .NET 9 will be Standard Term Support (STS) releases, with a support period of just 18 months. If you’re currently working on projects targeting .NET 5, 6, or 7, I recommend upgrading to .NET 8 promptly. During this transition, you can also leverage the new features by learning from my book.

You can expect:

A brisk read Guidance on top code editors such as Visual Studio 2022 and Visual Studio Code Online instructions for JetBrains Rider users Solutions to coding tasks, questions, and exercises on the book’s GitHub

c#12 .net8c#12 .net8

What’s new in this eighth edition?

For this eighth edition, I updated the entire book for C# 12 and .NET 8, improving the content from the seventh edition. This ensures that concept introductions and code examples are refined, relevant, and easier to follow.

This book explores the most useful C# 12 features, such as primary constructors for classes and structs, default lambda expression parameter values, and new exception guard clauses. Notably, C# 12 allows aliasing any type, including tuples, streamlining object type declarations.

.NET’s latest version brings numerous performance enhancements that require no code changes. Improved native ahead-of-time (AOT) support enhances startup speed and reduces memory usage. This AOT support now extends to more project types, including ASP.NET Core web APIs implemented using minimal APIs. The significant addition to ASP.NET Core 8 is Blazor Full Stack, unifying Blazor and replacing legacy WebAssembly and Server models, explored in a dedicated chapter.

c# .netc# .net

.net.net

c#c#

Native AOT for faster, low-memory minimal API web services

In an additional section available online, the author delves into the world of native AOT for minimal APIs. This provides you with an opportunity to explore how to make your web services start faster and use less memory using Minimal APIs, all in a convenient online format. For more information, refer to the end of Chapter 14, Building and Consuming Web Services.

New tools, such as Visual Studio 2022 HTTP Editor for web service testing

Visual Studio 2022 has a new tool, the HTTP Editor, that provides a convenient way to test web APIs. The editor provides a user interface to create and edit .http files, send HTTP requests, and display the responses. It conforms to similar standards as other tools like REST Client for Visual Studio Code.

Introducing Blazor Full Stack, a unified hosting model

In a dedicated chapter on building user interfaces with Blazor, the author demonstrates the flexibility to run C# and .NET code either on the server or directly within the browser. He introduces Blazor’s unified hosting model, offering developers an expansive playground for their web applications.

Add to Cart

Add to Cart

Customer Reviews

4.7 out of 5 stars
36

4.6 out of 5 stars
82

Price

$37.93$37.93 $37.93$37.93

Edition
Second Eighth

Target audience
Beginner-to-intermediate level in building apps and services Beginner-to-intermediate level in the C# language, .NET libraries, and ASP.NET Core web development

Prerequisites
Intermediate-level C#, .NET, and ASP.NET Core (introduced in the first book) No prior exposure to C# or .NET, but a general understanding of programming is helpful

Topics covered
Common .NET-adjacent technologies such as Cosmos DB, GraphQL, .NET MAUI, Blazor, gRPC, and more C# language, .NET libraries, ASP.NET Core, object-oriented programming, testing, EF Core, and more

Publisher ‏ : ‎ Packt Publishing; 8th ed. edition (November 14, 2023)
Language ‏ : ‎ English
Paperback ‏ : ‎ 828 pages
ISBN-10 ‏ : ‎ 1837635870
ISBN-13 ‏ : ‎ 978-1837635870
Item Weight ‏ : ‎ 3.12 pounds
Dimensions ‏ : ‎ 9.25 x 7.52 x 1.64 inches

Original price was: $49.99.Current price is: $37.93.

Added to wishlistRemoved from wishlist 0


Price: $49.99 - $37.93
(as of May 10, 2024 10:59:23 UTC – Details)


From the Publisher

.net 8 c#12.net 8 c#12

Mark PriceMark Price

packtpackt What makes this book different from other C#12 and .NET 8 books? Learn the fundamentals of C#, .NET, and ASP.NET Balance between breadth and depth Clear explanations and practical code examples Uses a conversational style Avoids fluff for concise, clear learning

Why is now a good time to learn about .NET 8?

.NET 8 is a Long Term Support (LTS) release, which means Microsoft provides support for it until November 2026. In contrast, .NET 7 was and .NET 9 will be Standard Term Support (STS) releases, with a support period of just 18 months. If you’re currently working on projects targeting .NET 5, 6, or 7, I recommend upgrading to .NET 8 promptly. During this transition, you can also leverage the new features by learning from my book.

You can expect:

A brisk read Guidance on top code editors such as Visual Studio 2022 and Visual Studio Code Online instructions for JetBrains Rider users Solutions to coding tasks, questions, and exercises on the book’s GitHub

c#12 .net8c#12 .net8

What’s new in this eighth edition?

For this eighth edition, I updated the entire book for C# 12 and .NET 8, improving the content from the seventh edition. This ensures that concept introductions and code examples are refined, relevant, and easier to follow.

This book explores the most useful C# 12 features, such as primary constructors for classes and structs, default lambda expression parameter values, and new exception guard clauses. Notably, C# 12 allows aliasing any type, including tuples, streamlining object type declarations.

.NET’s latest version brings numerous performance enhancements that require no code changes. Improved native ahead-of-time (AOT) support enhances startup speed and reduces memory usage. This AOT support now extends to more project types, including ASP.NET Core web APIs implemented using minimal APIs. The significant addition to ASP.NET Core 8 is Blazor Full Stack, unifying Blazor and replacing legacy WebAssembly and Server models, explored in a dedicated chapter.

c# .netc# .net

.net.net

c#c#

Native AOT for faster, low-memory minimal API web services

In an additional section available online, the author delves into the world of native AOT for minimal APIs. This provides you with an opportunity to explore how to make your web services start faster and use less memory using Minimal APIs, all in a convenient online format. For more information, refer to the end of Chapter 14, Building and Consuming Web Services.

New tools, such as Visual Studio 2022 HTTP Editor for web service testing

Visual Studio 2022 has a new tool, the HTTP Editor, that provides a convenient way to test web APIs. The editor provides a user interface to create and edit .http files, send HTTP requests, and display the responses. It conforms to similar standards as other tools like REST Client for Visual Studio Code.

Introducing Blazor Full Stack, a unified hosting model

In a dedicated chapter on building user interfaces with Blazor, the author demonstrates the flexibility to run C# and .NET code either on the server or directly within the browser. He introduces Blazor’s unified hosting model, offering developers an expansive playground for their web applications.

Add to Cart

Add to Cart

Customer Reviews

4.7 out of 5 stars
36

4.6 out of 5 stars
82

Price

$37.93$37.93 $37.93$37.93

Edition
Second Eighth

Target audience
Beginner-to-intermediate level in building apps and services Beginner-to-intermediate level in the C# language, .NET libraries, and ASP.NET Core web development

Prerequisites
Intermediate-level C#, .NET, and ASP.NET Core (introduced in the first book) No prior exposure to C# or .NET, but a general understanding of programming is helpful

Topics covered
Common .NET-adjacent technologies such as Cosmos DB, GraphQL, .NET MAUI, Blazor, gRPC, and more C# language, .NET libraries, ASP.NET Core, object-oriented programming, testing, EF Core, and more

Publisher ‏ : ‎ Packt Publishing; 8th ed. edition (November 14, 2023)
Language ‏ : ‎ English
Paperback ‏ : ‎ 828 pages
ISBN-10 ‏ : ‎ 1837635870
ISBN-13 ‏ : ‎ 978-1837635870
Item Weight ‏ : ‎ 3.12 pounds
Dimensions ‏ : ‎ 9.25 x 7.52 x 1.64 inches

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals – Eighth Edition: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8”

Your email address will not be published. Required fields are marked *

C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals – Eighth Edition: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8
C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals – Eighth Edition: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8

Original price was: $49.99.Current price is: $37.93.

LoveTechBrands
Logo
Shopping cart