Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository ve Servis kavramları hk. #2

Open
behcetnet opened this issue Dec 6, 2023 · 2 comments
Open

Repository ve Servis kavramları hk. #2

behcetnet opened this issue Dec 6, 2023 · 2 comments

Comments

@behcetnet
Copy link

Merhaba Zafer Hocam,

repository ve Servis katmanlarında aynı komutlar var sayılır.

ServiceManager.cs
RepositoryManager.cs

bu iki dosyayı tek bir noktada birleştirebiliriz. bunu ayrı yapmanın mantığı konusunda yardımcı olabilirmisiniz.

Teşekkürler

@muratoguzz
Copy link

muratoguzz commented Jun 21, 2024

RepositoryManager.cs sınıfı ile veri tabanı bağlantısı sağlanıyor ve veri tabanı manipülasyonu yapılıyor. ServiceManager.cs sınıfı ile iş kodlarını yazdığımız BookManager sınıfı başlatılıyor. Servis (iş) katmanında uygulamanın mantıksal (logic) kodlarını yazarız. Repositories (data access layer/veri erişim katmanı) bu katmanda veri tabanı işlemleri yaparız. Uygulamanın modüler olabilmesi için bu disiplinlerin birbirinden ayrılması gerekir(SOLID prensipleri gereği-single responsibility principle).

@zcomert
Copy link
Owner

zcomert commented Oct 6, 2024

Behçet soru için teşekkürler. Murat olayı özetletmiş, teşekkür ediyorum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants