Error IDX21323 – RequireNonce is ‘[PII is hidden by default. Set the ‘ShowPII’ flag in IdentityModelEventSource.cs to true to reveal it.] One of the best features of Azure […]
Popular Posts
Trending Posts
Recent Posts
Editors Choice
How to add a Next and Previous Post Button to the WordPress site
Adding a next and previous button to the post footer makes navigation much easier for the reader. Imagine a long post with a lot of content. The user […]
Adding a reusable block to the WordPress Site
A great way to add content to a WordPress site is to use reusable blocks. A block as its name suggests is a unit of code representing […]
Adding a subscribe button to your WordPress site
Recently in a move to improve the subscription rate and overall search ranking of my site I decided to add a subscribe button to all my posts. The […]
Database in Suspect: – DBCC CHECKDB – It has been marked suspect by recovery
A database on the server was recently in suspect mode and the error message below was provided on running DBCC CHECKDB. This is a classic case of why […]
SEO – Expire Headers for WordPress site hosted on IIS
One of the most important things you can do to improve your Google search index ranking is to improve the load time of your website. What this means […]
Memory for Servers – Hardware
Most database administrators are at least to some extent familiar with what memory does for SQL server. This is especially true for scenarios such as configuring minimum memory in maximum memory, checkpoint, lazy […]
Create an Azure SFTP Site
Microsoft Azure has become a cloud platform of choice for everyone at this point. One of its biggest advantages has been the ability to integrate seamlessly with existing enterprise […]
Installing GitHub on VS Code
When using VS Code you will find a need for a Source Control or Version Management Software. Git is by far the most popular and free software used […]
Managing inventory in SQL Server –Part 1
A fairly important aspect of retail software is inventory management. Often this requires some kind of counter that reduces the count of stock items based on the number […]