The Discworld Disorganiser is a Web UI front end for my dwCheckApi project, and was created as a way for users to search through the main Discworld novels. Users can search by Book data (title, blurb contents, isbn, etc.), Character name, or Series data (Character name, Book name).
OwaspHeaders.Core is a collection of ASP.NET Core middleware classes designed to increase web application security by adopting the recommended OWASP settings.
My second twitch.tv live stream was titled “Building an Angular Single Page App with ASP.NET Core”. The goal of my second twitch stream was to create an Angular Single Page Application using ASP.NET Core's Javascript Services namespace and the SpaTemplates package which would replace my (at the time) ASP.NET Core v1.1 code which ran my Discworld Disorganiser project.
My companion post to Zac's post on using a client side React.js application to communicate with a .NET Core powered WebApi. This article was originally posted on The Reactionary.
In which I talk through the process involved in creating a .NET Core template, and do a deep (ish) dive into my own template and how it all works
.NET Conf 2017 was all about .NET Core and .NET Standard (there were talks about Xamarin and stuff, but that's not as exciting). Also, I had my first live coding stream recently.
My first twitch.tv live stream was titled "Building a .NET Core Application with Onion Architecture". During the stream I went through the process of creating an application, developing each layer of the onion, discussing what I was doing along the way, and dropping some .NET Core, ASP.NET Core and EF Core knowledge on the viewers along the way.
Today’s header image was created by Roberto Catarinicchia at Unsplash Caveat Just a quick note before we begin. A caveat
JetBrains (maker of IntelliJ IDEA) recently released the initial version of Rider - their open source .NET/.NET Core IDE. That's right: version 1 is out, after a few years of development. But is it any good?
Committing passwords, api keys and connection strings to open source projects can be incredibly dangerous. Even once they've been removed from the repo they can still be found in the commit history. The .NET Core boffins have come up with a technique called User Secrets, which is meant to help alleviate this. What are they and how do they work? In this post, we'll find out.