ozerkon

Results 5 comments of ozerkon

Büyük ölçüde anladım ama; bir kaç başka kaynağa da baktım sizinkine benzer bir örnek göremedim. Müsait bir zamanda görselleri ve bahsettiğiniz kaynakları ekleyebilirseniz memnun olurum.

Tamamdır üstat, şimdi oturdu işte :) Bir de factory desenini anlatırken ``` class NotifyFactory { public INotify CreateNotify(string notifyType) { if (notifyType == "SMS") { // Buradaki nesne oluşturma süreçleri...

```cs NotifyFactory notifyFactory = new NotifyFactory(); INotify notify = notifyFactory.CreateNotify("mail"); // Burada MailNotify sınıfı nesnesi verecektir. // Buraya kadar her şey yolunda. // Fakat NotifyFactory.CreateNotify(obj) sınıfına bakıldığında // İçerisindeki dönülecek...

I encountered this problem about 5 months ago and because I could not find a solution, I used **MS Access** database in the application I developed. Now I wanted to...

> Attached is a quick sample I just created using sqlite-net and .NET Framework. To create this, I did the following steps: > > 1. Whine and complain that anybody...