NetCoreBackend icon indicating copy to clipboard operation
NetCoreBackend copied to clipboard

Results 9 NetCoreBackend issues
Sort by recently updated
recently updated
newest added

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.5.0 to 5.7.0. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 5.7.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 5.6.0 Features JWTs can now be created from both...

dependencies

Hata verirse zaten catch bloğuna düşeceğinden ek bir değişken tutmaya gerek yok

Result yapısında data olmasa bile aynı sonucu almamız gerekiyordu. Ayrıca BusinessRules.Run fonksiyonu doğru yanlış demeden tüm argümanları çalıştırıyor. Bu gereksiz db çağrıları demek. IResult result = BusinessRules.Run(CheckIfProductNameExists(product.ProductName),CheckIfCategoryIsEnabled()); Örneğin burada CheckIfProductNameExists...

- Projenin eski halinde hem Servislerde hem Controller'larda temel CRUD işlemleri (add, get, update, delete) tekrarlanmaktaydı. Bu yapı servisler için **IServiceBase**, Controller'lar için **GenericBaseController'da** toplandı. Kod tekrarının önüne geçilmiş oldu....

TR : Linq ile Doğrulama sağlandı, En : Verify by linq

Sınıf içinde overloaded metotlar olduğu zaman "ambiguous match found" hatası veriyordu. Metot isminin yanına parametre tiplerine görede arama eklenerek bu hatanın önüne geçildi.

In this case, validator can validate inherited class objects. Otherwise can not validate inherited class objects. Your student Abdulkadir :)

Found this repo on Github trending, but no clue what's the purpose.

In a situation where method is not public, I added some condition statement against an error of null attributes variable.