While working on your projects, you will often find many ignore files and directories (like .env or any other local environment secrets, .vscode or any…
If you’re a developer working with ASP.NET, you’ve likely heard the term “middleware” thrown around quite a bit. But what exactly is it, and why…
In C#, the Switch statement is the type of control flow statement to compare a single expression with multiple values. If a value matches the…
Sometimes you need to use a module before you are ready to publish a new version of it or you are working around different files…
A lot of times you come across an error “Server Error in ‘/’ Application” while working on an ASP.NET application. This is a generic error…
Azure blob storage is Microsoft’s offering to store unstructured object data. This data can be files, images, videos or documents etc. Azure blob storage can…
This blog post continues the previous blog on the ODP (Optimizely Data Platform) implementation. ODP by default provides a lot of tracking events. You can…
In NPM projects you have seen the package.json file. This file is an NPM Configuration file. This file function is similar to package.config where you…
Title Tag Page titles are critical to giving online searchers quick insight into the content of a search engine result. It is a primary piece…
Recently I come across an issue on my WordPress website where I can not able to login to the admin site. Website Users can not…