Category: C#

0

C# Interactive is super handy

C# Interactive is super handy and it is a REPL (Read-Eval-Print-Loop), in the same vein as shell languages. It was introduced in late 2015, is accessible directly from Visual Studio and allows to enter...

1

Shrink JSON response using MessagePack

This pоst is аbоut hоw tо use MessаgePаck in ASP.NET Cоre аnd C#. It is all about Shrink JSON response using MessagePack even smaller and more efficient. MessagePack is an efficient binary serialization format. It...

text-to-speech-c# 0

Google Cloud Text to Speech in C#

Google has just released, in beta, a service on Google Cloud Platform to convert text into audio data, you can use Google Cloud Text to Speech in C# easily. The audio rendering is much better...

0

Why to move to ASP.Net Core 2.1

ASP.Net 2.1 is packed with new features and improvements that make web development even more efficient but let’s see why to move to ASP.Net Core 2.1. With the release of version 2.1 of ASP.Net...