-
Thoughts on design patterns

My opinions on design patterns and practices and things that you should keep in mind while choosing design patterns Continue reading
-
Process trillions of events per day using C#

Learn how to process trillions events per day using C# Continue reading
-
gRPC using C#: a fresh new alternative to build APIs

This blog provides an introduction on gRPC and the gRPC support in C# Continue reading
-
What is Technical Debt?

Whenever we develop a software feature, it is likely that certain compromises will need to be made between the “ideal code” and the code that is good enough to meet the deadline. This is not to say that poor design should be encouraged to meet the deadline, but that there is some value in doing Continue reading
-
What is this new .NET standard thingy?

This article helps you to get clarity on what exactly is .NET standard and why you need to know Continue reading
-
How to customize Swagger UI in ASP.NET Web API

Documentation is one of the most important thing to any WEB API. That is going to be the single point of reference for the developers who are going to consume your APIs. An API with bad documentation is never going to get popular among developers. If creating documentation is one tedious process maintaining the documentation is Continue reading
-
Common mistakes that C# noobs do

Lets face it! all of us when we initially started programming have done some silly mistakes without understanding the language or a language feature properly. Most of us C# developers learn these mistakes the hard way. And it’s part of the journey of any beginner level developer in their career. But at the same time Continue reading
-
MsBuild 2017 Live Blog

09:30 PT Cosmos DB Now demo on how to create Cosmos DB is going on. Looks simple!! There are lot of regardless and globally from the speaker. 09:22 PT Sql SQL Server 2017 is now available. Sql Server installs Azure within 60 secs. You dont need any vm for using these Azure Sql. Azure Migration Service Continue reading
-
My thoughts on using regions in C#
Coding practices are such a divisive topic in any software team. Each of us will have our own preferences. But when we are in a team we need to bend our preferences a little, to accommodate the generally accepted coding practices of that team. Everyone will not agree on particular coding practice, but it’s important Continue reading
