Mark Pelfmarkpelf.hashnode.dev·Oct 24, 2024.NET8/EF8 - Exception: Microsoft.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '$NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8. Abstract: In .NET8/EF8 when working with SQL Server, EF might create newer version SQL queries that old SQL servers/databases will not understand and will con...DiscussC#ef8
Khalilmaniani.hashnode.dev·May 19, 2024Mapping an Entity to EntityDto and vice versa using AutoMapperIn modern application development, it's common to separate data transfer objects (DTOs) from the actual entities that represent data in the database. This separation allows for a cleaner architecture, where DTOs handle data transfer between the clien...Discussaspcore
Khalilmaniani.hashnode.dev·May 19, 2024A Brief Guide to Entity Framework EF 8 ImplementationEntity Framework Core (EF Core) is a powerful Object-Relational Mapper (ORM) that allows .NET developers to interact with databases using .NET objects. It simplifies data access by enabling you to work with data as strongly typed objects without writ...Discussef8