Wednesday, May 24, 2017

Reset MySQL root password in Ubuntu

In this POST I will show how to reset MySQL Server root password in Ubuntu

In the previous posts I had shown how to .....

Use the following steps to reset a MySQL root password by using the command line interface in Linux.
Stop the MySQL service
  

sudo /etc/init.d/mysql stop

Start MySQL without a password

Tuesday, May 23, 2017

Send Email Using ASP.NET CORE 1.1 With MailKit using VS Code in Ubuntu

In this post I will show you how to Send Email Using ASP.NET CORE 1.1 With MailKit using Visual Studio Code in Ubuntu.

OutPut:




















Saturday, May 20, 2017

Asp.Net MVC Core in UBUNTU and VS Code

In the previous POSTS I had shown how to
Previously I had shown CRUD operations Using Asp.Net MVC Core with Visual studio 2017 in Windows. 
IN this post I will show how to create new Asp.Net MVC project and how to use Visual Studio Code.

Starting with Asp.Net Core using Visual Studio Jquery DataTables

In this post I will show you how to use Jquery DatTables in Asp.Net MVC Core 1.1, EntityFrameworkCore, LINQ Dynamic Core. Previously I had shown how to...
OutPut: