Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    .NET in Action, Second Edition

    Posted By: naag
    .NET in Action, Second Edition

    .NET in Action, Second Edition
    English | 2024 | ISBN: B0D4MFRR4G | Pages: 688 | EPUB (True) | 3.14 MB

    Learn to build standout line-of-business applications using Microsoft’s .NET Framework, the premier platform for enterprise business development.
    Based on the bestselling
    .NET Core in Action
    , the new
    .NET in Action, Second Edition
    has been completely rewritten and updated by original author Dustin Metzgar—an industry veteran who helped develop both the original .NET Framework and .NET Core.


    .NET in Action, Second Edition
    presents the big picture of .NET application development, introducing core concepts like:



    Designing applications to take full advantage of .NET 8

    Integrating the latest C# and .NET features

    Building web services and applications with ASP.NET Core

    Working with data in files and remote services, and databases via Entity Framework Core

    Verifying code with unit and integration tests

    Make applications ready for internationalization

    Benchmarking and analyzing application performance


    .NET in Action, Second Edition
    offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that’s clear and easy to follow. In each chapter, you’ll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises.

    Foreword by Scott Hanselman.


    About the technology

    The Microsoft .NET platform is a godsend for application developers. .NET provides a comprehensive framework, with consistent tooling for web, mobile, and line-of-business applications, high-performance games, and massive distributed systems. A perfect blend of power and flexibility, its just-in-time compiler runs multiple languages, including C#, Visual Basic, and F#.


    About the book


    .NET in Action, Second Edition
    teaches you to build cross-platform applications and services on the .NET platform. It gives you the big picture, systematically presenting the features you need to ship high-quality apps, without bogging you down in low-level details. You’ll learn to benchmark and analyze performance issues, secure your sites and products, and explore modern architectures like microservices. This totally-revised new edition now covers .NET 8 and new C# language features, along with updates to ASP.NET Core and Entity Framework Core.


    What's inside



    Take advantage of the latest C# and .NET features

    Secure your applications

    Performance analysis and tuning

    Modern application design techniques


    About the reader

    For beginning-to-intermediate developers on any platform. No .NET experience required.


    About the author


    Dustin Metzgar
    is a seasoned developer and architect. At Microsoft, Dustin contributed to the .NET Framework, .NET Core, and the open sourcing of .NET.

    The technical editor on this book was
    Gerald Versluis
    .


    Table of Contents

    PART 1
    1 Why.NET?
    2 Building a console application
    3 Creating web ser vices and applications with ASP.NET Core
    PART 2
    4 File and network I/O
    5 Using Entity Framework Core with relational databases
    PART 3
    6 Unit-testing fundamentals
    7 Substituting dependencies in tests
    8 Integration testing
    PART 4
    9 Security
    10 Performance and profiling
    11 Handling failures
    12 Building world-ready applications
    13 Working with containers