본문 바로가기

반응형

분류 전체보기

(511)
Adding Relation to DB Entity framework makes adding a relationship between tables easy. Let's see how it is done. Creating an Application First, let's create a .NET application. How to create a .NET web-API application (tistory.com) 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-pla..
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..
Server Architecture - Distributing Projects Server Structure An interface is a middleman between the browser and the server. It sends a request to a server and handles the response from it. The interface has a dependency on the infrastructure which also has a dependency on the application core project that defines things that are specific to the project such as business logic hence has no dependency on any other project. Implementation 1...
Working with SQLite in .NET (Code first) There are two ways of using the Entity Framework to connect a database to a project. One way is to create the database first which is called the database first approach and the other, of course, is to write code first which is called the code first approach. In this writing, we will see the second approach. HTML 삽입 미리보기할 수 없는 소스
VS Code [Extention] - Sqlite Unlike VS, VS Code does not have native features like accessing a database let alone manipulating the data in the database. However, VS Code comes with lots of extensions that make VS Code so powerful yet compact. Sqlite is one of which extensions that we can use to not only see but also manipulate Sqlite data in VS Code. Extension Installation Open VS Code and go to the extension menu then type..
웹 3 프로젝트 배포 세상에 공짜는 없죠. 웹 3 애플리케이션이 인터넷 컴퓨터환경에서 배포되고 운영되기 위해서는 사이클이라 것이 사용하는데요 사이클을 구매하기 위해서는 ICP토큰이라는 인터넷 통화가 필요합니다. 토큰을 얻는 방법은 다양하지만 배포를 위해 가장 저렴한 방법인 디피니티에서 제공하는 무료 사이클 쿠폰을 통해 프로젝트를 배포해 보겠습니다. 먼저, 아래 링크를 통해 디피니티 사이클 배급소로 갑니다. 열린 페이지에서 'Request Cycles'를 선택하고 디스코드 커뮤니티로 이동합니다. 서버의 룰 존중서약 후 '#cycles-faucet' 챗에서 쿠폰을 요청합니다. 요청 후 선발되면 운영진으로부터 챗을 통해 디스코드를 통해 설문 링크가 오며 쿠폰을 받기 위해서는 설문에 참가합니다. 설문을 완료하고 운영진에게 설문 완료..
GTM Container export/import Google Tag Manager has a feature to export and import items from one another. This feature is especially great when you have websites with a similar (or the same) structure as you can export items such as tags and triggers created in one container to another. Let's how it is used. Implementation First, we have to export items from a container. Export Log in to the account -> 'Admin' -> 'Export C..
컨테이너 내보내기 / 가져오기 태그관리자는 태그, 트리거, 변수 등을 하나의 컨테이너에서 다른 컨테이너로 가져와서 사용하는 기능을 제공합니다. 이는 사이트 구조가 같은 여러 사이트에 동일한 전환, 이벤트 등을 설정해야 하는 경우 유용하게 사용가능합니다. 구현하기 구현은 태그가 설정된 컨테이너에서 내보내기를 하고 이를 필요한 컨테이너에서 가져오는 방식으로 구현합니다. 내보내기 태그가 설치된 태그관리자 로그인 -> '관리자' -> 컨테이너 항목에서 'Export Container'를 선택합니다. 열린 화면에서 'Default workspace'를 선택하고 내보낼 항목을 선택한 다음 'Export'를 누릅니다 (특정태그가 특정 트리거를 사용하는 경우 모두 체크해야 내보내기가 가능합니다). 내보내기가 완료되면 아래처럼 .json 파일이 다운..

728x90