Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.

In this post I will show you how to solved the Issue. Here I am using VS Code.
Previously I had shown







To solve this problem I had generated certificates as described in the error message as shown below.
    To generate a developer certificate run 'dotnet dev-certs https'.
    To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
    But no use.

Don't worry there is a solution.

Steps for solution:

Jquery DataTable Custom PDF Export with New Column

In this post I 'll show how to Custom PDF Export with New Column(SNo.) using Jquery DataTables.
Previously I had shown..


Sample OutPut:

Source Code:

Sunday, January 5, 2020

How to Install MySQL/MariaDB in Raspberry Pi

In this post I will show you how to Install MySQL/MariaDB in Raspberry Pi
Previously I had shown..
Before Install Mysql, update Raspberry Pi OS using below commands

sudo apt-get update
sudo apt-get upgrade

Now Install MySQL using below command

How to ADD static IP Address in Raspberry Pi

In this post I will show you how to ADD static IP Address in Raspberry Pi
Previously I had shown..

use below command to open dhcpcd.conf in nano file editor

ln: failed to create symbolic link '/usr/bin/dotnet/dotnet': File exists

In this post I will show you how to solve ln: failed to create symbolic link.
Previously I had shown..

sudo ln -sf "/usr/share/dotnet/dotnet" "/usr/bin/dotnet"

To remove Link:

sudo rm -rf /usr/bin/dotnet
sudo ln -s "/usr/share/dotnet/dotnet" "/usr/bin/dotnet"

How to Install .Net Core 3.1 on Raspberry Pi 3

In this post I will show you how to Install .Net Core 3.1 in Raspberry Pi.
Previously I had shown..

Download .Net Core from HERE.


How to Install Linux on Raspberry Pi 3

In this post I will inform..

How to Install Linux on Raspberry Pi 3

Hardware Requirements:
  • Raspberry Pi 3
  • SD Card 8GB minimum
  • Mobile recharge Adapter min 2Amphs
  • Monitor + Keyboard & Mouse
  • HDMI Cable
      OutPut: