C# 14 and .NET 10 - Modern Cross-Platform Development Fundamentals - Tenth Edition

C# 14 and .NET 10 - Modern Cross-Platform Development Fundamentals - Tenth Edition

Mark J. Price

81,08 €
IVA incluido
Disponible
Editorial:
Packt Publishing
Año de edición:
2025
ISBN:
9781836206637
81,08 €
IVA incluido
Disponible

Selecciona una librería:

  • Librería Samer Atenea
  • Librería Aciertas (Toledo)
  • Kálamo Books
  • Librería Perelló (Valencia)
  • Librería Elías (Asturias)
  • Donde los libros
  • Librería Kolima (Madrid)
  • Librería Proteo (Málaga)

An easy-to-follow guide for beginners and intermediate programmers to master the concepts, real-world applications, and latest features of C# 14 and .NET 10 through hands-on exercises using Visual Studio 2026 and VS CodeFree with your book: DRM-free PDF version + access to Packt’s next-gen ReaderKey Features:- Explore the newest additions to the C# language, the .NET class libraries, and data modeling with Entity Framework Core- Build professional modern websites and services with ASP.NET Core, Blazor, and Minimal API services- Enhance your skills with step-by-step code examples and good practice tipsBook Description:C# and .NET remain the backbone of modern enterprise and cross-platform development. Whether you’re building high-performance websites and services on Windows or Linux or desktop apps that run on Windows and macOS, the .NET ecosystem provides a mature yet constantly evolving foundation for software development. With the release of C# 14 and .NET 10, developers now have access to a more powerful toolset.This tenth edition has been thoroughly updated to reflect the latest features. It begins with a deep grounding in object-oriented programming and then walks you through building, testing, and debugging functions, as well as managing resources with .NET libraries. You’ll work with data using LINQ and serialization, handle filesystem operations, and integrate new features like numerical string comparisons and OrderedDictionary improvements. This book explains C# 14 updates, such as field modifiers, partial events, and instance constructors, in a real-world context. It also guides you in building practical projects with ASP.NET Core 10, exploring Blazor and Minimal API web services that support AOT compilation-ideal for microservices and containers.By the end of the book, you’ll be ready to ship professional websites, services, and tools across platforms, confident in your ability to build software that’s maintainable, efficient, and aligned with modern .NET development.What You Will Learn:- Discover the new features in .NET 10, including the NumericOrdering option and OrderedDictionary enhancements- Leverage the latest ASP.NET Core 10 features, such as OpenAPI 3.1 document generation, YAML format support, and populating XML doc comments- Use native AOT publishing for faster startup and reduced memory footprint- Build rich web user interface experiences with Blazor- Integrate databases into your applications using EF Core 10 entity models- Query and manipulate data using LINQ- Develop powerful web services with Minimal APIsWho this book is for:This book is for beginner-to-intermediate level C# and .NET developers. While prior experience with C# or .NET is not a prerequisite, a general understanding of programming concepts will be helpful.To learn about technologies for building modern .NET projects such as gRPC, SignalR, and GraphQL for services, or Avalonia, Blazor, and .NET MAUI for apps, read Mark’s Apps and Services with .NET 10.For more mature web development technologies like ASP.NET Core MVC, controller-based Web API services, OData services, and Umbraco CMS, check out Mark’s Real-World Web Development with .NET 10.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(N.B. Please use the Read Sample option to see further chapters)

Artículos relacionados

  • Mastering Secure Java Applications
    Debopam Poddar / Joyanta Banerjee / Tarun Kumar Chawdhury / Vipul Gupta
    Elevate your Java security skills for the modern cloud eraDESCRIPTION This book offers a comprehensive guide to implementing Zero-Trust security principles, cloud-based defenses, and robust application development practices. Through practical examples and expert advice, readers will gain the skills needed to design and develop secure Java applications that easily can tackle to...
    Disponible

    49,94 €

  • Python Mini Manual
    CodeCraft Dynamics
    Embark on a journey to master Python with this comprehensive guide that covers everything from the basics to advanced concepts. Whether you’re new to programming or looking to enhance your skills, this book offers a blend of focused discussions, real-world examples, and practice exercises to help you become proficient in Python. Begin by exploring an overview of Python and its ...
    Disponible

    12,05 €

  • C++ Programming Cookbook
    Anais Sutherland
    'C++ Programming Cookbook' stands out as a clear, concise, and powerful technical resource for programmers who want to master C++’s intricacies. C++ programmers face a wide variety of problems, and this carefully written book is a treasure trove of solutions and methods to those software development challenges.Each chapter is organized to help you get a good grasp of the langua...
    Disponible

    61,97 €

  • Python Advanced Programming
    Marcus Richards
    If you want to learn the most modern programming language in the world, then keep reading.Python is an high-level programming language. It’s a modern language, easy to learn and understand but very powerful.It’s a versatile programming language that is now being used on a lot of different projects, from world-class internet companies to small hobbyists, Python is extremely flex...
    Disponible

    22,81 €

  • React and React Native - Fifth Edition
    Adam Boduch / Mikhail Sakhniuk
    Get a big-picture view of modern React and React Native and see how they go hand-in-hand - covering TypeScript development, Vite, state management strategies, unit testing with Jest, and more.Purchase of the print or Kindle book includes a free PDF eBook.Key Features:- New content on TypeScript, React frameworks, state management strategies, and unit testing- Get to grips with ...
    Disponible

    63,27 €

  • Practical Rust 1.x Cookbook, Second Edition
    Lloyd Frank
    If you want to learn how to program in Rust and create strong, reliable apps with the most recent version Rust 1.68, then you need the 'Practical Rust 1.x Cookbook (Second Edition)'-a book full of real-world solutions. An extensive collection of practical recipes covering a wide range of topics. You will learn the fundamentals of programming, how to set up a development environ...
    Disponible

    62,44 €

Otros libros del autor

  • Tools and Skills for .NET 10 - Second Edition
    Mark J. Price
    Advance your career by mastering key .NET tools and skills, including debugging, source code management, testing, cloud native development, multitasking, and moreKey Features:- Coverage of key .NET tools and skills, including refactoring, source code management, debugging, and more- Practical guidance on using code editors effectively and implementing good practices- Explore cu...
    Disponible

    80,83 €

  • Real-World Web Development with .NET 10 - Second Edition
    Mark J. Price
    A hands-on guide to building modern websites and services with ASP.NET Core MVC, Web API, and Umbraco CMS, featuring practical patterns, real-world techniques, and proven workflows for .NET 10 developers.Free with your book: DRM-free PDF version + access to Packt’s next-gen Reader*Key Features:- Master ASP.NET Core MVC, Web API, and OData to build robust web services- Gain hand...
    Disponible

    80,14 €

  • Real-World Web Development with .NET 9
    Mark J. Price
    A practical guide for building websites and services with mature and proven ASP.NET Core controller-based technologies.Purchase of the print or Kindle book includes a free eBook in PDF format and supplementary learning material.Key Features:- Master ASP.NET Core MVC, Web API, and OData for building robust web services.- Get hands-on experience with web testing, security, and co...
    Disponible

    71,78 €

  • C# 13 and .NET 9 - Modern Cross-Platform Development Fundamentals - Ninth Edition
    Mark J. Price
    An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C# 13 and .NET 9, with hands-on exercises using Visual Studio and Visual Studio CodeKey Features:- Explore the newest additions to C# 13, the .NET 9 class libraries, and Entity Framework Core 9- Build professional websites and services with ASP.NET Core ...
    Disponible

    87,61 €

  • Apps and Services with .NET 8 - Second Edition
    Mark J. Price
    Bestselling author Mark Price is back to guide you through the latest and most common technologies a .NET developer should know: Blazor Full Stack, ASP.NET Core MVC, ASP.NET Core Minimal APIs, .NET MAUI, gRPC, GraphQL, SQL Server, Cosmos DB, SignalR, Azure Functions, and more!Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesUse specialized li...
    Disponible

    74,21 €

  • C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals - Eighth Edition
    Mark J. Price
    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 eBookKey Features- Explore the latest additions to C# 12, the .NET 8 class libraries, and Entity Framework ...
    Disponible

    87,61 €