.Net
OpenSleigh: a Saga management library for .NET Core
Hi All! Today I want to talk a bit about a pet project of mine I’ve been working on in the last few weeks. I called it OpenSleigh, it’s a Saga management library for .NET Read more…
Hi All! Today I want to talk a bit about a pet project of mine I’ve been working on in the last few weeks. I called it OpenSleigh, it’s a Saga management library for .NET Read more…
tl;dr: What is the correct way to publish a .NET Core + Angular SPA, building both the .NET solution and the Angular app in the “ClientApp” folder for different environments? Some additional context: I created Read more…
I am writing an MVC6 application that must run on an application server in order to interact with the database. Users must interface with the web interface through 443 and can only access content via Read more…
I want to build a personal portfolio/blog site with asp.net core and reactjs are there any tutorials for this that could help me. I’m a complete beginner in webdev. (also not sure what database to Read more…
It depends on how important LTS is to you. For some of my personal projects I’ve started using .NET 5. For code that works and you aren’t going to touch for a while, the LTS Read more…