Blog
147 followers 0 articles/week
Navigating the Edges of Technology in Software Development: Bleeding, Leading, Dull, and Rusting

In the fast-evolving world of software development, keeping pace with technology trends is both a necessity and a challenge. Companies and developers often find themselves making critical decisions about whether to adopt new technologies early (bleeding edge), wait until they mature (leading edge or cutting edge), or continue using older, more established...

Fri Apr 19, 2024 06:24
Stop Debugging and Start Running in Visual Studio

NOTE: Watch the video above to see actual timings of starting with and without debugging. Vote for this feature request to make Run vs Debug more obvious in Visual Studio.. Thanks! I work with a lot of different .NET developers as a trainer, architect, and consultant with NimblePros. One thing that I'm frequently pointing out to them is the difference...

Thu Apr 18, 2024 20:18
5 Rules for DTOs

If you don't like reading, here's my YouTube video with samples that covers why these 5 rules will help you write better DTOs: What's a DTO? A DTO is a Data Transfer Object. Its job is to transfer data, and it can be used both to send data and to receive it. Often, data transferred will use different types (possibly even different programming languages...

Fri Apr 5, 2024 23:14
An Active Local NuGet Server

As I'm writing this the Internet is out. When that happens, it makes it very difficult to work on development projects that have NuGet dependencies, especially when it comes to adding anything new to a project. A local NuGet server that kept up-to-date with my commonly used packages would be helpful right now. NuGet already has a local NuGet cache....

Thu Feb 22, 2024 21:13
Introducing Modular Monoliths: The Goldilocks Architecture

In the world of software architecture, finding the perfect balance between complexity and simplicity can often feel like an elusive quest. Developers and architects are constantly navigating the spectrum between traditional monoliths, known for their simplicity but criticized for their scalability and maintainability issues, and microservices, praised...

Thu Feb 22, 2024 06:02
Hello, MongoDB - Getting Started with Mongo and dotnet 8

Integrating .NET Core with MongoDB in a Dockerized Environment Hello, fellow developers! Whether you're building a new project or integrating into an existing one, this guide is your starting point for a "hello world" level application in the .NET 8 plus MongoDB stack. Let's get to it! Prerequisites Before we begin, ensure you have the following...

Thu Feb 15, 2024 19:01

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account