Create API with ASP.NET Core (Day 3): Working With HTTP Status Codes In ASP.NET Core API

Introduction This article of the series “Web API with ASP.NET Core” will focus on topics like returning HTTP Status Codes

Continue reading

Visual Studio Extensibility (Day 1): Creating your first Visual Studio VSIX package

In this three article series of Visual Studio Extensibility we’ll learn how to create a new Visual Studio package, deploy that on staging server and GIT via continuous integration setup and at the end create a Visual Studio isolated Shell application with that embedded package. Although this is very rare topic and you could not find enough study material on this topic over the web that explains how to work with it step by step. MSDN contains good content but very generic, and to the point. In my article I’ll try to explain each and every small part step by step, so that one can learn while coding.