본문 바로가기

반응형

전체 글

(464)
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 삽입 미리보기할 수 없는 소스
스웨거 웹에이피아이 프로젝트를 생성하면 자동으로 스웨거라는 패키지가 추가됩니다. 스웨거는 에이피아이 다큐먼트를 제공하는 기능을 하는 패키지 (포스트 맨과 비슷한 기능)로 앱 실행과 함께 자동으로 실행됩니다. 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..
스태틱 파일 사용하기 스태틱 파일은 이미지 등 프로젝트에 사용되는 에셋파일을 의미합니다. .NET에서 스태틱 에셋들을 사용하기 위해 필요한 설정을 살펴볼까요? 프로젝트 구성 관계형 데이터 불러오기 (참조 데이터 포함) - 지네릭 레포지토리 패턴 엔티티프레임워크를 사용하여 관계형 테이블에서 참조하는 데이터를 포함하여 데이터를 불러오는 방법을 보겠습니다. 구현하기 애플리케이션 생성 .NET web-API 생성하기 개발도구 설치하기 .NET jin-co.tistory.com 이미지 경로 설정하기 데이터 트랜스퍼 옵젝트 (DTO) 디티오는 각 레이어 사이에 데이터를 운반하는 컨테이너로 반환되는 에이피아이 정보를 가공하는 기능을 합니다. 디티오를 사용하여 옵젝트 구조를 변경하거나 특정 데이터를 제외 또는 수정 jin-co.tistor..
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..
Hooks - State Management (useState, useReducer) The information shown on one page is not available on the other pages without a server or other storage. React provides various hooks to manage status across components that can represent different pages without needing a server or other client storage libraries. Let's see how we can use them! HTML 삽입 미리보기할 수 없는 소스
리액트 훅 - 상태관리 (유즈 스테이트, 유즈 리듀서) 브라우저에 표시되는 정보는 일회성이고 해당 페이지에만 적용됩니다. 따라서, 페이지간에 정보를 주고받고 다른 페이지에서 수정된 정보를 표시하려면 공통된 상태를 관리하기 위해서는 서버 등을 이용하여야 하는데요. 리액트는 서버등을 사용하지 않고 상태를 관리하게 해 주는 다양한 훅들을 제공하는 데 어떻게 사용하는지 볼까요? HTML 삽입 미리보기할 수 없는 소스
Visual Studio React Extensions Let's see some of the must-have React extensions for VS Code ES7+ React/Redux/React-Native snippets This extension allows us to create React code with minimum efforts using shortcuts HTML 삽입 미리보기할 수 없는 소스 HTML 삽입 미리보기할 수 없는 소스

728x90