Tags

ASP.NET Core MVC Linux Hello World Program

In this tutorial, we will create a simple hello world web mvc application in .NET Core. .NET Core Installation on Linux To install .NET on linux, we need to first add Microsoft package signing key to your trusted keys and add the package repository. We have different commands for different linux distributions. Run below commands in terminal window according to your distribution. ...

Continue Reading

NodeJS MySQL Tutorial

One of the main advantages of using the NodeJS framework is the easy integration with the Database libraries. MySQL is one of the most popular database. NPM MySQL library provides easy integration with NodeJS application. In this tutorial, we'll learn following operations from NodeJS application: Installing MySQL NPM module Connect to MySQL database Execute select quer...

Continue Reading