Showing posts with label .Net Core. Show all posts
Showing posts with label .Net Core. Show all posts

Friday, April 10, 2020

System.IO.IOException: Failed to bind to address https://127.0.0.1:5001: address already in use.

In this post I will show you how to solve above problem. To solve this problem there are multiple ways in VS Code. some of them are...
Before that previously I had shown you










Solution:

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:

The entity type '' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.

As the title says The entity type '' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.

In the previous post I had shown

Source Code

Friday, January 31, 2020

How to Install RealVNC in RaspberryPI

In this video I will show How to Install RealVNC in RaspberryPI
Previously I had shown..

Video can be shown at the bottom of this post.

How to remove Black Border in RaspberryPi OS

In this video I will show you how to remove Black Border in RaspberryPi OS.

Previously I had shown..
Video and Text can be shown below

Sunday, January 5, 2020

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.


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:

Thursday, March 16, 2017

Starting with Asp.Net Core using Visual Studio to Display Employee List

In this post I will show you how to ADD EntityFrameworkCore Packages and Display the list of Employees.

In the Previous post
01 - Starting with Asp.Net Core using Visual Studio
I used Visual Studio 2015 Update 3. But unfortunately it is not working as Expected, so from this post I will use Visual Studio 2017.
Out Put: