In continuation of our previous article on enabling CORS support in webapi, I will be blogging today on how to
Continue reading
My experiment using code
In continuation of our previous article on enabling CORS support in webapi, I will be blogging today on how to
Continue readingMinification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the
Continue readingFirst, we need to understand the format of a .nuspec file. This is the main component of a NuGet package; it’s the
Continue readingSatya Nadella has made a tremendous amount of changes in the way Microsoft goes about their work and one of
Continue readingIf your client code is calling the Web API in javaScript, the execution will be fine on Http GET and
Continue readingIf you read the Web API tutorials from docs.microsoft.com, all of them are teaching you to create the server app (Web
Continue readingWhat is Dependency Injection? Dependency Injection (DI) is a software design pattern. It allows us to develop loosely-coupled code. How
Continue readingC# 7 introduced pattern matching with the extension of the switch statement and the is operator offering the const pattern, the type pattern, and
Continue readingWith the help of this blog post, we are gonna learn to implement singleton in C# and make it thread
Continue readingThere are various ways to use Single Sign-On (SSO) in asp.net web application. We can use cookies, session (state server),
Continue reading