
Search In
This is an introductory post on how to use the async and await keywords in C# to create asynchronous background tasks. It is a common practice to use multi-threading and asynchronous tasks to avoid performance bottlenecks and to keep the applicat
While building projects in MVC we also have a requirement to build API that can run on any device whether its a mobile device or whether it is a laptop.
Web API we mainly build so that it can run on any device and on any platform. The
In the below example function I have created Snackbar in android. When you click on button a message show at the bottom of the device(mobile) screen. Snackbars appear above all other elements on screen and only one can be displayed at a time and mess
Importing Information Into MongoDB
If you want to import information into MongoDB database, lets take an example to import the database of resturants. It's in json format and can be downloaded using wget:
wget https://raw.githubusercon
Hi All,
While working on one of my project we had a requirement where we need to run our web application as a desktop application and to do that we found a solution called Electron which can w=be used as an installer and it run on various plate
Hello readers, today we will discuss a very important topic of a programming language "exception handling". Exception Handling is the process of catching errors which are generated by our program and then taking appropriate action according
In the below example I have created a Tab layout using design support library.
When user clicks on tab, tab color will change, mean it will identify that you have clicked on that particular tab. Here, first I have added material de
Hii,
In this blog, I am going to share few lines of javascript code to create a countdown timer.
Countdown timer is used in many places like
In online shopping sites showing sale ends , starts in time, delivery time, sh
If you have ever installed apps on your mobile device(s), you must have experienced the notification messages that show on your mobile devices whenever you receive the latest information or get connected to the internet after being offline for a coup
Every business has the primary aim of earning profit. Most of the commercial organizations have identified the potential of internet. They are aware that if profit has to be made then availing service of online services is very crucial and in fact ga
