MSFT Workshop - All about Microservices
Video Series from .NET Conf 2020: What are microservices? How they work? Their benefits and challenges? The problems they solve. How to design and deploy them (~4.5 hours).
Online Tools for Android App Development
List of useful Online Tools when it comes to Android App development. Useful for both Xamarin (C#) and Android Studio (Java, Kotlin) developers.
How-To loop through a Date Range
It's quite easy to loop through a Date Range in C#
Using ForEach with Index in C#
Using ForEach with Index in C# - combine ForEach and For Loop together
ASP.NET Response Compression
Response Compression for both classic ASP.NET MVC and ASP.NET Core
Find Integer Prime Numbers with Parallelism
How to check if an Integer Number is a Prime Number in C# using a Parallel Loop
QueryStrings in ASP.NET Core
In ASP.NET Core we have the QueryHelpers class for automatically creating QueryStrings. No more dealing with encoding/decoding strings, ampersand and question marks manually!
Calculate Folder/Directory Size
Get the Size of a Folder/Directory including all SubFolders with LINQ.