Send Mail Using OAuth 2.0 In .Net Core 6.0 Part 1
This article is divided into two parts in the first part we will see how to get credentials and in the second part, we will use that credentials to send mail.
This article is divided into two parts in the first part we will see how to get credentials and in the second part, we will use that credentials to send mail.
In this article, we will learn how to login with google in Angular using ASP.NET Core.
In this article, we will learn how to login with google in ASP.NET Core Identity
Hello Friends, In this article, we will learn how to Add Google Places Autocomplete Address Form in the Angular Application.
When the user will enter some address text in the input box then it will get the location recommendations and can autocomplete the location.
In this article, we will learn how to add multiple markers in Google Map in the Angular Application.
This article will explain how we can set Google places in textbox using Google Places API and how to get details like address, city, state, country, and Pincode from this address in the .Net MVC Application. For this, first of all, create the .Net MVC Application and put the below code in your Application. Before…
In this article, we will learn how web applications use Google API or Google OAuth 2.0 endpoints to implement OAuth in order to use Google APIs.
In this article, we will learn how to integrate Google Maps into our Angular Application. Here we are integrating Google Maps using typescript. We are going to load the Google Maps javascript in the app.component.ts file. If you want to load it globally then you can load it in app.module.ts file. but here we are going…
Integrate Google Map Places AutoComplete in Angular