Calling a web service by using a client certificate in IIS
To call a web service by using a client certificate, You need two things: Install a certificate Configure a behavior of Your endpoint (I prefer finding »
Are you still spending days to provision/install your dev environment from scratch when you need to? You gotta stop it. It is insane. There is »
Just faced an unexpected problem in my ASP.NET Core project. Here is the deal, I've added CLI tool for Angular2 support exactly to the web »
Problem I've just tried to publish a console application written in .NET Core and failed at first. Definitely some things have changed (last time i published »
In this blog post I'm going to demystify how C# 6 features work under the hood. I'm going to introduce a feature first and then inspect »
The Goal In this post we are going to implement a simple finite-state machine (FSM) using Akka.NET, which ideally suits for this kind of tasks. »
I've seen a couple of questions on the Internet regarding how to restart an actor programmatically. To my knowledge, there is no way to send some »
Imagine, if you need to shut down the actor system programmatically, based on some condition, etc. You can do it either from the actor system or »
Just a small gotcha when You need to change your collection's schema in MongoDB. Basically, there are three general ways to go: Just keep inserting documents »
Just signed up for "M101N: MongoDB for .NET Developers" course, offered by MongoDB University and going to share my experience in this series of blog posts. »
To call a web service by using a client certificate, You need two things: Install a certificate Configure a behavior of Your endpoint (I prefer finding »