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

Frontend

Angular / Frontend

Communication between components in Angular

23 January 201923 January 2019 - by Paweł Filipek - Leave a Comment

How to communicate between components We distinguish several ways of communication between components: parent to child, child to parent and any to any. In this post I will show an …

Read More
Angular / Frontend

Resolvers in Angular

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

Resolver Resolvers is used to provide data, before activating route, in brief, force the application to show the view only after loading the data. For easier understanding I will show …

Read More
Angular / Frontend / Security

Auth Guard (JWT) in Angular

18 November 2018 - by Paweł Filipek - Leave a Comment

In the previous post I showed how to manage a token in an angular application. Now I show you how you can use the Auth Guard mechanism so that you …

Read More
Angular / Frontend / Security

Token Authentication (JWT) in Angular

6 October 20186 October 2018 - by Paweł Filipek - 1 Comment

In the previous post, I showed you how to create a token in ASP.NET Core. Now I will show you how you can use it in a project that uses …

Read More
Frontend / JQuery

Send array from view to controller as class – ASP.NET Core.

14 May 201717 September 2017 - by Paweł Filipek - Leave a Comment

Example To send array values from table in view to controller as array class I’ll use JQuery and Ajax. For the needs of the example I generate table in view.

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
Frontend / JQuery

Sending data from dynamic list – ASP.NET Core MVC.

30 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

Send dynamic list to controller Today I’ll show you how to add items to dynamic list and then send values to controller. In the first step, let’s create simple web …

Read More
Frontend / JQuery

Freeze table columns – DataTables

16 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

Fixed table Today I’ll show you how can you freez table columns/rows on website in simple way. The best for it will be another great and powerful tool plug-in for …

Read More
Frontend / JQuery

Dynamic charts in MVC

10 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

Dynamic charts When we need to display some charts, we might use simple and fast library – HighCharts.Which I’ll try to explain brefly below. Example In our example we display …

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