Backend (60) 썸네일형 리스트형 Generic Repository Specification Pattern - Adding Pagination One of the drawbacks about using the specification pattern is that we lose some of the functions provided by Entity Framework. Pagination is one of them and we will see how we can manually create the feature with the specification pattern. Creating a Generic Repository Pattern Relational DB - Getting Data including Data from Other Entities (Generic Repository Pattern) Let's see how we can get da.. Generic Repository Specification Pattern - Adding Filtering One of the drawbacks about using the specification pattern is that we lose some of the functions provided by Entity Framework. Filtering the result is one of them and we will see how we can manually create the feature with the specification pattern. Creating a Generic Repository Pattern Relational DB - Getting Data including Data from Other Entities (Generic Repository Pattern) Let's see how we .. Generic Repository Specification Pattern - Adding Sorting One of the drawbacks about using the specification pattern is that we lose some of the functions provided by Entity Framework. Sorting the result is one of them and we will see how we can manually create the feature with the specification pattern. Creating a Generic Repository Pattern Relational DB - Getting Data including Data from Other Entities (Generic Repository Pattern) Let's see how we ca.. Swagger When we create a Web API project a package called 'Swagger' is automatically added. Swagger is a tool that provides API documentation like PostMan. Whenever we run the API project it runs and shows us the endpoints and the results that each endpoint returns HTML 삽입 미리보기할 수 없는 소스 Using Static Files Static files are assets such as images that we need for our application. In .NET, to use such files, we need an additional set up and I will work you through necessary steps in this writing. Creating a Project with DB Relational DB - Getting Data including Data from Other Entities (Generic Repository Pattern) Let's see how we can get data from a primary entity that has reference to other entitie.. Data Transfer Object (DTO) The Data Transfer Object(DTO) is a container that transfers the API data between layers. Using this container, we can manipulate the data or change the structure of the data. Let's see how Creating a Project Relational DB - Getting Data including Data from Other Entities (Generic Repository Pattern) Let's see how we can get data from a primary entity that has reference to other entities with the.. Relational DB - Getting Data Asynchronous Let's see how we can get data asynchronously using Entity Framework. Setting Up a Project Creating an Application How to create .NET web-API Setting up development tools When working with .NET, we need tools to create a web application. We can download them in the link below.다. .NET | Free. Cross-platform. Open Source. (microsoft.com) .NET | Free. Cross-platform. Open Source. .NET is a develo ji.. Relational DB - Getting Data including Data from Other Entities (Generic Repository Pattern) The Generic repository pattern enables us to dynamically change the type so that we don't have to create duplicate methods. However, one downside is that we can use features provided by Entity Framework such as 'Include' to show the data of related entities in the response. But, as always, there is a way around this, and today we will use a pattern called 'Specification'. HTML 삽입 미리보기할 수 없는 소스 이전 1 2 3 4 5 6 7 8 다음