Why logging is important Logging your code plays a very crucial role to support your service into production. Without enough logging, it becomes very difficult…
The Problem Testing REST (Representational State Transfer) Api is very common task for any organization. Ideally, dedicated test team or automation runs to do api…
How to read string content from Azure Blob Storage using CSharp (C#) is very common scenario. For e.g if you want to read CSV blob.…
When we think of ASP.Net apps, we generally think to host on Azure web Apps on windows OS. Which is awesome and very easy to…
Create React App (CRA) is convenient and easy way to setup initial boiler plate when developing React App. To start building React App using CRA,…
When you try to re-POST subsequent requests from Internet Explorer browser it only sends only the header data is posted. As a result you will…
Working with DateTime in SharePoint is always tricky since it stores values internally in UTC and when we tried to access it in CSOM or…
Create client side (JavaScript) based Resource Localization in any web application. Extremely light-weight library, just 3KB (Minified) and 8KB(Debug) version. Implementing client side localization into…
Accessing Culture Information for all available cultures in JavaScript is always difficult and most of the web developer has to search on internet for this…
To automate deployment in SharePoint 2010/2013 on-premise solution, we have to use PowerShell. One of the deployment activity is creating SharePoint Custom Lists/Libraries and associating…