How to become master writing C# code
How to become master writing C# code. The discussion that followed had a lot of great ideas and insights, from many well-respected and experienced C# developers.
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
How to become master writing C# code. The discussion that followed had a lot of great ideas and insights, from many well-respected and experienced C# developers.
In a previous article, I wrote about the Strongly Typed Enum
I’ve written a while back about what a good idea it is for companies to incentivize both parties with their referral programs. A couple of recent companies who are following this strategy are Coinbase and Square …
Here are two tips that teams I work with have found useful when working with git for larger projects with many team members that I thought I would share: Only merge into master if code is working The first tip is that …
When you’re building web applications and you’re setting up continuous integration and delivery pipelines, it’s worthwhile to know which particular version of the application is deployed to a given …
Here's a quick tip: If you're adding a new Razor Page to an ASP.NET Core 2.0+ project, and you add a codebehind model class, but then when you try to use it you get a NullReferenceException, this might be why. First, …
If you're exposing a Web API, one of the most basic things you
Encapsulation is a key principle of software development in
Earlier this month I presented a couple of talks at DogfoodConin Columbus, Ohio. Sorry it’s taken me so long to share my presentations, but here they are, finally: [Improving the Design of Existing …
There's a minor breaking change in ASP.NET Core 2.0 that I've