Recent Posts

PowerShell SQL Deployment – Part 1: PowerShell

PowerShell SQL Deployment – Part 1: PowerShell

In his two-part series, Andrew Hinkle explains how to deploy SQL databases through Powershell scripts.

Quick Tip: Solving Visual Studio's "data is invalid"

Quick Tip: Solving Visual Studio's "data is invalid"

In today's post, I walkthrough a stubborn issue of an older project not loading in Visual Studio 2019 and how to solve "The data Is invalid" message.

GitHub Cards For Your Site

GitHub Cards For Your Site

If you are a developer and blog about your projects, today's post focuses on embedding various GitHub cards into your blog posts

Responsive Images Tips and Tricks

Responsive Images Tips and Tricks

In today's post, our guest blogger, Gilad David Maayan gives us some tips and tricks on creating responsive images.

Azure Multi-Factor Authentication - Part 2: Guest Users

Azure Multi-Factor Authentication - Part 2: Guest Users

To conclude his series on Azure Multi-Factor Authentication, Andrew addresses how to add guest users to the account and introduces a presenter for DogFoodCon.

Azure Multi-Factor Authentication - Part 1: Domain Users

Azure Multi-Factor Authentication - Part 1: Domain Users

This week, our guest blogger, Andrew Hinkle, presents a two-part series on how to use Multi-Factor Authentication in Azure and introduces a presenter for DogFoodCon.

Is it Your Job as a Web Developer to Warn Clients about Cybercrime?

Is it Your Job as a Web Developer to Warn Clients about Cybercrime?

With security becoming more important, our guest blogger, Vasilii Chekalov, asks us if we should warn clients about cybercrime.

Advanced Basics: Using Transforms In Your ASP.NET Project, Part 2

Advanced Basics: Using Transforms In Your ASP.NET Project, Part 2

In part 2, we cover how ASP.NET Core uses configuration files through appsettings.json files and environment settings

Advanced Basics: Using Transforms In Your ASP.NET Project, Part 1

Advanced Basics: Using Transforms In Your ASP.NET Project, Part 1

With your web application, configurations are extremely important. Today, I cover configuration files in ASP.NET and why they're important.

Fixing CSS Bloat using Visual Studio

Fixing CSS Bloat using Visual Studio

Loading unused CSS for one page? Today, I offer a possible solution to organize CSS styles on bloated pages