Mindful Codes Blog

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...

0

Swagger in ASP.NET Core

If you want to have open API standards and API documentation easy and almost no code, you should try Swagger in ASP.NET Core. Whаt is Swаgger? Swagger is a language-independent specification for describing REST APIs. The...