Blog
- Welcome
- Blog
A Comprehensive Comparison of Dot Net Based CMS Platforms: Sitefinity, Umbraco, and Kentico
Content Management Systems (CMS) play a pivotal role in the digital landscape, enabling businesses and organizations to create, manage, and publish content
How to Migrate AWS Migration
AWS Migration: A Step-by-Step Guide Migrating to the cloud can be a daunting task for any organization, but with the right planning and execution, it can b
Flutter # Change Android compileSdkVersion, minSdkVersion and targetSdkVersion in better way
There are two ways you can change Android compileSdkVersion. The first one is for the projects that are created before Flutter 2.8 update and the second on
Merge Redirect From Non-Www To Www And Secure Connection In One URL Rewriting Rules To Avoid Many Redirects
For Web optimization we want to keep one URL to each page, to stay away from a few URLs that go to a similar page and coming about into partitioned reports
How to fix 'zsh: command not found: python' ?
When trying to run python from terminal, it is possible to run into the following issue: This can happen on any system, but does occur slightly more common
How to install homebrew (brew) on M1 Mac ?
Homebrew now provides native support for MacBooks with M1 Silicon, for installing brew on macOS Monterey, open terminal and run the below command. You will
Custom claims transformation in ASP.NET Core Identity
Custom claims information in .NET Core Identity on Microsoft .Net Development The ASP.NET Core 2.0 default Claim implementation only includes username and
How to solve "Unable to boot the Simulator" Flutter: Xcode error ?
Unable to boot the iOS simulator. I was trying to run Flutter iOS project, an iOS simulator failed to launch with the following error. There might be sever
Why can I not ping website on hosted in AWS EC2 instance ?
How to Ping AWS EC2 instance? For Security reason AWS EC2 instance disable the ICMP. This ICMP to prevent ping requests. Because of this when pinging the E
Firebase Analytics for Flutter without Named Routes
Firebase Analytics for Flutter is vary simple, how to create flutter application is well described in the documentation. And for more information about usi
Claims-Based Authorization and Policy-Based Authorization in ASP.NET Core
Role-based authorization in ASP.NET Core is simple but limited. Imagine you want to validate a user based on other characteristics such as age or employee
How to create a HTTP POST request with in NodeJS
In Axios, you will get a basic API to make a HTTP demand. It is essentially a commitment based HTTP client and you might involve it in vanilla JavaScript a
How to set -up a nopCommerce Multi vendor website
NopCommerce is a modern, open source .Net Core E-commerce platform built on NET Core, SQL Server, and other great technologies. Multi vendor e-Commerce off
Support and Maintenance for Websites and CMS – Content Management Systems
Any website – whether basic or complex — needs at least some level of maintenance. This could include: - redundancy and back-up/restorations planning - ser
Migrating old versions of nopCommerce to 4.10
NopCommerce is a fully customizable e-commerce shopping cart. nopCommerce 4.10 has been developed with efforts that focused on improving its performance an
Dart date formatting or How to convert Date To String & Double to Currency in Flutter ?
Dart Date Formatting Most of the Flutter Developer has question like how to convert Date to String with Format or Double to Currency Format in Flutter? You
How to Convert Adobe XD design to Flutter apps and UI ?
Now Adobe in announcing that their XD to Flutter plugin is now available as early access for broader public testing. Google and Adobe worked together to ma
How to SetBasePath in ConfigurationBuilder in Core 2.0 ?
ASP.NET Core this a cross-platform & open-source web framework of Microsoft is a good option to build modern web or internet applications that can be deplo
String to Date and Time object conversion – Android
Converting String object to Date object is common and trivial problem in Android App. The simple solution convert the string to date format then we can mak