Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals
C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals

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

eBook
€8.99 €29.99
Paperback
€37.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals

Speaking C#

This chapter is all about the basics of the C# programming language. Over the course of this chapter, you’ll learn how to write statements using the grammar of C#, as well as being introduced to some of the common vocabulary that you will use every day. In addition to this, by the end of the chapter, you’ll feel confident in knowing how to temporarily store and work with information in your computer’s memory.

This chapter covers the following topics:

  • Introducing the C# language
  • Understanding C# grammar and vocabulary
  • Working with variables
  • Exploring more about console apps
  • Understanding async and await
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Explore the newest additions to C# 11, the .NET 7 class libraries, and Entity Framework Core 7
  • Create professional websites and services with ASP.NET Core 7 and Blazor
  • Build your confidence with step-by-step code examples and tips for best practices

Description

Extensively revised to accommodate the latest features that come with C# 11 and .NET 7, this latest edition of our guide will get you coding in C# with confidence. You’ll learn object-oriented programming, writing, testing, and debugging functions, implementing interfaces, and inheriting classes. Next, you’ll take on .NET APIs for performing tasks like managing and querying data, working with the filesystem, and serialization. As you progress, you’ll also explore examples of cross-platform projects you can build and deploy, such as websites and services using ASP.NET Core. Instead of distracting you with unnecessary graphical user interface code, the first eleven chapters will teach you about C# language constructs and many of the .NET libraries through simple console applications. Having mastered the basics, you’ll then start building websites, web services, and browser apps. By the end of this book, you’ll be able to create rich web experiences and have a solid grasp of object-oriented programming that you can build upon.

Who is this book for?

This book is primarily for beginners, but 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 past few years will also find plenty of useful information in it. Prior exposure to C# or .NET is not a prerequisite, but you should have a general understanding of programming before you jump in. If you already have some C# and .NET skills and want to focus on developing apps, we recommend that you pick up Mark’s other .NET book, Apps and Services with .NET 7, instead.

What you will learn

  • Build rich web experiences using Blazor, Razor Pages, the Model-View-Controller (MVC) pattern, and other features of ASP.NET Core
  • Write, test, and debug functions
  • Query and manipulate data using LINQ
  • Integrate and update databases in your apps using Entity Framework Core models
  • Build and consume powerful services using the latest technologies, including Web API and Minimal API
  • For .NET 6 developers:
  • C# 11 can be used with .NET 6, including features like raw string literals
  • EF Core 7 targets .NET 6, so you can benefit from its new features like ExecuteUpdate and ExecuteDelete for more efficient data modifications

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 08, 2022
Length: 818 pages
Edition : 7th
Language : English
ISBN-13 : 9781803248950
Vendor :
Microsoft
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Nov 08, 2022
Length: 818 pages
Edition : 7th
Language : English
ISBN-13 : 9781803248950
Vendor :
Microsoft
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 143.97
C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals
€37.99
Apps and Services with .NET 7
€37.99
Solutions Architect's Handbook
€67.99
Total 143.97 Stars icon
Banner background image

Table of Contents

18 Chapters
Hello, C#! Welcome, .NET! Chevron down icon Chevron up icon
Speaking C# Chevron down icon Chevron up icon
Controlling Flow, Converting Types, and Handling Exceptions Chevron down icon Chevron up icon
Writing, Debugging, and Testing Functions Chevron down icon Chevron up icon
Building Your Own Types with Object-Oriented Programming Chevron down icon Chevron up icon
Implementing Interfaces and Inheriting Classes Chevron down icon Chevron up icon
Packaging and Distributing .NET Types Chevron down icon Chevron up icon
Working with Common .NET Types Chevron down icon Chevron up icon
Working with Files, Streams, and Serialization Chevron down icon Chevron up icon
Working with Data Using Entity Framework Core Chevron down icon Chevron up icon
Querying and Manipulating Data Using LINQ Chevron down icon Chevron up icon
Introducing Web Development Using ASP.NET Core Chevron down icon Chevron up icon
Building Websites Using ASP.NET Core Razor Pages Chevron down icon Chevron up icon
Building Websites Using the Model-View-Controller Pattern Chevron down icon Chevron up icon
Building and Consuming Web Services Chevron down icon Chevron up icon
Building User Interfaces Using Blazor Chevron down icon Chevron up icon
Epilogue Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.1
(54 Ratings)
5 star 63%
4 star 9.3%
3 star 16.7%
2 star 1.9%
1 star 9.3%
Filter icon Filter
Top Reviews

