본문 바로가기

반응형

전체 글

(484)
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..
관계형 데이터 불러오기 - 비동기 방식 엔티티프레임워크에서 데이터 요청 시 비동기 방식을 사용하는 방법을 보겠습니다. 프로젝트 구성하기 애플리케이션 생성 .NET web-API 생성하기 개발도구 설치하기 .NET을 이용하여 웹애플리케이션을 만들기 위해서는 .NET에서 제공하는 개발도구가 필요합니다. 개발도구 다운로드는 아래 링크에서 가능합니다. .NET | Free. Cross-platform. Open Sour jin-co.tistory.com 데이터베이스 관계추가하기 데이터베이스 관계 추가하기 엔티티프레임워크를 사용하여 테이블간에 관계를 추가 해 보겠습니다. 애플리케이션 생성 먼저 .NET 애플리케이션을 생성합니다. 생성하기 .NET web-API 생성하기 개발도구 설치하기 .NET을 이용하 jin-co.tistory.com 해당 보기에서..
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 삽입 미리보기할 수 없는 소스
관계형 데이터 불러오기 (참조 데이터 포함) - 지네릭 레포지토리 패턴 지네릭 레포지토리 패턴은 동적으로 타입을 지정할 수 있게 해 주는 패턴으로 동일한 기능을 하는 메서드를 중복 생성할 필요를 줄여 주는 장점이 있습니다. 하지만 지네릭 레포지토리 패턴을 사용할 경우 엔티티프레임 워크에서 제공하는 기능을 바로 사용할 수 없기 때문에 연관된 테이블의 데이터를 가져오기 위해 추가 작업이 필요한데, 다양한 패턴 중 스페시피케이션이라는 패턴을 사용하여 연관된 데이터를 가져오는 방법을 살펴 보겠습니다. HTML 삽입 미리보기할 수 없는 소스
Robots.txt Most web browsers use crawling to index web pages to easily find the pages and show them in the search result. robots.txt is a text file that defines the list of sites that can access or cannot access the page to prevent possible overload or malicious attacks (However, there are other ways to access the page even if the page is listed in tobots.txt such as when the page is linked to another page..
GTM (Triggering) - Click Getting an Element from the Site On the target element on the page, right click and select 'inspect' Right click the element that is being highlighted In the development tool Select 'Copy' -> 'Copy selector' Tag Manager Set Up Adding a New Trigger In the container, go to 'trigger' -> 'new' Click the configuration box -> 'all elements' Select 'some clicks' -> 'Choose built-in variable' Select 'Cl..
Relational DB - Getting Data including Data from Other Entities (Repository Pattern) Let's see how we can get data from a primary entity that has reference to other entities Implementation 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 ..
React - Creating a Template When you create a react app there are many unnecessary files that come with it. I find it easier just to delete them all and add what is necessary. I will show you how Completed Template In case you just want the completed file right away. Here you go App.js function App() { return ( Test ) } export default App index.js import React, { StrictMode } from "react"; import ReactDOM from 'react-dom/c..

728x90