React Native – Run the app in Genymotion Android emulator
I am trying to use React Native these days, it works fine in iOS simulator, but when…
Handle the custom exception in ASP.NET MVC
Introduction The ASP.NET exception is not user friendly, so we should create our custom exception handler, but…
How to create popup window in flutter
The popup window is very useful in most of the times, you can display a separate content…
How to release an iOS app for testing in Flutter
Flutter allows you to build beautiful native apps on iOS and Android from a single codebase. It…
How to install Debian on Synology NAS
Debian is a free operating system (OS) that comes with over 29000 packages, and below description is…
How to use code first and data migration with ServiceStack.OrmLite
ntroduction ServiceStack.OrmLite is an Open Source, Fast, Simple, Typed ORM for .NET, the performance is better than…
Pass values from backend controller to Javascript
There are many of times we need to pass data from backend controller to javascript, in ASP.NET…
Dynamic to generate menu items with MVCSiteMapProvider
The MVCSiteMapProvider is powerful and can generate the site map menu from xml, but sometime you may…