본문 바로가기

반응형

전체 글

(522)
Angular Library - Angular HttpClient Angular HttpClient module is the Angular version of making http request and handle the responses HTML 삽입 미리보기할 수 없는 소스
Angular Library - Angular Forms Forms are one of the one of the most frequently used features in web applications. The angular form provides various functions such as validation. There are two major forms of the angular form, ‘reactive’ and ‘template-driven’. Differences Reactive form directly creates a form object that allows the necessary setups in the .ts file and uses this from the template file using binding. This provide..
Angular Library - Angular Router Angular as you know is a single page applcation so the URL does not change. This feature can make developing an application harder as we cannot use the URL of a specific page like we would in a conventional application. But worry no moer because Angular have got you covered. Today, we will see how we can use AngularRouting to solve this problem Creating a Module Fist we need to add Angular Routi..
Angular Library Library is a list of prewritten codes that you can use without having to write the code yourself (e.g. Jquery). Angular has first-party library that provides various functionalities at its disposal. Libraries Angular Router Angular Forms Angular HttpClient Angular Animations Angular PWA Angular Schematics References Angular angular.io HTML 삽입 미리보기할 수 없는 소스 HTML 삽입 미리보기할 수 없는 소스
Application Architecture - MVC Separation of concern makes our code reusable and easier to manage. In that sense, it is considered a good practice to separate business logic and data handling. MVC pattern is one such implementation that divides an application into three major parts (model, view, and controller). In this writing, we will use Entity Framework to implement the MVC pattern in the .NET application Project Configur..
서버 아키텍처 - 레포지토리 비즈니스 로직과 데이터를 처리하는 코드는 분산하는 것이 좋습니다. 엔티티프레임워크의 디비 콘텍스트 사용으로 두 코드의 분산은 가능하지만 프로젝트의 규모가 커지면 컨트롤러에서 디비 콘텍스트를 직접 사용하는 것보다 중간에 레포지토를 생성하여 사용하면 중복코드의 감소와 테스트가 쉬워지는 장점이 있는데요, 오늘은 레포지토리 패턴을 사용하여 애플리케이션을 구성하는 방법을 보겠습니다. 프로젝트 구성하기 프로젝트 생성 및 기본구조 구성 서버 아키텍처 - 프로젝트 분산하기 서버 구조 인터페이스는 서버에 대한 요청과 응답처리하며 데이터베이스에 전송할 쿼리를 작성하고 데이터를 받는 역할을 수행하는 인프라스트럭처 프로젝트에 의존합니다. 인프라스트럭처 jin-co.tistory.com MVC 패턴구현하기 서버 아키텍처 - 엠..
서버 아키텍처 - 엠브이씨 비즈니스 로직과 데이터를 처리하는 코드는 분산하는 것이 좋습니다. 엔티티프레임워크는 MVC 패턴을 제공하는데요. 사용법을 살펴보겠습니다. 프로젝트 구성하기 프로젝트 생성 및 기본구조 구성 서버 아키텍처 - 프로젝트 분산하기 서버 구조 인터페이스는 서버에 대한 요청과 응답처리하며 데이터베이스에 전송할 쿼리를 작성하고 데이터를 받는 역할을 수행하는 인프라스트럭처 프로젝트에 의존합니다. 인프라스트럭처 jin-co.tistory.com 패키지 설치 데이터베이스와 연결을 위한 설정을 해 줄 패키지가 필요한데요. 검색창에 누겟갤러리를 검색하여 엽니다. NuGet: Open NuGet Gallery ▶ 설치할 패키지 패키지를 설치할 때 주의할 점은 패키지 버전이 반드시 .NET의 버전과 같아야 한다는 점입니다. 예를..
Google Merchant Center - Feeds Google Merchant Center (GMC) is like an online warehouse where you can add your products and use them in your advertisement. There are many ways to add products and we will go through each option in this writing HTML 삽입 미리보기할 수 없는 소스

728x90