We use C # as a tool for solving our daily tasks. However, for a programmer, language is a way to express one’s thoughts. Sometimes he helps us in this, sometimes it interferes. I propose to look around and see what stages C # has gone through in the past, take a look at how it is now, in what direction it is developing. And, of course, we will discuss C # 8.0, which has not yet come out, and we will discuss its new features.
A couple of years ago, Google released a cross-platform framework for RPC. This is especially interesting in the context of the fact that with the advent of cross-platform .NET Core we cannot create services on WCF. Let's take a closer look at this thing, and the features of its implementation in C # and the .NET platform as a whole.
.NET Core is a relatively new development from Microsoft. About which a lot has already been said, but sometimes they forget to say about the pitfalls.
Source: https://habr.com/ru/post/420843/
All Articles