본문 바로가기

반응형

Up

(8)
Project Structure and Optimizing Development Environment We will see the structure of a webapi project and way to optimaze for the development environment. Creating a WebAPI Project 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 at the link below. .NET | Free. Cross-platform. Open Source. (microsoft.com) .NET | Free. Cross-platform. Open Source. .NET is a ..
Adding Configurations When Creating a Database Let's see how we can add additional validations using Entity Framework 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 jin-co.tistory.com Co..
GA4 - Account, Property set up GA4 is a new version of Google Analytics. It is a great tool to track website traffic and capture events to better optimize your website for you users. Today, we are going to see how to set up a GA4 account and property. Unlike UA, its predecessor, there are three layers in GA4 when it comes to an account: Account (business) -> Property (website) - Data Stream (website) Account The account repre..
Google Tags - Google Ads Conversion Tag Set Up Finding the Conversion Summary Page First, let’s move to the conversion page. To do so click ‘tools and settings’ menu on the top menu in your Google Ads account Choose the conversion action title (the blue link) Open 'tag configuration' We have two options to implement: Install the tag yourself Using GTM 1. Install the tag yourself Click ‘Install the tag yourself’ We need to check if there is a..
Google Tags - Google Ads Global Tag Set Up For any kind of data to be collected by Google products, we have to linke the site and Google products using either global tag or GTM. Here we will see how we can implement global tag to a site Implementation In your Google Ads account, go to 'tools and setting' -> 'conversions' Select the action title Open 'tag configuration' box -> select the first option Copy the tag below For the global tag ..
Google Tags - How to add GTM Tag to A Site For Google Tag Manager(GTM) to be able to get data from a site, we need to insert GTM tag to the site. Let's see how it is done. Implementation Open your GTM account and click the container Id that starts with 'GTM-' on the top right A modal will pop up. Copy the code in the first box Go to the site you want to link and insert the code inside the tag that is shared across all pages. How to valid..
Modal A modal in web programming refers to a popup or a dialog box that appears on top of the page to interact with users. Modal is a great way to get users’ attention. Let’s see how to implement is with HTML, CSS and JavaScript Implementation First, we need a modal in the HTML. In this example, I kept the code as simple as possible so that we can focus on the topic. In the HTML, create a div and add ..
.NET - Cleaning Up Program File: Service Extension Method In .NET, Program.cs is the entry point to the application. It contains the necessary configurations that the application needs. The thing is that as the size of a project grows, the number of services you need would grow too and it will start to get crowded which makes it hard to read and prone to errors. So let's see how we can solve this problem. Implementation As the purpose is to make our co..

728x90