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: mvc

Backend / C#

Logging of every action call in controller

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

If you want to log every action execution in the ASP.NET MVC application. Instead of adding unnecessary logic ( to logging ) in each action. We can override method OnActionExecuting …

Read More
Get noticed / Get out from smog

“Get out form smog” – dependency injection

2 April 2017 - by Paweł Filipek - Leave a Comment

Get out from smog – part V Today post will be about depencendy injection.And run all the written functions as a whole. Uses for this Autofac and Autofac.Mvc – to …

Read More
Backend / C# / Tools

Loading data from excel and display them with Paged List MVC

18 September 201617 September 2017 - by Paweł Filipek - Leave a Comment

Today’s post will be different because it will be in English language. I’ll write a simple application MVC with data import from excel and displey them on the page(View) with …

Read More
Backend / Security

Transakcje – bezpieczny zapis do bazy danych

5 August 201617 September 2017 - by Paweł Filipek - Leave a Comment

Transakcje Transakcja jest zakresem w którym znajdują się polecenia związane z operacjami na bazie danych. Jeżeli operacje są wykonane prawidłowo to zostaną zapisane – w przeciwnym wypadku polecenia zostają cofnięte. …

Read More
Backend / Entity Framework

Lazy loading vs eager loading – Entity Framework

28 July 201617 September 2017 - by Paweł Filipek - 2 Comments.

Entity Framework jest jedną z platform ORM, która pozwala na współpracę pomiędzy bazą danych a obiektowym językiem programowania. Dane które są pobierane za pośrednictwem EF są podzielone na dwa tryby: …

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