A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Spend enough time in the self-hosting and smart home hobby, and even the most ardent smart home enthusiast eventually reaches a moment where the excitement of adding new gadgets gives way to the ...
So you want to get started with Highway.Data, but don’t know where to start? Lets start the same place we always start with something new. "Tests!!!" Now that we have a test, lets work on an ...
Take advantage of the unit of work design pattern to build flexible, extensible, and reusable data access layers in your ASP.NET Core applications. In most any business application, you will store and ...
Basic - simple 'Hello GraphQL!' example based on console version from GraphQL for .NET on GitHub, but using ASP.NET Core, Entity Framework Core and some best practices, patterns and principles.
Take advantage of the DbContext in Entity Framework Core to connect to a database and perform CRUD operations using CLR objects Microsoft’s Entity Framework is an open-source object-relational mapper, ...