Create token authentication in ASP.NET Core
How to create token in ASP.NET Core In this post I will demonstrate how to create a authentication token in an ASP.NET Core Web Api application.
Create token authentication in ASP.NET Core Read More
How to create token in ASP.NET Core In this post I will demonstrate how to create a authentication token in an ASP.NET Core Web Api application.
Create token authentication in ASP.NET Core Read More
It’s always nice to have logs from our applications. Nlog is a solid open-source library in .NET that supports save the logs. However, when we add elasticsearch to it, searching …
Configure Nlog with Elasticsearch in ASP.NET Core Read More
In ASP.NET Core using a Entity Framework Core we only have the option to connect with a database by aproach code first. Edmx and Dbml will not be supported anymore. …
EF Core – Code First with existing database ASP.NET Core Read More
What is Docker? Docker is a tool for running processes in an isolated environment called a container. It’s like a virtual machine but it doesn’t need opereting system. No matter …
Docker on Windows – ASP.NET Core Read MoreGenerate PDF If we write application in version MVC 5 or less. We can use simple to use library like Rotativa. But what if we have apps on ASP.NET MVC …
Generate PDF in ASP.NET Core Read More