Home DotNetNews № 5
Post
Cancel

DotNetNews № 5

The Battle of C# to JSON Serializers in .NET Core 3

Are you performance hunter??? This post for you.As you know Span<T> was released and it can dramatically improves string manipulation performance. Last .net release bring us the brand new System.Text.Json based on Span<T>. But how actually it fast? There is epic battle between industry standard Newtonsoft.Json, System.Text.Json and other not popular json serializers. SPOILER - Newtonsoft.Json sucks. Take a deeper look

Advanced error handling techniques

This post is some kind of pattern to handle the errors in easy way and witch benefits it brings to you apps. This topic will be covered by 3 posts. The last one topic I’ll send in next DotNetNews posts. Part1, Part2

Using the BodyReader and BodyWriter in ASP.NET Core 3.0

Some times you need to read from http request or write to. Body reader/writer is a new efficient way to do it.

C# 8 Interfaces

C# 8 brings a lot ot new things to interfaces.I think interfaces is most usable ‘feature’ of OOP. Jeremy Bytes wrote few valuable posts new features. Enjoy! A Closer Look at C# 8 Interfaces, C# 8 Interfaces: Dangerous Assumptions in Default Implementation

cat code review

This post is licensed under CC BY 4.0 by the author.