Tags

.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 ↑

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 ↑