A lot of times we come across issues when our disk space is consumed and we need to move our database MDF & LDF files from their default location. In…
I come across the following error while comparing Date in Linq lambda in the .NET C# project. The exact error is The specified type member ‘Date’ is not supported in…
There are several options to integrate Optimizely CMS/Commerce with HubSpot CRM. You can use the HubSpot connector or maybe your requirement is just to collect data from customers and submit…
In large eCommerce organizations, Data resides different places like in eCommerce platforms, CRM, ERP or tools like google analytics. This data is very helpful to use in C-Level reporting, resource…
ASP.NET Web API using NET 6 C# & Windows authentication
The term ‘Serverless’ is a bit of false advertising and this word became more of a buzzword. As always Buzzwords tend to lose their meaning, it’s more about the power…
I come across the following error while working on the .NET C# project. When I try to open the project properties window I got the following error An error occurred…
I have an issue where I need to return users based on a custom field. I have created these custom fields with an excellent plugin called “Advanced Custom Field” (ACF)….
Lists are very useful object types in C#. A lot of times we come across requirements to sort list items. By default, we can only sort by Ascending or descending…
A lot of times we come across issues comparing dates in SQL. There are a few scenarios below Compare dates in the DateTime Column Compare Day Year Month separately in…