Skip to content
31 March 2023

Paweł Filipek

  • Backend
    • C#
    • Entity Framework
    • Security
  • Frontend
    • Angular
    • JQuery
  • Databases
    • SQL
  • Design pattern
    • Domain-Driven Design
    • CQRS
    • TDD
    • Software Design Patterns
  • DevOps
    • RabbitMQ
    • Docker
    • Elasticsearch
  • Tools
  • Get noticed 2017
  • About me
Main Menu

Tag: ASP.NET Core

Backend / Security

Create token authentication in ASP.NET Core

25 September 20186 October 2018 - by Paweł Filipek - Leave a Comment

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.

Read More
Backend / C# / DevOps / Elasticsearch / Tools

Configure Nlog with Elasticsearch in ASP.NET Core

30 April 201829 September 2019 - by Paweł Filipek - Leave a Comment

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 …

Read More
Backend / Entity Framework

EF Core – Code First with existing database ASP.NET Core

30 March 2018 - by Paweł Filipek - Leave a Comment

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. …

Read More
DevOps / Docker

Docker on Windows – ASP.NET Core

21 September 201731 March 2019 - by Paweł Filipek - 4 Comments.

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 …

Read More
Backend / C# / Frontend

Generate PDF in ASP.NET Core

29 April 201717 September 2017 - by Paweł Filipek - 1 Comment

Generate 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 …

Read More
Copyright © 2023 Paweł Filipek.
Powered by WordPress and HitMag.