Kayıtlar

12.08.2019 - 16.08.2019 arası işler

Kurban bayramınız kutlu olsun :)

05.08.2019 - 09.08.2019 arası işler

Hata - How to suppress InMemoryEventId.TransactionIgnoredWarning when unit testing with in-memory database with transactions? Link public MyDbContext GetContextWithInMemoryDb() { var options = new DbContextOptionsBuilder<MyDbContext>() .UseInMemoryDatabase(Guid.NewGuid().ToString()) // don't raise the error warning us that the in memory db doesn't support transactions .ConfigureWarnings(x => x.Ignore(InMemoryEventId.TransactionIgnoredWarning)) .Options; return new MyDbContext(options); } Asp.net core projenizi linux makina üzerinde yayınlamak ve servis olarak çalıştırmak için takip etmeniz gereken yöntemler Link  systemctl kullanma Link - Moq kütüphanesi ile test ederken bir fonksiyonun çağırılıp çağırılmadığını kontrol etmek için bu şekilde bir test yazılabilir. Link   Link  Moq kütüphanesi Link - Test yazarken google recaptha ile kodunuzu test etmek isterseniz bu sayfadan google'ın test a...

29.07.2019 - 02.08.2019 arası işler

Console Tool 0.5.2 Link Dotnet Core üzerinde loglama Link Dotnet Core üzerinde memory cache kullanımı Link  -  Link  - Link Console Application üzerinde memory-cache kullanımı Link Memory Cache github kütüphanesi kullanım şekilleri Link Postgres üzerinde kullanıcı tanımlama Link  -  Link  - Link C# Delegates ve Events kullanımı Link  -  Link Postgresql hakkında bir blog Link  - Link - Hata cannot convert from 'void' to 'System.Action' Link Json update ms-sql üzerinde Link

22.07.2019 - 26.07.2019 arası işler

Visual Studio enterprise product id Link Git komutları Link

15.07.2019 - 19.07.2019 arası işler

Hosting background task dotnet core Link

08.07.2019 - 12.07.2019 arası işler

- Unit Of Work uygulama örnekleri Link   Link   Link   Link - Mevcut projeye identity scaffold eklemek Link   Link Haftanın hatası:  Migrate from asp.net 4.6 to .net core to avoid exception Invalid column name 'NormalizedUserName' If you're using an existing database for Identity with 4.6 and when changing to use asp.net, some error might occur Invalid column name 'NormalizedUserName'. Invalid column name 'ConcurrencyStamp'. Invalid column name 'LockoutEnd'. Invalid column name 'NormalizedEmail'. Invalid column name 'NormalizedUserName'. => Need to make change some tables, add more columns The scripts in these links has some wrong : http://copeanddrag.blogspot.com/2016/10/blog-post.html https://stackoverflow.com/questions/38315812/use-a-identity-2-0-database-to-authenticate-a-asp-net-core-1-0-application https://stackoverflow.com/questions/38315812/use-a-identity-2-0-database-to-authenticate-a-asp-net-cor...

01.07.2019 - 05.07.2019 arası işler

- Swagger Api projelerinize nasıl implemente edilir Custom header uygulamasıda var  Link - Dotnetcore 2.2 api projelerinizde hataları döndürmek için Link - Linq ile belirli bir tarihten sonraki kayıtları getirmek Link - Bir hata mesajı  New transaction is not allowed because there are other threads running in the session LINQ To Entity çözümü Link -Asp dot net core projelerinde sayfalama için bir nuget kütüphanesi Link - Restsharp kütüphanesinde async kullanımı için örnek kodlar Link - C# yardımcı bir kütüphane Humanizer, kodlarınızı daha okunaklı hale getiriyor Link - Entity Framework üzerinde domain nesnesinin özelliklerini eşsiz yapmak istersek Link - String değerleri decimal'e çevirmek Link decimal weeklyWage ; decimal . TryParse ( items [ 2 ], NumberStyles . Any , new NumberFormatInfo () { NumberDecimalSeparator = "." }, out weeklyWage );