Run a .NET Core C# Console App on Ubuntu
In this post we will see how we can run a .NET Core Console App on Ubuntu. Therefore I will…
C# Events and Delegates
In this post I want to take a closer look about what C# events and delegates are and what’s the…
Visual Studio Yellow Triangle NuGet Package Missing Dependencies
In case your Visual Studio project had missing package dependencies indicating by a yellow triangle icon at the package like…
Code Signing in Visual Studio
In this post I want to show how you can sign your Visual Studio application by using a X.509 code…
Using Google’s OAuth 2.0 API for an ASP.NET Core Web App
In this post I want to show how you can enable users to sign-in into a web app by using…
Azure AD – App Registrations vs. Enterprise Applications
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management (IAM) service and an identity provider (IdP). Azure…
Create an ASP.NET Core Web App using Azure AD Authentication
In this post I want to show, how you can create a claim aware ASP.NET Core Web App with C# in Visual…
Create an ASP.NET Web Application (.NET Framework – Web Forms or MVC) using Azure AD Authentication
In this post I want to show, how you can create a claim aware ASP.NET web application (.NET Framework –…
Set up Active Directory Federation Services (AD FS 5.0) – Create an ASP.NET Core Web App (Model-View-Controller) by using OAuth 2.0 & OpenID Connect – Part 7
In this post I want to show you, how you can create a claim aware ASP.NET Core Web App (Model-View-Controller) with C#…
Set up Active Directory Federation Services (AD FS 5.0) – Create an ASP.NET Web Application (.NET Framework – MVC) by using OAuth 2.0 & OpenID Connect – Part 6
In this post I want to show you, how you can create a claim aware ASP.NET web application (.NET Framework) with C#…