Filter reviews by




Prashant Oct 25, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Each and Every Chapter Contains Tons and Tons On Knowledge.
Subscriber review Packt
Troy Martin Nov 08, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I've been a self-taught programmer for the last 5+ years and have read/skimmed countless programming books in my time. I'm well-versed in several languages and recently decided to become more proficient with C# as well as getting caught up to "modern" C# (I learned C# when it was version 7).Mark Price's book is nothing short of a god-send for me. This has been one of the best programming books I've ever read and most certainly the best for the language. While this may not be great for the absolute newbie programmer (it's a very concise book), anyone with a little bit of skill in any language should find themselves right at home. Mark does a wonderful job completely covering not only the fundamentals of the language but also diving into practical applications along with website development and services like ASP.NET, EF Core and more!If you've ever wanted to learn C# (or just programming in general), this is the book I would point anyone to. Mark is an expert in the field and the Discord server for the book has been its own treat with very welcoming and friendly programmers to assist / discuss topics in the book. After finishing this book, you will have all the knowledge you need to develop your own websites and applications with the cross-platform nature that modern C# .NET affords. Get up to speed with the newest C# language features and become confident in your abilities with this book!Note that there is a follow-up book to this one, Apps and Services with .NET 7. I HIGHLY recommend buying the two as a set as the follow-up book directly builds off of what was learned in the 'first book' and includes a recipe-book-like approach to various real-world projects.
Amazon Verified review Amazon
Amazon Customer Jul 28, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I liked the option of getting a PDF version of the book. I liked how rationally layed out the content is and how very complete it is. A really great job!
Amazon Verified review Amazon
William Senn Nov 23, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book is exceptional in that it concentrates on the language and not the IDE. The examples and projects in the first 11 chapters are written as Console applications! This gives the author great flexibility to concentrate on language without concern for UI elements. The vast majority of C# texts out there are either Language References or Windows Form guides, not this one. It is very pragmatically focused. The author starts by giving the reader instructions on installing VS2022 for Windows (works for VS2019 and VS for Mac) as well, VS Code which works on Windows, Linux, Mac, and the SDKs, which also work on Windows, Mac, and Linux. He then delves into how to create multiple projects with the tools. In addition, he walks the user through installing and using .NET Interactive Notebooks (now Polyglot Notebooks) which are basically Jupyter for C# in VS Code - amazing first chapter. With this foundation, the reader is poised to jump into C# and .NET, from C# 8 and.NET Core 3.1 to C# 11 and .NET 7 using nothing more than a command line and text editor, should the reader desire to code that way.After the introductory setup chapter, the author jumps into the language for the next 10 chapters. The last 6 chapters cover the basics of web apps and services... just enough to create working applications and services. The author covers these topics in much greater detail in his other book "Apps and Services with .NET" which, if I have the opportunity to read soon, I very much look forward to.Are there weaknesses? Hmm... sure, but I consider most of what I perceive as weaknesses to be design choices and chalk them up to the author's preferences and style. This is the seventh edition of the text and the author has paid attention to the details.One thing that's noticeable and much appreciated by me is that the author leverages new features of the language expertly and adroitly while calling out there use. This is substantially different from those authors who cut new editions with little effort to embrace what's new.Great book and very helpful approach for readers wanting to learn HOW to program in C# on their ACTUAL computers!
Amazon Verified review Amazon
Rufus Archibald Dec 02, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The material covered was thorough and concise. The examples were good, code was clean and illustrated the topic clearly. Chapters were organized well and in a good sequence to advance the narrative in a logical way. This is a great book to learn from and I highly recommend it for both beginners and seasoned professionals to have around as reference material. It will certainly remain in my library for some time to come.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.