Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.
Continue reading
My experiment using code
Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.
Continue readingIn this blog post, we will go over on how to create windows services in C#. Windows services are started
Continue readingIn 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 reading