Learn how to use the Azure Cognitive Services Translator Text Api. Video Link: https://www.youtube.com/watch?v=zeXpNi8C1is&t=176s If you liked the post, don’t forget to share it and subscribe to the newsletter using the form below the post!Do you want more? Learn about the Productive C# Membership here.
Category: .NET
Permanent link to this article: https://www.productivecsharp.com/2018/04/translator-text-api/
Apr 06 2018
C# 7.X and Beyond – A sneak peek at the future of C#
Have a quick sneak peek at the future of C#. Do you know all the features available in the current latest release of C# 7?Do you know all the potential features who might make it into C# 7.3, C# 8 and beyond? At the .NET Cambridge community, I introduced all the C# 7 features and quickly introduced …
Permanent link to this article: https://www.productivecsharp.com/2018/04/csharp7-and-beyond-future-of-csharp/
Mar 30 2018
Learn C# Online with Try.NET
Learn how you can run C# code in the browser and learn C# without installing Visual Studio. This is perfect when you are getting started with C# to familiarise with the language and it’s also great for experienced developers. Video Link: https://www.youtube.com/watch?v=Ff7sXQele3sPrevious PostsPrivate Protected Access Modifier in C# 7.2Top 10 Productive C# Videos of 2017Quiz: …
Permanent link to this article: https://www.productivecsharp.com/2018/03/learn-csharp-online-trydotnet/
Mar 08 2018
Private Protected Access Modifier in C# 7.2
Learn about the new private protected access modifier in C# 7.2 and how it relates to all the other access modifiers. Video Link: https://www.youtube.com/watch?v=KTk_XNQMPr4Transcript Of The Video In this video I want to talk about the private protected member access modifier that has been introduced in C# 7.2. In order to do so, I’d like to have …
Permanent link to this article: https://www.productivecsharp.com/2018/03/private-protected-csharp72/
Permanent link to this article: https://www.productivecsharp.com/2018/01/dotnetcambridgejan-2018/
Dec 22 2017
Top 10 Productive C# Videos of 2017
This is the list of the top 10 most watched Productive C# videos of 2017. 1. Generalized Async Return Type (ValueTask) in C# 7 Learn how to use the generalized async return type feature in C# 7 (more specifically ValueTask) in order to improve the performance of you application by reducing memory pressure. ValueTask is …
Permanent link to this article: https://www.productivecsharp.com/2017/12/top-10-productive-csharp-videos-2017/
Oct 31 2017
Productive C# – Using Static Declaration in C# 6.0
New video from Productive C# to learn about the using static declaration in C# 6.0. Using Static Declaration Learn how C# 6.0 using static declarations can help to make your code more readable. Related posts All you need to know to practically master the new C# 7 features How to configure the C# language version …
Permanent link to this article: https://www.productivecsharp.com/2017/10/using-static-declaration-csharp-6/
Oct 15 2017
Productive C# – How to create a Documents Store in Azure Cosmos DB
New video from Productive C# to learn how to create a Documents Store DB in Azure Cosmos DB. How to create a Documents Store in Azure Cosmos DB Learn how to create a Documents Store in Azure Cosmos DB using C#. Previous videos Productive C# – Azure Functions in C# Productive C# – Working with …
Permanent link to this article: https://www.productivecsharp.com/2017/10/productive-c-create-documents-store-azure-cosmos-db/
Sep 19 2017
Productive C# – Inferred Tuple Element Names
New video from Productive C# to learn about the new inferred tuple element names feature added in C# 7.1. Inferred Tuple Element Names Learn how tuple element names are automatically inferred in C# 7.1. Previous videos How to configure the C# language version in Visual Studio 2017 projects Async Main in C# 7.1 Default Expressions in …
Permanent link to this article: https://www.productivecsharp.com/2017/09/inferred-tuple-element-names/
Aug 28 2017
Azure via C# – Azure Functions in C#
New video from the Azure via C# video series to learn how to create, debug and deploy Azure functions using C# and Visual Studio 2017. Azure Functions in C# Learn how to create, debug and deploy Azure functions using C# and Visual Studio 2017. Previous videos Azure via C# – Create Azure Blobs Azure via …
Permanent link to this article: https://www.productivecsharp.com/2017/08/azure-via-csharp-azure-functions/