Posted in Flutter

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…

Loading

Posted in ASP.NET

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…

Loading

Posted in Flutter

How to create popup window in flutter

The popup window is very useful in most of the times, you can display a separate content…

Loading

Posted in Flutter

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…

Loading

Posted in Server Tech

How to install Debian on Synology NAS

Debian is a free operating system (OS) that comes with over 29000 packages, and below description is…

Loading

Posted in ASP.NET

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…

Loading

Posted in Javascript

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…

Loading

Posted 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…

Loading