Modernizing .NET Web Applications Год издания: 2024 Автор: Herceg T. Издательство: Apress ISBN: 979-8-8688-0617-9 Язык: Английский Формат: PDF Качество: Издательский макет или текст (eBook) Интерактивное оглавление: Да Количество страниц: 672 Описание: In 2016, Microsoft introduced the new generation of .NET called .NET Core. It brought many fundamental improvements to the platform, but there were also many breaking changes and missing APIs, especially when it comes to creating web applications. Upgrading any website running on .NET Framework to the new .NET Core proved to be a complex process, which can take months or even years. This book describes two approaches you can take to incrementally modernize legacy .NET web applications. It explains the changes that happened in ASP.NET MVC, ASP.NET Web API, Entity Framework, ASP.NET Identity, SignalR, and other libraries. It also shows a migration path for applications written in ASP.NET Web Forms: a technology which isn’t supported in the new .NET at all. In addition, the book describes the new frameworks available in the ASP.NET Core platform (Blazor, Razor Pages, ASP.NET Core MVC, SignalR Core, and so on) and helps you decide which technology will be the best fit. The book also covers several “soft” areas: how to explain the benefits or necessity for the modernization to your company management, how to deal with refactoring and improving the overall code quality during the entire process, and how to adjust the architecture of the application to be ready for another technology upgrade in the future. The topic of modernization is highly relevant. There are still plenty of legacy .NET applications that are being actively developed and maintained. Many of them were developed for 10+ years, they involve plethora of company-specific know-how, and it is not economically feasible to rewrite them from scratch. What You Will Learn: - Discover the changes you need to make in a legacy ASP.NET application to migrate it to .NET 8 and beyond - Estimate the required effort and prepare the entire process - Use the In-place or Side-by-side approach to modernize your application incrementally - Migrate from ASP.NET Web Services or WCF to REST or gRPC - Migrate from ASP.NET SignalR to SignalR Core or from Entity Framework to EF Core - Migrate from Forms Authentication to ASP.NET Identity - Migrate ASP.NET Web Forms to Blazor Server or DotVVM - Migrate ASP.NET MVC and Web Pages to ASP.NET Core MVC and Razor Pages - Refactor and clean up your codebase to make it more maintainable
Примеры страниц (скриншоты)
Оглавление
About the Author xi About the Technical Reviewer xiii Acknowledgments xv Chapter 1: Introduction 1 Chapter 2: Justifying the Modernization 43 Chapter 3: Before You Start 131 Chapter 4: Migrating APIs and Web Services 179 Chapter 5: Migrating Data Access 273 Chapter 6: Migrating Identity Stores 341 Chapter 7: In-Place Migration of Web UI Applications 399 Chapter 8: Side-by-Side Migration of UI Applications 473 Chapter 9: Migration of ASP.NET MVC and Web Pages 569 Chapter 10: A Word on Architecture 617 Conclusion 665 Index 667
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum