Upgrade Your .NET Console App Experience

Upgrade Your .NET Console App Experience

The lowly console application has gotten a sad reputation in the .NET ecosystem. Generally, the project format is relegated to the arena of the demonstration. We’re all guilty of starting and abandoning that ConsoleApp341 project. It is time the console...

Continue Reading

Security Scanning Your .NET Core Applications

Security Scanning Your .NET Core Applications

No organization exists in an operational vacuum. It’s a natural law of software development that your world will collide with other projects. It is inevitable to share responsibility between customers, vendors, partners, and the open-source ecosystem. In a past life,...

Continue Reading

Save Your C# Keystrokes With Tuples

Save Your C# Keystrokes With Tuples

In the year 2000, Microsoft released C# to the masses, and since then, it has evolved with many new features. One of those features includes Tuples. Only recently have tuples become more useful with the addition deconstruction in C# 8....

Continue Reading

Reading RSS Feeds With .NET Core

Reading RSS Feeds With .NET Core

Lately, I’ve been working hard on this blog. In a recent post about automating your blog with GitHub actions, I wrote a small .NET Core application that could process my RSS feed. In this post, I will show you how...

Continue Reading