ForEach - Source Null Checking

Programming

How to check if the Source of a ForEach statement is NULL in C#

Read more...

C#

Manipulate Readonly Internal from Outside

Programming

Exposing types as a less capable type doesn’t prevent use as their real type.

Read more...

C#

QuickSort Implementation with LINQ

Programming

How to implement QuickSort in C# with LINQ

Read more...

LINQ: Query CSV files

Programming

How to query Comma Separated Value (CSV) files with LINQ

Read more...

Restart with Elevated Privileges

Programming

How to restart your application with elevated privileges using C# code

Read more...

C#

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

.NET Multi-platform App UI

Information

Microsoft introduces .NET Multi-platform App UI with .NET 6 release, replacing the 6 year old Xamarin.Forms SDK.

Read more...