Strona głównaUżytkownik

kamgrzybek | użytkownik

kamgrzybek
kamgrzybek
279,54
1644 dni, 1 godzinę, 54 minuty temu
29 października, 2018
dotnetomaniak.pl

How to handle concurrency conflicts and enforce invariants using Entity Framework Core and Domain-Driven Design Aggregate Pattern.

Tagi: DDD, EF, efcore
Źródło: kamilgrzybek.com
Dziel się z innymi:
[EN] Handling concurrency - Aggregate Pattern and EF Core - Kamil Grzybek

Architektura 1651 dni, 2 godziny, 6 minut temu kamgrzybek 94 źrodło rozwiń

The incremental approach to migrate from .NET Framework legacy system to the new .NET Core system using Strangler Pattern.

Dziel się z innymi:
[EN] Strangling .NET Framework App to .NET Core - Kamil Grzybek

Architektura 1679 dni, 1 godzinę, 52 minuty temu kamgrzybek 55 źrodło rozwiń

How to enforce Modular Monolith architecture - approaches, tools and best practices

Dziel się z innymi:
[EN] Modular Monolith: Architecture Enforcement - Kamil Grzybek

Architektura 1704 dni, 46 minut temu kamgrzybek 77 źrodło rozwiń

Architectural Drivers for Modular Monolith architecture. Comparison to Microservices architecture.

[EN] Modular Monolith: Architectural Drivers - Kamil Grzybek

Architektura 1788 dni, 48 minut temu kamgrzybek 114 źrodło rozwiń

What is a Modular Monolith architecture - introductory post in article series about monolithic and modular systems

[EN] Modular Monolith: A Primer - Kamil Grzybek

Architektura 1815 dni, 1 godzinę, 14 minut temu kamgrzybek 113 źrodło rozwiń

Attributes of Clean Domain Model

Dziel się z innymi:
[EN] Attributes of Clean Domain Model - Kamil Grzybek

Sztuka programowania 1843 dni, 1 godzinę, 15 minut temu kamgrzybek 127 źrodło rozwiń

How to handle Domain Events in complicated cases.

[EN] Handling Domain Events: Missing Part - Kamil Grzybek

Sztuka programowania 1982 dni, 2 godziny, 6 minut temu kamgrzybek 136 źrodło rozwiń

Projekty i namespace’y to niedoceniane elementy, które mogą znacząco poprawić czytelność naszego kodu. Warto stosować je w sposób przemyślany, a nie „jakkolwiek, bo to przecież nieistotne”. Kod czyta się co najmniej 10 razy częściej, niż się go modyfikuje. Warto więc zainwestować w jego czytelność i wymusić na poziomie kompilacji tak wiele sprawdzeń jak to tylko możliwe.

Źródło: itlibrium.com
Dziel się z innymi:
Do czego w DDD wykorzystać projekty i namespace’y z C# ?

Sztuka programowania 2022 dni, 2 godziny, 27 minut temu technites_pl 286 źrodło rozwiń

GRASP. Explanation of fundamental Object-Oriented Design General Responsibility Assignment Software Patterns (or Principles).

Dziel się z innymi:
[EN] GRASP - General Responsibility Assignment Software Patterns Explained - Kamil Grzybek

Architektura 2053 dni, 2 godziny, 30 minut temu kamgrzybek 85 źrodło rozwiń

The Outbox Pattern implementation.

[EN] The Outbox Pattern - Kamil Grzybek

Architektura 2080 dni, 1 godzinę, 43 minuty temu kamgrzybek 154 źrodło rozwiń

Domain Model validation in context of Domain Driven Design

[EN] Domain Model Validation - Kamil Grzybek

Architektura 2088 dni, 1 godzinę, 40 minut temu kamgrzybek 123 źrodło rozwiń

REST API Data validation using FluentValidation and Pipeline Pattern. Implementing Problem Details standard.

[EN] REST API Data Validation - Kamil Grzybek

Sztuka programowania 2099 dni, 1 godzinę, 47 minut temu kamgrzybek 183 źrodło rozwiń

DDD - Domain Model Encapsulation and Persistence Ignorance with Entity Framework 2.2

[EN] Domain Model Encapsulation and PI with Entity Framework 2.2 - Kamil Grzybek

Simple .NET Core REST API CQRS implementation with raw SQL and DDD - Kamil Grzybek

[EN] Simple CQRS implementation with raw SQL and DDD - Kamil Grzybek

Architektura 2114 dni, 7 minut temu kamgrzybek 215 źrodło rozwiń

Description of codebase organization with Feature Folders approach.

Dziel się z innymi:
[EN] Feature Folders - Kamil Grzybek

Architektura 2177 dni, 22 godziny, 54 minuty temu kamgrzybek 86 źrodło rozwiń

Kolejny post z serii o Bounded Contextach - jakie problemy niesie brak kontekstów w aplikacji. Czyli czym różni się produkt od produktu 😉

Źródło: radblog.pl
Dziel się z innymi:
Dlaczego Bounded Contexty są ważne – przykład 3 | Radek Maziarka

Using .NET Database Project and DbUp library for database management.

Tagi: DATABASE, DbUp, SQL, tools
Dziel się z innymi:
[EN] Using Database Project and DbUp for database management - Kamil Grzybek

Bazy danych i XML 2186 dni, 24 minuty temu kamgrzybek 69 źrodło rozwiń

Description of most common database change management approaches.

Dziel się z innymi:
[EN] Database change management - Kamil Grzybek

How to store sensitive configuration data safely and easily in .NET Core runtime environment.

Dziel się z innymi:
[EN] How to store sensitive configuration data - Kamil Grzybek

Architektura 2204 dni, 45 minut temu kamgrzybek 135 źrodło rozwiń

Implementacja Cache-Aside Pattern w .NET Core.

Dziel się z innymi:
[EN] Cache-Aside Pattern in .NET Core - Kamil Grzybek