5 December 2022
A lot of times we come across issues when our disk space is consumed and we need to move our database MDF & LDF files...
The post Move SQL Server MDF and LDF Files location appeared first on Naveed Ul-Haq's blog.
27 September 2022
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...
The post Resolved: The specified type member ‘Date’ is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported. appeared first on Naveed Ul-Haq's blog.
20 September 2022
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...
The post Optimizely: HubSpot forms Block appeared first on Naveed Ul-Haq's blog.
13 September 2022
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...
The post ODP (Optimizely Data Platform) Integration with Commerce Cloud – Part 1 appeared first on Naveed Ul-Haq's blog.
25 July 2022
ASP.NET Web API using NET 6 C# & Windows authentication
The post ASP.NET Web API using NET 6 C# & Windows authentication appeared first on Naveed Ul-Haq's blog.
29 June 2022
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,...
The post The curious case of serverless computing appeared first on Naveed Ul-Haq's blog.
16 June 2022
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...
The post Resolved: An error occurred trying to load the page. Could not load file or assembly ‘Microsoft.VSDesigner, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified. appeared first on Naveed Ul-Haq's blog.
30 May 2022
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...
The post WP REST API: Order Users by meta value (acf) appeared first on Naveed Ul-Haq's blog.
23 May 2022
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...
The post Randomize List items in C# (Shuffle list C#) appeared first on Naveed Ul-Haq's blog.
16 May 2022
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...
The post Compare dates in SQL appeared first on Naveed Ul-Haq's blog.