Routing in ASP.Net MVC

This article explains routing in MVC. How a route is executed by the routing engine and how to define a route for a URL. Table of Content Overview Properties of…

C# Interview Questions

 Question 1: What is CQRS design pattern? Answer: CQRS is Command Query Responsibility Segregation Pattern. It helps in separating the concerns such as Reads from Writes. Hence you have more…

Top Five Developer Trends Of 2018

The year 2017 has been one of the most exciting years for developers and technology lovers. Technologies such as big data, machine learning, Internet of Things (IoT), artificial intelligence, drones,…

What Is The Future Of C#?

It has been 16 years since Microsoft publicly announced C# language in 2000. Over the years, C# language has matured and has become one of the most popular and loved…