26 November 2021
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...
The post What’s new in .NET 6 appeared first on Naveed Ul-Haq's blog.
25 November 2021
Redirect is a very powerful feature in PHP but if it is not implemented properly it can be very dangerous. Generally, there are two ways...
The post How to make a redirect in php? appeared first on Naveed Ul-Haq's blog.
24 November 2021
I come across the following warning during working on one of my projects. I looked at the internet and it seems this is very common...
The post Resolve: This async method lacks ‘await’ operators and will run synchronously. Consider using the ‘await’ operator to await non-blocking API calls, or ‘await Task.Run(…)’ to do CPU-bound work on a background thread. appeared first on Naveed Ul-Haq's blog.
23 November 2021
As CMS or Commerce developers we work a lot with page types, block types and different in-built properties like content area etc. Sometimes we just...
The post Optimizely: Page type, Block type and Content area restrictions appeared first on Naveed Ul-Haq's blog.
22 November 2021
Game developers are compelled to do a little programming to ensure that the game set-up is in the right state for users. It is worth...
The post Programming Languages for Game Design appeared first on Naveed Ul-Haq's blog.
4 August 2021
Sometimes we come across a requirement to get list of methods in C# class. This is very useful if you want to automate your documentation...
The post Get the list of method names from the C# class appeared first on Naveed Ul-Haq's blog.
2 August 2021
In recent times customers are doing more shopping online and their primary touchpoint is mobile. During Covid and lock down this trend increases worldwide. Today’s...
The post Optimize Optimizely website for Mobile appeared first on Naveed Ul-Haq's blog.
22 July 2021
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.
12 April 2021
This blog post is a continuity of the last two blog posts regarding extending the Episerver Coupon Codes Tool. Episerver Coupon codes Tool: Download single-use...
The post Episerver Coupon codes Tool: Dynamically assign coupon codes to customers appeared first on Naveed Ul-Haq's blog.
7 April 2021
Recently I change my development environment and come across the following issue while browsing the website on localhost The CodeDom provider type “Microsoft. CodeDom. Providers....
The post Resolve: The CodeDom provider type “Microsoft.CodeDom. Providers.DotNetCompilerPlatform. CSharpCodeProvider, Microsoft.CodeDom. Providers.DotNetCompilerPlatform , Version=2.0.0.0, Culture=neutral … could not be located. appeared first on Naveed Ul-Haq's blog.