ASP.NET Web API using NET 6 C# & Windows authentication
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.
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.
How to set a screen lock on an Android devices How to set a screen lock on an Android devices The post How to set a screen lock on an Android devices appeared first on Naveed Ul-Haq's blog.
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 of the word than what that word means. So what does Serverless mean or represent? … Read More »The curious case of serverless computing
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 trying to load the page. Could not load file or assembly ‘Microsoft.VSDesigner, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’… Read More »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.
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). ACF plugin allows you to show custom fields in WordPress REST API as well but… Read More »WP REST API: Order Users by meta value (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 list items using Linq or Lamda but there is no default sorting order to randomize… Read More »Randomize List items in C# (Shuffle list C#)
A lot of times we come across issues comparing dates in SQL. There are a few scenarios below Compare dates in the DateTime Column Select * from EMP WHERE datetime_column >= ‘20221220 00:00:00.000’ AND datetime_column < ‘20221221 00:00:00.000’ Compare Day Year Month separately in DateTime… Read More »Compare dates in SQL
CJ dropshipping is one of the best dropshipping services available for eCommerce websites that run on a dropship model. One can use tools provided by CJ dropshipping to integrate with their Shopify, Magento or WooCommerce etc website. But there is always a gap for website… Read More »Integrate with CJ Dropshipping API using ASP.NET C#
With rapidly changing YouTube algorithms, it is wise for you to learn the updates. Learning the latest optimization secrets is going to bring success to your YouTube videos. Basically, here are some secrets that are going to make you win big in 2022. Creating Longer… Read More »5 Latest Ways To Rank On YouTube Channel
Microsoft has recently released .NET 6.0 on 11th Nov 2021. This release has a lot of exciting features. Let’s Explore a few of these features One platform .NET 6.0 You probably notice there is no Core in its name that’s because Microsoft has merged all… Read More »What’s new in .NET 6