Understanding Remote Procedure Calls (RPC) on Linux – Building an ONC RPC Client and Server and Analyzing the Network Traffic
In my previous article, we explored Microsoft’s implementation of Distributed Computing Environment / Remote Procedure Call (DCE/RPC) by building a…
Understanding Remote Procedure Calls (RPC) on Windows – Building a Simple Client and Server and Analyzing the Network Traffic
Remote Procedure Call (RPC) is a general communication paradigm used by many operating systems and distributed systems, including Windows, Linux,…
Using Google Service Accounts in C#: Secure API Access Explained
When building applications that interact with Google Cloud services, authentication is the first challenge to solve. The most secure and…
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…
Latest posts
Understanding Remote Procedure Calls (RPC) on Linux – Building an ONC RPC Client and Server and Analyzing the Network Traffic
Follow me on LinkedIn
