Back to All Articles

Articles tagged netcore:


OpenIdConnect - Proxy Authentication Required

While working through setup and configuration of Identity Server 4, I came across this authentication proxy issue. Maybe this will help you out.

Updated: April 9, 2020
Created: April 9, 2020

Read more

Your connection is not private–Google Chrome

Working local, working with https? Got your desktop environment working well, however while using Chrome and browsing you get this "not private" error. You can continue working/browsing if you click through advanced and proceed. This is great but if you are reading this my bet you are looking for a better solution. Read on!

Updated: March 24, 2020
Created: March 24, 2020

Read more

ANCM InProcess Start Failure Shenanigans

Common issue with .net core solutions when you deploy to a server and get ANCM In-Process failures

Updated: January 30, 2020
Created: January 30, 2020

Read more

DateTimeOffset Confusion

For many years, dates, times, time zones, new language date types such as datetimeoffset have confused developers. I am writing this in hopes that you can refresh some details about the often used datetimeoffset type.

Updated: December 11, 2019
Created: December 11, 2019

Read more

String Comparisons

Yes! There really are 6 ways to compare strings within .NET (I suspect other languages as well). Hopefully this will shed some light on the options.

Updated: December 10, 2019
Created: December 10, 2019

Read more

ASP.NET Core 3 Things I Learned / Pro Tips / Migration to ASP.NET Core 3

Moving from ASP.NET Core 2 to ASP.NET 3 (Migration) there were a number of 'things' I picked up and decided I would document as I moved through the application. New Program.cs and Startup.cs changes, new logging configuration changes, and default ASP.NET Core tips included.

Updated: December 9, 2019
Created: December 9, 2019

Read more

ASP.NET CORE–Slow Start Up

In an effort to speed up my development process, I determined that changing the logging level, even in development made a huge difference. Keep this in mind, and let me know if you find this useful.

Updated: December 8, 2019
Created: December 8, 2019

Read more

HttpClient Saga and Related Notes Links

Recently, we migrated our applications to latest windows server from 2008 and ran into a number of issues with sockets, connection limits and timeouts. The root of our issues is the default connection limits that we had not encountered before. Below is part of our investigation and subsequent resolution to these issues.

Updated: October 9, 2019
Created: October 9, 2019

Read more

Attaching to .NET Debugger w/Visual Studio ASP.NET Core

You have a website up and running, and now you want to connect the Visual Studio Debugger. This is often the case if you do not start with F5 - Debug to start the browser and automatically attach to the .net debugger. In reality, I almost never push F5. Instead, I attach to the debugger on the fly with the approach below. Take a moment to check it out.

Updated: December 3, 2018
Created: December 3, 2018

Read more

Vue App and MVC Routing w/Visual Studio ASP.NET Core

Vue.js SPA routing conflicts with MVC routing. Short article reviewing the options, and an approach on how to get both working nicely together.

Updated: November 30, 2018
Created: November 30, 2018

Read more

Starting a Vue App w/Visual Studio ASP.NET Core 2

Updated: November 27, 2018
Created: November 27, 2018

Read more

Getting Started Vue.js w/Visual Studio ASP.NET Core 1

Updated: November 20, 2018
Created: November 20, 2018

Read more

xUnit–what is it and why another unit testing framework

Primarily XUnit leverages some new features to help developers write cleaner test, as tests should be kept clean and treated as first-class citizens.

Updated: November 2, 2018
Created: November 2, 2018

Read more

.NET Standard vs. .NET Core

Core vs. Standard has come up a lot recently. I wanted to re-emphasize the differences here for my own purposes using references mentioned below. Really important to know and understand.

Updated: October 30, 2018
Created: October 30, 2018

Read more

.NET ‘Roslyn’ Compiler Platform

Updated: October 3, 2015
Created: October 3, 2015

Read more

.NET Releases & Versions in 2015

Updated: June 16, 2015
Created: June 16, 2015

Read more

Generic(Collection) Usage in the .NET Framework

Updated: April 20, 2015
Created: April 20, 2015

Read more

Nullable Types in .NET Framework

Updated: April 20, 2015
Created: April 20, 2015

Read more

Design Guidelines– Classes vs. Structures

My goal is to cover some .NET 4 Platform features through a series of ‘guideline’ type entries demonstrating some new and existing functionality.

Updated: April 20, 2015
Created: April 20, 2015

Read more