A Year of Tips
I started my [Developer Tips Weekly
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.
A lot of people, myself included, suffer from imposter syndrome. That feeling that you're really not good enough to be doing whatever it is you're doing. Maybe it's writing a blog. Maybe it's public speaking. Maybe it's …
Lazy Loading is an Entity Framework feature that lets you worry less about the specific amount of data you need to fetch with a given query.
When you set up a new git repository, if you don't properly
When architecting solutions that need to communicate between
Visual Studio 2017 has a new feature called Live Unit Testing.
If you have multiple projects that need to interact with one another, you can configure Visual Studio to launch multiple projects whenever you press F5/ctrl+F5. To do so, right-click on the solution and go to Properties: …
If you're using git and creating branches, then making pull
I'll be teaching a one-day workshop at DevIntersections' spring show on Domain-Driven Design with ASP.NET Core.
I really like the workflow that GitHub Pull Requests allow. It's