by Jacob Møhl

by Jacob Møhl

Follow
home#TIL

How to add OData parameters to your ASP.Net Core API

Aug 25, 2021

Bridge the gap between Microsoft.AspNetCore.OData and Swashbuckle.AspNetCore · My team and I have worked with the OData nuget package from Microsoft to...

How to add OData parameters to your ASP.Net Core API

How to create custom cookies in HTTP Triggered Azure Functions

Apr 16, 2020

As I were creating the a feature for site, I needed to check if a visitor already has given kudos to an article before. An easy way to do that (in my...

How to create custom cookies in HTTP Triggered Azure Functions

How to use Project-to-Project references in nuget packages with .NET Core CLI SDK

Sep 15, 2019

Out of the box the dotnet pack command (from the .Net Core CLI) treat every project in the Visual Studio solution as its own Nuget...

How to use Project-to-Project references in nuget packages with .NET Core CLI SDK

Why App Service instances can have wrong names in Application Insights

Aug 11, 2019

Some of you are properly using the very cool feature on Azure App Services called “ Deployment slots ” which lets you swap different instance in and...

Why App Service instances can have wrong names in Application Insights