Track the current User Idle Time

Programming

How to find out the IDLE time of the curren loged in user using C# code.

Read more...

C#

Hide Console Window

Programming

How-to hide the window of a .NET console application without any line of code.

Read more...

C#

MSFT Workshop - All about Microservices

Video

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

Read more...

Online Tools for Android App Development

Programming

List of useful Online Tools when it comes to Android App development.  Useful for both Xamarin (C#) and Android Studio (Java, Kotlin) developers.

Read more...

How-To loop through a Date Range

Programming

It's quite easy to loop through a Date Range in C#

Read more...

C#

Using ForEach with Index in C#

Programming

Using ForEach with Index in C# - combine ForEach and For Loop together

Read more...

C#

Replace ForEach Loop with LINQ

Programming

How-to replace a foreach Loop with LINQ

Read more...

ASP.NET Response Compression

Programming

Response Compression for both classic ASP.NET MVC and ASP.NET Core

Read more...

Find Integer Prime Numbers with Parallelism

Programming

How to check if an Integer Number is a Prime Number in C# using a Parallel Loop

Read more...

C#