본문 바로가기

반응형

data

(5)
Data Persistency Tools (JPA, Hybernate, Mybatis) Many tools help us do data operations, such as JPA and Mybatis in Spring Boot. In this posting, we will check out some of the Database Persistence tools. HTML 삽입 미리보기할 수 없는 소스
Working with Postgres - Code First In .NET, there are two ways of creating a database. One is to write codes based on the data created which is called, Data first, and the other is, of course, to create data based on codes written, Code first. Among the many options we can choose, we will see how we can link and use Postgres DB using the code-first approach in this writing. HTML 삽입 미리보기할 수 없는 소스
Hooks - useContext(Global State) The useContext is one of the hooks in React. It manages the status of the application like useState with a twist that it does this on a global scope. So unlike useState where a status should be passed from one component to another, any component can access the context regardless of its position hence making it an excellent fit for global status management. HTML 삽입 미리보기할 수 없는 소스
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..
Auto Migration and Data Seeding When you download a .NET application for the first time and try to run the project, you might face a problem running the project if you don't seed the data first. Entity Framework provides an easy way to create a database when setting up the project after downloading. Creating an Application First, let's create a .NET application. How to create a .NET web-API application (tistory.com) How to cre..

728x90