.NET Core ASP.NET Core Identity C# Entity Framework Core Visual Studio How to Seed Data within your .NET Core Applications In this post I will show how to seed data within your .NET Core Applications.
Git Visual Studio How to fix the Git plugin error “git an operation is still in progress. please wait and try again” In this post I will show a workaround for the common Git error in Visual Studio where an operation is…
.NET Core C# Dependency Injection Diagnostics Patterns Visual Studio Adding Logging Capability in a .NET Core Application In this post I will show how to add logging capability to a .NET Core application.
Azure Azure App Services Azure Blob Azure Storage SQL SSDT SSIS Visual Studio Import Data from Excel to an Azure SQL Database using SSIS (Part 2) In this post I will show how to import data from Excel into an Azure SQL database using SSIS.
Azure Azure App Services Azure Blob Azure Storage SQL SSDT SSIS Visual Studio Import Data from Excel to an Azure SQL Database using SSIS (Part 1) In this post I will show how to import data from Excel into an Azure SQL database using SSIS.
.NET Core C# Containers DevOps Docker Visual Studio Enabling Docker Support in a .NET Core Application In todays post I will show how to enable docker support within a .NET core application.
Git GitBash GitHub Visual Studio How to Merge Operations in Git and Visual Studio In todays post I will show how to merge operations in Git and Visual Studio
.NET Core ASP.NET Core ASP.NET Core Identity OAuth Visual Studio How to Use Claim Based Authorization in .NET Core Web Applications In this post I will be showing how to use ASP.NET Core Identity claims for user authorization.
.NET Core ASP.NET Core ASP.NET Core Identity C# OAuth Razor Visual Studio How to Extend Identity Accounts to use Claims in .NET Core Applications In this post I will be showing how to extend ASP.NET Core Identity users with claims.
.NET Core C# Entity Framework Core NUnit SQL TDD Visual Studio How to Unit Test .NET Core Applications with In-Memory Data Providers In this post I will be showing how to use in-memory data providers to test .NET Core applications.