Category: C#
-
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 […]
-
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 […]
-
A look at C# dynamic type
A brief look at C# dynamic types
-
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 […]
-
C# 7.0 Features – Tuples
Now that VS 2017 RC is released with bunch of cool features along with refactoring support leveraging C# 7.0 features, Now is the best time to take a deep dive in C# 7.0 features. We are going start with one of the most exciting feature called Tuples. What is Tuples? Tuples makes it easy to have […]