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 make it possible, in early access, to take designs from Adobe XD and export them direct…
How to convert Date To String & Double to Currency in Flutter or Dart ?
Most fo the Flutter Developer has question like how to convert Date to String with Format or Double to Currency Format in Flutter?
Firebase Analytics for Flutter without Named Routes
Flutter is a new mobile development SDK brought to you by Google to help you build fast, beautiful, and cross-platform mobile applications. It uses a new language called Dart.
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 id? Of course, creating a role for each of these possibilities is not a great solut…
How to SetBasePath in ConfigurationBuilder in Core 2.0 ?
In .NET Core, configuration has been updated. previously its System.Configuration model that relied on XML-based configuration files. And now introducing a number of new configuration components offering more flexibility and better exten…
Migrating old versions of nopCommerce to 4.10
nopCommerce 4.10 is built on the popular ASP.Net Core 2.1, which makes it leaner and offers the best possible experience to users due to its high-performance, cross-platform, open-source framework. The redesigned version of ASP.Net has a mo…
Custom claims transformation in ASP.NET Core Identity
There is some major changes to ASP.NET Identity with the release of Core 2.0.The claim based identity is nothing but attaching the concept of claim to the identity.