kaiuk September 10, 2019 at 02:27 PM Enumerable: How to yield a business value High performance, .NET, C#, ООP, Microservices ... in some MVC framework or our own ... Read more →
brager17 June 5, 2019 at 06:23 AM Let's help QueryProvider deal with interpolated strings Website development, Programming, .NET, Designing and refactoring, C# Translation Specifics of QueryProvider QueryProvider can’t deal with this: var result = _context.Humans .Select(x => $"Name: {x.Name} Age: {x.Age}") .Where(x => ... Read more →
dmitry_pavlov August 26, 2020 at 12:19 AM Tree Structure in EF Core: How to configure a self-referencing table and use it .NET, C# Tutorial ... in EF Core. This story ... .Entity<Folder>(entity => { entity.HasKey ... (x => x.Id); entity ... Each Folder entity can be retrieved ... Read more →