Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Adopting .NET 5
  • Table Of Contents Toc
  • Feedback & Rating feedback
Adopting .NET 5

Adopting .NET 5

By : Arif, Qureshi
4.4 (7)
close
close
Adopting .NET 5

Adopting .NET 5

4.4 (7)
By: Arif, Qureshi

Overview of this book

.NET 5 is the unification of all .NET technologies in a single framework that can run on all platforms and provide a consistent experience to developers, regardless of the device, operating system (OS), or cloud platform they choose. By updating to .NET 5, you can build software that can quickly adapt to the rapidly changing demands of modern consumers and stay up to date on the latest technology trends in .NET. This book provides a comprehensive overview of all the technologies that will form the future landscape of .NET using practical examples based on real-world scenarios, along with best practices to help you migrate from legacy platforms. You’ll start by learning about Microsoft’s vision and rationale for the unification of the platforms. Then, you’ll cover all the new language enhancements in C# 9. As you advance, you’ll find out how you can align yourself with modern technology trends, focusing on everything from microservices to orchestrated containerized deployments. Finally, you’ll learn how to effectively integrate machine learning in .NET code. By the end of this .NET book, you’ll have gained a thorough understanding of the .NET 5 platform, together with a readiness to adapt to future .NET release cycles, and you’ll be able to make architectural decisions about porting legacy systems and code bases to a newer platform.
Table of Contents (13 chapters)
close
close
1
Section 1: Features and Capabilities
4
Section 2: Design and Architecture
7
Section 3: Migration
10
Section 4: Bonus

The gRPC communication protocol

gRPC is an open source framework that was originally developed by Google in 2015 and now is a part of the Cloud Native Computing Foundation (CNCF), which provides the global standard for cloud-native offerings.

RPC stands for remote procedure call, meaning you make a method call over a network boundary either on the same machine, on a private network, or on a public network. gRPC is a modern, cross-platform, high-performance RPC that is available on almost all popular programming languages. A gRPC server exposes a remotely callable method, which a gRPC client calls via a local function that internally invokes a function on a remote machine serving some business operation.

There are similar RPC technologies, such as very old versions of Java's RMI, Thrift, JSON-RPC, WCF, and more. But the open source community and CNCF are more unified on gRPC, and it also has the widest level of cross-platform support.

gRPC uses HTTP/2 and Protobuf technologies...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY