In this blog post, readers will learn about LINQ (Language Integrated Query) in C#, including its syntax, usage, and best practices. By the end, developers will be equipped to utilize LINQ to write cleaner and more efficient code when querying collections.
Entity Framework
All blogs tagged with Entity Framework
Showing 6 of 6 articles
In this tutorial on ASP.NET Core, you will delve into executing CRUD operations using Entity Framework Core right from the start. This guide aims to facilitate your understanding of Entity Framework Core, enabling you to seamlessly integrate it into your web applications.
LINQ (Language Integrated Query) is a powerful tool in .NET that provides a unified way to query data from various data sources. When working with databases, LINQ can be used in conjunction with Entity Framework, a popular Object-Relational Mapping (ORM) framework, to simplify the process of mapping data to objects and querying the database.
Hello guys, now a days we often have to use web api's in our Asp.Net core projects. In this article we will see how to create web api in asp.net core. We will create HttpGet,HttpPut,HttpPost and HttpDelete api's and see how to test them.
This post introduced you to ASP.net and why it is a good choice for the web development process.
In this tutorial we will tell you how to create crud operations in Entity Framework