• Complain

Iris Classon - Migrating ASP.NET Microservices to ASP.NET Core: By Example

Here you can read online Iris Classon - Migrating ASP.NET Microservices to ASP.NET Core: By Example full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Apress, genre: Computer / Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Iris Classon Migrating ASP.NET Microservices to ASP.NET Core: By Example
  • Book:
    Migrating ASP.NET Microservices to ASP.NET Core: By Example
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2019
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Migrating ASP.NET Microservices to ASP.NET Core: By Example: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Migrating ASP.NET Microservices to ASP.NET Core: By Example" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Migrate your existing microservice cluster from ASP .NET to ASP .NET Core. While improved performance and cross-platform support are evident, this book helps you cut through the noise to determine how, when, and to what extent a migration is needed.
Microsofts introduction of .NET Core has created a lot of excitement, but also a lot of confusion for developers accustomed to ASP applications and services. This book gives you specific steps to embark on a partial or full SaaS microservices system migration, factoring in limited resources, time, and finances. In addition to practical advice and real-world examples, many mishaps will be shared, providing you with a complete 360-degree view of a migration.
As a developer intimately familiar with the migration process, author Iris Classon shares prescriptive guidance on every part of the system--from code, dependencies, editors, integration, and the deployment pipeline to a distribution model. You will come away with all the information you need to plan and prepare your migration to ASP.NET Core.


What Youll Learn
Conduct an in-depth, pre-migration analysis of your system
Know the differences between ASP .NET and ASP .NET Core
Plan for and execute a full or partial migration to ASP .NET Core
Understand the continuous integration and deployment process
Gain insight on tools and templates that will accelerate and facilitate the migration process
Leverage a real-world migration example, complete with genuine challenges
Migrate specific components such as logging, authentication, data access, and more


Who This Book Is For
Developers who are considering or are tasked with migrating an existing microservice cluster from ASP.NET to ASP.NET Core. Experience with C#, Web API, ASP.NET, Visual Studio, and PowerShell is helpful.

Iris Classon: author's other books


Who wrote Migrating ASP.NET Microservices to ASP.NET Core: By Example? Find out the surname, the name of the author of the book and a list of all author's works by series.

Migrating ASP.NET Microservices to ASP.NET Core: By Example — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Migrating ASP.NET Microservices to ASP.NET Core: By Example" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Iris Classon Migrating ASPNET Microservices to ASPNET Core By Example - photo 1
Iris Classon
Migrating ASP.NET Microservices to ASP.NET Core
By Example
Iris Classon 29 Gothenburg Sweden Any source code or other supplementary - photo 2
Iris Classon
29 Gothenburg, Sweden

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/9781484243268 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-4326-8 e-ISBN 978-1-4842-4327-5
https://doi.org/10.1007/978-1-4842-4327-5
Iris Classon 2019
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

To the .NET community, my second home and whose never-failing encouragement helped keep my fire burning when I second-guessed myself.

Introduction

I remember when I was straight out of school how excited I was whenever I came across something new a new language, framework, or tool it was always fun and exciting to play around with it. After many years as a programmer, I still get excited, but I am also increasingly skeptical and hesitant to invest time in new things as Ive seen so many come and go and not survive the test of time. This also goes for migrating existing systems. I used to want to rewrite everything, and I probably still do, but Ive also seen how expensive this can get without necessarily yielding a better code base or system.

When .NET Core was first announced, I was enthusiastic but skeptical even a bit cynical. I had jumped on the portable class library train early on and had my share of fun with that, and therefore the promise of .NET Core wasnt something I was going to believe until I could see it delivered. ASP.NET Core was the first framework to make use of .NET Core, and although I could see many benefits early on (often a result of getting to rewrite something that has collected technical debt over time), I wanted to wait and see where this would go. As the adoption rate increased, along with the contribution rate to this open source framework, we started discussing at work if ASP.NET Core could be something for us. The problems I came across while trying to answer that question were that information on ASP.NET Core was lacking, was referring to older versions, was scattered, inconsistent, and most importantly lacked real-world examples of doing large-scale migrations. If you, like me, are a natural skeptic, I can imagine that you would lean more toward a no in terms of migrating, even more so if you get lost in the information and opinion jungle, we spend most our time in. My aim with this book is to foremost show a real-world example, with actual code from our system, of a migration from ASP.NET to ASP.NET Core neatly organized in easy-to-follow steps. While the book wont be an authoritative guide on ASP.NET Core (there are plenty of excellent books that cover ASP.NET Core), it will cover what you need to know to make a decision on whether or not to migrate. It will cover your migration options, how to do an analysis, and prepare, migrate, and maintain your web services. The book also has an extensive list of resources and tools that can come in handy, as well as plenty of examples of both problems and solutions that you might come across. This book has all the information that I was struggling to find, and my hope is that this book will answer the majority of your questions and let you focus on building awesome software be that with ASP.NET Core or not.

A Bit of Background Material

When I first wrote the outline for this book, I didnt plan on spending too much time explaining ASP.NET Core. I would assume a certain level of understanding from you, the reader, and wed hit the ground running. But, often as developers, we are pressed for time and decisions are made when we start implementing, with good intentions to at some point take the time to dive deep in a new technology, but as we all can attest, sometimes we never get around to it. Therefore, I want to take a little of your time in the beginning of this book to share my insights and cover some of the more valuable aspects of ASP.NET Core that you might not be aware of. Hopefully, this will allow us to create a solid base for the migration that lies ahead of us in this book.

Besides understanding .NET Core, .NET Standard, as well as ASP.NET Core, I also want you to have an insight into the history behind the Microsoft web development stack and how we ended up with ASP.NET Core. And an important part of that is covering the difference between ASP.NET Web Forms, ASP.NET Web API, and ASP.NET Core. Not to mention the difference between the two project types: ASP.NET Core (.NET Core) and ASP.NET Core (.NET Framework).

Web Development Stack Timeline

Lets see if I can condense the history of ASP.NET Core and how we got here. If you have been around for a while, you know its a long story that can be tracked back to when Classic ASP (Active Server Pages) was a thing, and maybe even further back to one of Microsofts first inter-process communication methods , DDE (Dynamic Data Exchange) , in the late 1980s. Classic ASP was a revolutionizing way of dynamically rendering server-side pages with baked-in logic, and later evolved to ASP 1.0, followed by ASP.NET and Web Forms in 2001. In 2009, ASP.NET MVC was released as a (much-needed) alternative to Web Forms. Simultaneously, communication methods evolved from DDE to DCOM, to .NET Remoting, to ASP Web Services in early 2000. In 2006, WCF (Windows Communication Foundation) was released, tying together the different options and supporting a variety of communication standards. WCF was intended to be a unified programming model for building service-oriented applications that had explicit support for service-oriented development. However, WCF had some limitations in regard to REST (Representational State Transfer) support. The WCF Web API project was intended to fill the gaps and eventually evolved and became what we today know as Web API. Web API was quickly embraced, partly because it tied in nicely with the ASP.NET MVC style of programming. Not so surprisingly, when ASP.NET Core was written, as a rewrite of ASP.NET, the two were combined (Web API and MVC). But how exactly do .NET Core, .NET Standard, and ASP.NET Core fit in?

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Migrating ASP.NET Microservices to ASP.NET Core: By Example»

Look at similar books to Migrating ASP.NET Microservices to ASP.NET Core: By Example. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Migrating ASP.NET Microservices to ASP.NET Core: By Example»

Discussion, reviews of the book Migrating ASP.NET Microservices to ASP.NET Core: By Example and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.