.NET Updates Oktober 2021

.NET Updates Oktober 2021

Heute hat Microsoft die .NET Updates von Oktober 2021 auf ihrem Blogpost veröffentlicht. Fix CVE-2021-41355 | .NET Core Information Disclosure Vulnerability .NET October 2021 Updates – 5.0.11 and 3.1.20

Read Blog Post
Class vs. Struct performance in .NET

Class vs. Struct performance in .NET

In addition to classes that represent reference types, there are also structs that represent value types. But how do the two different structures behave in terms of performance and when can a class or a struct be used at …

Read Blog Post