Tags

ESP32

SphereBot

1 minute read

Meet the SphereBot, an Eggbot clone. This project started many years ago when my daughter decide she was going to show chickens at the county fair. For those...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

.NET

Website Versioning Revisited

less than 1 minute read

A while back I took a look at versioning web applications using an AssemblyInfo file (see ‘Adding Versioning Information to Your Website using AssemblyInfo’...

Source Control Best Practices

8 minute read

If you want any number of reasons for using source control just Google it. This article is really just a regurgitation of so many others thoughts on the sub...

Back to Top ↑

ASP.NET

Website Versioning Revisited

less than 1 minute read

A while back I took a look at versioning web applications using an AssemblyInfo file (see ‘Adding Versioning Information to Your Website using AssemblyInfo’...

Back to Top ↑

AssemblyInfo

Website Versioning Revisited

less than 1 minute read

A while back I took a look at versioning web applications using an AssemblyInfo file (see ‘Adding Versioning Information to Your Website using AssemblyInfo’...

Back to Top ↑

Swashbuckle

Swashbuckle Custom Ordering of Controllers

7 minute read

This article is an adaptation of an article written by Rob Janssen (RobIII) in 2018 on customizing the order in which controllers are display in the Swagger ...

Back to Top ↑

Swagger

Swashbuckle Custom Ordering of Controllers

7 minute read

This article is an adaptation of an article written by Rob Janssen (RobIII) in 2018 on customizing the order in which controllers are display in the Swagger ...

Back to Top ↑

Editor

Typora - A New Type of Markdown Editor

1 minute read

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Arduino

SphereBot

1 minute read

Meet the SphereBot, an Eggbot clone. This project started many years ago when my daughter decide she was going to show chickens at the county fair. For those...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

ESP8266

SphereBot

1 minute read

Meet the SphereBot, an Eggbot clone. This project started many years ago when my daughter decide she was going to show chickens at the county fair. For those...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Windows

Typora - A New Type of Markdown Editor

1 minute read

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Linux

Typora - A New Type of Markdown Editor

1 minute read

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Mac

Typora - A New Type of Markdown Editor

1 minute read

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Aerobic Septic

Back to Top ↑

Septic

Back to Top ↑

Current Sensor

Back to Top ↑

Voltage Sensor

Back to Top ↑

SD Card

Back to Top ↑

Real Time Clock

Back to Top ↑

EEPROM

Back to Top ↑

OLED Display

Back to Top ↑

Source Control

Source Control Best Practices

8 minute read

If you want any number of reasons for using source control just Google it. This article is really just a regurgitation of so many others thoughts on the sub...

Back to Top ↑

TFS

Source Control Best Practices

8 minute read

If you want any number of reasons for using source control just Google it. This article is really just a regurgitation of so many others thoughts on the sub...

Back to Top ↑

JSON C# Class Generator

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

JSON

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

Json.NET

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

json2csharp

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

Serialization

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

Serializing

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

Deserializing

Working with JSON

less than 1 minute read

If you’re doing anything web services that return JSON here are some useful tools.

Back to Top ↑

Balsamiq Mockups

Back to Top ↑

Mockup

Back to Top ↑

Wireframing

Back to Top ↑

Sketching

Back to Top ↑

XML Editor

XML Notepad 2007

less than 1 minute read

Here is an old one, but a good one and you can’t beat the price…FREE! XML Notepad is exactly what you would think it is, a stand alone XML editor that goes ...

Back to Top ↑

Unit Testing

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

ASP.NET Core Identity

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

ASP.NET Core

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

SQLite In-Memory

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

CreateWebHostBuilder

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

ServiceCollection

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

UserManager

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

RoleManager

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

IdentityUser

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

IdentityRole

Unit Testing ASP.NET Core Identity

6 minute read

I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...

Back to Top ↑

EF Core

Entity Framework Core in Action

less than 1 minute read

Overall “Entity Framework Core in Action” was a good read with a lot of useful information. If you have been using Entity Framework prior to .NET Core the a...

Back to Top ↑

Entity Framework Core

Entity Framework Core in Action

less than 1 minute read

Overall “Entity Framework Core in Action” was a good read with a lot of useful information. If you have been using Entity Framework prior to .NET Core the a...

Back to Top ↑

EF

Entity Framework Core in Action

less than 1 minute read

Overall “Entity Framework Core in Action” was a good read with a lot of useful information. If you have been using Entity Framework prior to .NET Core the a...

Back to Top ↑

Entity Framework

Entity Framework Core in Action

less than 1 minute read

Overall “Entity Framework Core in Action” was a good read with a lot of useful information. If you have been using Entity Framework prior to .NET Core the a...

Back to Top ↑

.NET Core

Entity Framework Core in Action

less than 1 minute read

Overall “Entity Framework Core in Action” was a good read with a lot of useful information. If you have been using Entity Framework prior to .NET Core the a...

Back to Top ↑

1 on 1

Back to Top ↑

Management

Back to Top ↑

Manager

Back to Top ↑

NuGet

NuGet Package Explorer (NPE)

less than 1 minute read

NuGet Package Explorer (NPE) is an application that makes it easy to create and explore NuGet packages. You can load a .nupkg or .snupkg file from disk or di...

Back to Top ↑

Azure DevOps

Back to Top ↑

Azure DevOps Pipeline

Back to Top ↑

Azure Pipeline

Back to Top ↑

Azure Pipeline CI

Back to Top ↑

CI

Back to Top ↑

Azure Pipeline CI/CD

Back to Top ↑

CI/CD

Back to Top ↑

AddSwaggerGen

Swashbuckle Custom Ordering of Controllers

7 minute read

This article is an adaptation of an article written by Rob Janssen (RobIII) in 2018 on customizing the order in which controllers are display in the Swagger ...

Back to Top ↑

OrderActionsBy

Swashbuckle Custom Ordering of Controllers

7 minute read

This article is an adaptation of an article written by Rob Janssen (RobIII) in 2018 on customizing the order in which controllers are display in the Swagger ...

Back to Top ↑

Regular Expression

Expresso

1 minute read

Recently a colleage of mine introduced me to a network AI tool our company had begun to use. The tool allows you to setup different types of pattern matchi...

Back to Top ↑

RegEx

Expresso

1 minute read

Recently a colleage of mine introduced me to a network AI tool our company had begun to use. The tool allows you to setup different types of pattern matchi...

Back to Top ↑

IOperationFilter

Back to Top ↑

Authorize

Back to Top ↑

Policy

Back to Top ↑

VS Code

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

VS Code_Marketplace

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Debug

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

IntelliSense

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Git

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

GitHub

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Vim

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Notepad++

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Atom

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Sublime Text

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Visual Studio

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

IDE

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

PlatformIO

Why are you NOT using Visual Studio Code!

2 minute read

Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...

Back to Top ↑

Eggbot

SphereBot

1 minute read

Meet the SphereBot, an Eggbot clone. This project started many years ago when my daughter decide she was going to show chickens at the county fair. For those...

Back to Top ↑

Spherebot

SphereBot

1 minute read

Meet the SphereBot, an Eggbot clone. This project started many years ago when my daughter decide she was going to show chickens at the county fair. For those...

Back to Top ↑

Typora

Typora - A New Type of Markdown Editor

1 minute read

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...

Back to Top ↑

Markdown

Typora - A New Type of Markdown Editor

1 minute read

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...

Back to Top ↑