In this section, thought of sharing one of the interesting stuff around WCF topic. Here, in this post, I will be explaining how to create Channel Factory first then in 2nd post, we will see how to create how to create channel factory using reflection and why it is actually needed. Hence, let’s get started with Channel Factory definition first of all.
Month: February 2017
Generic Constraints in a nutshell
In this section, I am going to talk about generic constraints. I have been getting queries around this, hence thought to put some material around the same. Generic Constraints are one of the lovely features of C#, which I guess developers are less using may be because of understanding.
Note:- For better visibility, watch it HD Mode.
Thanks,
Rahul Sahay
Happy Coding
Understanding Middleware in ASP.NET Core – Part 3
In this section, we are going to build our own middleware extensions and try to utilize the same in our code. I have created one folder for the same. Below is the glimpse for the same.
Continue reading “Understanding Middleware in ASP.NET Core – Part 3” »
Understanding Middleware in ASP.NET Core – Part 2
In this section, we are going to delve further. Here, we will focus on other methods available to us like
- Map
- MapWhen
Let’s start with Map. Map has two parameters. Below is the concrete structure for the same.
Continue reading “Understanding Middleware in ASP.NET Core – Part 2” »