Register dependencies via reflection + Autofac module
Imagine that you have ten or hundred class in your repository. And now you need to register each of them.
Read MoreImagine that you have ten or hundred class in your repository. And now you need to register each of them.
Read MoreIt’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 MoreSimple Data Simple.Data is dynamic ORM. But What mean ORM : O – object, R – Relational, M – Mapping. But if simple data is dynamic we haven’t objects, relationals, mapping. So …
Read MoreToday’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 MoreWstrzykiwanie zależności i biblioteka Windsor Castle. Dzięki zastosowaniu tych dwóch rzeczy możemy naszą aplikacje przekształcić w kod prosty i zrozumiały poprzez zależności. Dodatkowo przy zastosowaniu kontenerów (Windsor Castle) dostajemy gotowy …
Read MoreAutomapper – dlaczego i kiedy stosować tę bibliotekę? Automapper jest bardzo interesującą biblioteką. Może ona służyć do “przepisywania” danych (object-object). Warto skorzystać z niej jeżeli potrzebujemy przenieść dane np. z …
Read More