Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prasad Rane(8)
Anoop Kumar Sharma(7)
Gowtham K(5)
Siddharth Vaghasia(5)
Edinbiro James(5)
Mayooran Navamany(3)
Mahesh Chand(3)
Parth Patel(3)
Shweta Lodha(2)
Vikas Singh(2)
Manikandan Murugesan(2)
Uday Dodiya(2)
Elavarasan R(2)
Siddharth Gajbhiye(2)
Chittaranjan Swain(2)
Deepak Tewatia(1)
Sangeetha S(1)
Kanchana Jayathilake(1)
Vijay Kumari(1)
George (1)
Jalpa Dhola(1)
Ananthakrishna V(1)
Nikunj Satasiya(1)
Sardar Mudassar Ali Khan (1)
Ayush Gupta(1)
Harshad M(1)
Adriancs (1)
Vinoth Xavier(1)
Mukesh Nailwal(1)
Adam Stirtan(1)
Ajay Kumar(1)
Abhishek Singhal(1)
Sachin Mishra(1)
Lokesh Varman(1)
Gajendra Jangid(1)
Semyn Polen(1)
Arun Potti(1)
Ankush Agnihotri(1)
Munesh Sharma(1)
Periyasamy Vellingirisamy(1)
Ojash Shrestha(1)
Varun Mittal(1)
Ankit Kanojia(1)
Sabuj Sen(1)
Omar Aamir(1)
Maragatha Mani(1)
Mae Mccreary(1)
Ravi Rupareliya(1)
Nitin (1)
Jayakumar Balasubramaniam(1)
Dhanush M(1)
Gokulakrishna (1)
Sarathlal Saseendran(1)
Gaurav (1)
Sanwar Ranwa(1)
Meena Raja S (1)
Ankit Sharma(1)
Anthony Schroth(1)
Arkadeep De(1)
John Iwasz(1)
Adalat Khan(1)
Madhukar Krishna(1)
Resources
No resource found
How to Install Google Gemini CLI on Windows
Jul 09, 2025.
Learn how to quickly and easily install Google Gemini CLI on your Windows computer to harness Google's powerful AI directly from your command line.
Django Web framework Google Chart Example
Apr 14, 2025.
Django, a Python web framework using the MVT pattern, simplifies web development with built-in admin, structured views, and templates—demonstrated using a Google Charts example for dynamic data visualization.
Fix Google to Office 365 Migration Error Service Account Key
Feb 28, 2025.
This document explains how to resolve the "Service Account Key Creation Disabled" error during Google Workspace to Office 365 migration. Learn how to modify Google Cloud policies, create a service account key, and complete the migration successfully. Perfect for IT admins facing this common issue!
How to Use Google Gemini with Semantic Kernel
Jan 16, 2025.
This article explains the integration between Google Gemini and Semantic Kernel. Combine Google Gemini's multimodal AI with Microsoft's Semantic Kernel for seamless integration in your .NET applications. This article covers setup, integration, and unleashing the power of generative AI for innovation.
Google Chrome AI Upgrades Enhance Your Browsing Experience
Jan 13, 2025.
Discover 11 AI-powered Google Chrome features, including Google Lens, tab organizers, and enhanced security, designed to streamline searching, browsing, and productivity while personalizing and protecting your online experience.
AI (2) --- Google Search AI vs. Microsoft Copilot
Dec 21, 2024.
This article will compare a Google Search result with Copilot results.
Save Google Form Data to SharePoint List
Aug 12, 2024.
Learn how to seamlessly save Google Form data to a SharePoint List for efficient data management. This guide covers step-by-step instructions for automating data transfer, integrating Google Forms with SharePoint, and setting up workflows to ensure that form submissions are captured in real-time.
Comparing ChatGPT, Google Gemini & GitHub Copilot: Strengths & Limits
Aug 09, 2024.
ChatGPT, Google Gemini, and GitHub Copilot are leading AI tools with distinct capabilities. ChatGPT excels in natural language processing, Google Gemini offers advanced multimodal understanding, and GitHub Copilot specializes in real-time code generation.
Power of Cloud Computing with Google Cloud Platform (GCP)
Jul 29, 2024.
Unlock the potential of cloud computing with Google Cloud Platform (GCP). Explore GCP's robust cloud services, including scalable infrastructure, secure storage, and powerful tools designed for innovation and efficiency.
Setting Up Google Authentication in ASP.NET Core MVC
Jul 08, 2024.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessary NuGet packages, update Startup. cs, and handle user authentication and profile management seamlessly.
Exploring Google Cloud Platform
Jul 04, 2024.
Explore the robust capabilities of Google Cloud Platform (GCP), a leading provider of cloud services offering scalable solutions in computing, storage, data analytics, and machine learning.
Implementing Google OAuth in MERN
Jun 27, 2024.
Learn how to integrate Google OAuth authentication into your MERN stack application with this comprehensive guide. Discover step-by-step instructions on setting up OAuth with Node.js and Express.js on the backend, integrating with React on the frontend, and managing user sessions with MongoDB.
Database Options in Google Cloud Platform (GCP)
Jun 11, 2024.
GCP offers diverse database services tailored for various needs, from relational databases like Cloud SQL and AlloyDB for structured data to NoSQL options like Firestore and Cloud Bigtable for large, unstructured data. Understanding each service's strengths helps in choosing the right database for your application.
Implementing Google OAuth in React.js
May 25, 2024.
Implementing Google OAuth in React.js enables secure user authentication by integrating Google's OAuth 2.0 authorization mechanism. This guide covers the steps to set up OAuth in a React application, including configuring Google API, creating React components for login, handling tokens, and managing user sessions.
View Uploaded Files in Google Drive from ASP.NET Core App
May 21, 2024.
In this article, learn how to enhance your ASP.NET Core app by enabling users to view uploaded files directly in Google Drive. Follow our easy-to-understand guide to set up the Google Drive API, upload files from local storage or S3 buckets, and generate view links for PDFs, DOCs, XLS, and PPTs.
Building an Interactive Location Selector with Google Maps in ASP.NET MVC
May 16, 2024.
In this article, Learn how to integrate Google Maps into your ASP.NET MVC application to create an interactive location selector. Follow step-by-step instructions to enable users to click on a map, select a location, and store it for future reference.
Run .NET 6 containerized applications on Google Cloud Run
Feb 23, 2024.
Effortlessly deploy .NET 6 containerized apps on Google Cloud Run. Benefit from serverless architecture, scalability, and seamless integration with Docker, enabling efficient management and deployment of your applications in the cloud.
Using Google OAuth 2.0 as User Sign-In for ASP.NET in C#
Jan 22, 2024.
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication. Unlock the potential of Google OAuth Sign-In for your website. This comprehensive guide covers API registration, obtaining authorization codes, access tokens, and user email retrieval using C#.
Integrating Google Single Sign-On with Angular
Jan 17, 2024.
Angular with Google SSO refers to the integration of Google Single Sign-On (SSO) authentication within an Angular web application. Single Sign-On is a method that allows users to log in to multiple applications or services with a single set of credentials, eliminating the need to remember separate usernames and passwords for each application.
Understanding Google OAuth (Open Authorization)
Jan 05, 2024.
Google OAuth, an Open Authorization protocol ensuring secure third-party access to user data without exposing credentials. Follow a step-by-step guide to configure OAuth 2.0 credentials via the Google API Console. Explore the advantages of Google OAuth for standardized and secure authentication.
How to Backup Google Classroom Data - Verified Steps
Nov 23, 2023.
Trying to backup Google Classroom data? Read this blog and get an sure-shot solution to backup Google Classroom data instantly.
K-Means Clustering in C# with Flower Data Using Google Colab
Nov 03, 2023.
Clustering is a form of unsupervised machine learning in which observations are grouped into clusters based on similarities in their data values, or features. This kind of machine learning is considered unsupervised because it doesn't make use of previously known label values to train a model. In a clustering model, the label is the cluster to which the observation is assigned, based only on its features.
Setting Up Server-Side Google Tag Manager (GTM) with Docker
Sep 21, 2023.
Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
What is Google Gemini, AI Project by Google?
Aug 23, 2023.
Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
Calculating Driving Distance with Google Maps Distance Matrix API in Android
Aug 22, 2023.
In this article, we will learn how to calculate the driving distance between two places in Android.
What Can Google Bard Do?
Aug 20, 2023.
Google Bard is Google's AI assistant. Learn what Google Bard can do and how to use Google Bard.
Location Marker on a React website using Google Maps API
Aug 04, 2023.
In this article, I will demostrate how to use the custom marks on the maps on the react Website using Google Maps API.
How To Fix "This page can't load Google Maps correctly."
Jul 20, 2023.
Google Maps has become an essential tool for displaying interactive maps on websites and applications. However, encountering the error message "This page can't load Google Maps correctly" can be frustrating for both users and developers. This error typically arises due to misconfigurations, API issues, or billing-related problems. In this article, we will explore the common causes of this error and provide step-by-step solutions to fix it.
Automate Birthday Reminders with Google Forms and Calendar
Jul 19, 2023.
To integrate Google Forms and Google Calendar for collecting birthdates and setting reminders, you can follow these steps:
Deploy .NET 6 Workloads To Google Kubernetes Engine And Explore Kubernetes Features And Deployment
Mar 15, 2023.
In this article, we will try to set up our first GKE cluster. We would also deploy .NET 6 service to GKE. In the end, we would explore Kubernetes features and deployments.
How To Create Docker Image Of .NET 6 Workloads And Push It To Google Container Registry
Mar 06, 2023.
In this article, we would try to understand Google container registry. We would also set up new .NET 6 application and build custom image using Docker. In the last step we would push this image to GCR.
Deploying .NET 6 Workload To Google App Engine Flexible Environment
Mar 06, 2023.
In this article, we would understand more about Google App Engine features compute service offered by Google cloud. We would also deploy fully functional .NET 6 workload to GAE.
Two Factor Google Authenticator Using ASP.NET Core And Angular
Feb 27, 2023.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
How To Create And Work With Manage Instance Group In Google Cloud Platform
Feb 15, 2023.
In this article, we would try to understand more about Manage Instance Group. We would also see features of Manage Instance Group like Auto Scaling, Auto Healing, and canary deployment.
Improving VM Launch Time Using Custom Images In Google Compute Engine
Feb 13, 2023.
In this article, we will deep dive into custom Images and understand how we can improve VM launch time using custom images. We would also understand how to create VM instance template using custom image.
Uploading The App To Google Play
Feb 13, 2023.
In this article, we'll tell you how to download the app to the Google Play site. We'll tell you about the possible reasons for banning your app and how to avoid it.
Understanding Internal/External IP Address in Google Cloud VM Instances And Working With Static IP Address
Jan 30, 2023.
In this article, we will understand difference between Internal and External IP address of VM instance. We would also learn how to create a static IP Address and assign it to VM Instance.
Understanding Google Compute Engine And Set Up First VM In Google Cloud Platform
Jan 18, 2023.
Google compute engines enables us to deploy our applications in virtual servers in cloud environment. GCE is the service to provision and manage virtual machines. In this article we will go step by step to create our first VM using GCE.
How To Login Multiple CRM Accounts In Microsoft Edge And Google Chrome Browser
Jan 09, 2023.
Step by step details to create browser profiles in Microsoft Edge and in Google Chrome.
Two-Factor Authentication Using Google Authenticator in Asp.Net MVC
Dec 16, 2022.
In this article, we learn about how to integrate Google Authenticator in ASP.Net MVC.
Integrate Google Analytics In React Website
Dec 01, 2022.
Google Analytics4 is one of the widely used Analytics services that help us to track, monitor, measure traffic, and analyze user actions from both websites and apps.
Change Default Search Engine To Google In Edge
Nov 21, 2022.
In this article, you will learn how to change Default Search Engine to Google in Edge.
How To Integrate React Google Sign In To Your Applications
Nov 09, 2022.
In this article, I will explain how we can add Google sign-in authentication to your react applications.
Create QR Code Using Google Charts API In VB.Net
Aug 17, 2022.
In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
How To Integrate Google Maps In Angular 14 App
Jul 25, 2022.
In this article, you will learn how to Integrate Google Maps in Angular 14 Apps.
Implementing Google reCAPTCHA v3 In Angular 14
Jul 08, 2022.
In this article, we will learn how to add Google reCAPTCHA v3 while register to an application using angular14.
Extracting News From Google Using Python
May 13, 2022.
This article explains how to extract top headlines from google.
Working With MySQL Database In Google Cloud Platform
Apr 14, 2022.
In this article, we will learn how to create MySQL Database and use gcloud CLI to create databases, tables, and run queries on database objects.
Building And Launching An ASP.NET Core App From Google Cloud Shell
Mar 03, 2022.
In this article, I will build and Launch an ASP.NET Core App from Google Cloud Shell.
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
Sep 24, 2021.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
AWS VS Azure VS Google Cloud - Comparative Analysis Of Cloud Platforms For Machine Learning
Aug 24, 2021.
This article discusses on the comparative analysis between these commonly used cloud platforms and each of its various features supported for Machine Learning. There are different features which are common in all of these platforms while some are specially provided by specific platforms alone. The ones are will be discussing here are Amazon’s AWS SageMaker, Google’s ML Engine, Microsoft’s Azure AI, Cloud Foundry and PaperSpace.
How To Build An Angular 12 Application With Google Places Autocomplete
Jul 08, 2021.
In this article, we will learn how to quickly build an Angular 12 application with Google Places Auto-Complete. Your can get the User Location, Latitude and Longitude information using the same.
Configured Google reCAPTCHA Account For Site And Private Key
Jul 02, 2021.
In this article, we will learn configuration of Google reCAPTCHA account in google which helps us to implement Google reCAPTCHA to a web application. To configuration, we need to add a website domain or localhost(for local testing) to google's developer account.
Publishing Sample Application At Google Cloud Platform
Jun 08, 2021.
This document describes the installation of the Google App Engine Software Development Kit (SDK) on a Microsoft Windows 10 pc and deploying a simple application.
Custom R Images On Google Compute Engine
Mar 16, 2021.
In this article you will learn about Custom R Images On Google Compute Engine.
How To Create Google Charts In Angular
Mar 11, 2021.
In this article, you will learn how to create Google Charts in Angular.
Implement Google Maps In Angular 8 Application With Multiple Polygons
Jan 07, 2021.
In this article, we will integrate Google maps using leaflet in Angular 8.
Google Pixel 5 vs. Google Pixel 4A With 5G
Nov 23, 2020.
Exploring the similarities and differences of both the Pixel 5 and the Pixel 4a with 5G to help you decide which one is worth the investment.
Deployment Manager And Monitoring In Google Cloud Platform
Sep 30, 2020.
In this article, we will learn How to use the Deployment Manager to deploy VM Instance as well as monitor them in the Google Cloud Platform.
Google Books Search Using Google Books Search API In ReactJS
Aug 31, 2020.
Google books API provides a way to search any books and gives a direct link to view it and buy it from google.
Working Up With Google Kubernetes Engine In Google Cloud Platform
Aug 21, 2020.
In this article, we will learn how to get started with GKE i.e. Google Kubernetes Engine in Google Cloud Platform.
Getting Started With Cloud SQL In Google Cloud Platform
Aug 13, 2020.
In this article, we will learn how to get started with Cloud SQL in the Google Cloud Platform.
How To Create Google Assistant Application Using Dialogflow
Aug 13, 2020.
In this article, you will learn how to create google assistant application using dialogflow.
Create A Storage Bucket In Google Cloud Platform
Aug 10, 2020.
In this article, we will learn How to create a storage bucket in the Google Cloud Platform and access the files stored in the Storage Bucket in Web Application hosted in VM instance of the Google Cloud Platform.
Create Virtual Machine Instance In Compute Engine In The Google Cloud Platform
Aug 05, 2020.
In this article, we will learn how to create VM Instances with Google Cloud Platform’s Computer Engine.
Setting Up LAMP Certified By Bitnami In Google Cloud Platform
Aug 03, 2020.
In this article, we will set up a LAMP Stack for web applications in the Google Cloud Platform.
Building A Simple Google ARCore Demo With Simulator Augmented Reality
Jun 18, 2020.
In this article, you will learn how to build a simple Google ARCore Demo with Simulator Augmented Reality.
How To Secure Your Azure App Service With Google Authentication
Apr 24, 2020.
In this article let’s discuss how do we enable Google Authentication in Azure App Services and prompt the user to enter Google login credentials before accessing the app contents
Creating an Auto Sync Flow Between OneDrive And Google Drive Using Microsoft Flow
Apr 13, 2020.
In this article we will discuss about creating a automated flow between OneDrive and Google Drive for file syncing.
Grade Sync API in Google Classroom Integration with ASP.NET Core 3.0 Web Application
Mar 15, 2020.
In this article, you will learn how to perform grade sync API in Google Classroom Integration with ASP.NET Core 3.0 Web Application
Using Get Classwork API In Google Classroom Integration With ASP.NET Core 3.0 Web Application
Mar 04, 2020.
From this article you will learn how to manage google classroom classwork API in ASP.NET Core application
How to Create a PostgreSQL Server on Google Cloud Platform SQL Database Service
Feb 13, 2020.
In this article, you will learn how to create a PostgreSQL Server on the Google Cloud Platform SQL Database service.
Does Google Give the Best Solution to an Enterprise Problem?
Jan 25, 2020.
Searching for the best practices and the best approaches for an enterprise application development.
Using Send Invite API In Google Classroom Integration With ASP.NET Core 3.0 Web Application
Jan 06, 2020.
From this article you will learn how to send invite to student to join classroom using send invite API using ASP.NET Core Web application
Get And Create Google Calendar Events In .NET
Nov 27, 2019.
Manage Google Calendar events seamlessly in .NET using Google.Apis.Calendar.v3. Retrieve, create, update, and delete events with ease, integrating Google Calendar functionality into your .NET applications effortlessly.
Adding Scope in Google Classroom Integration With ASP.NET Core 3.0 Web Application
Nov 18, 2019.
From this article you will learn how to add scope in Google classroom integration with ASP.NET Core
Integrate Google Classroom In ASP.NET Core 3.0 Web Application
Oct 30, 2019.
From this article you will learn how to integrate Google classroom in ASP.NET Core web applications
Reverse Geo Coding Using Google Maps API In Power Query
Oct 23, 2019.
In this article, you will learn how to reverse Geo coding using Google Maps API in Power query.
Container Creation And Application Deployment With Google Kubernetes Engine
Oct 22, 2019.
In this article, you will learn how to create containers and application deployment with Google kubernetes engine.
How To Create A Small App Engine Application Deployment On Google Cloud Platform
Oct 21, 2019.
In this article, you will learn how to create a small app engine application deployment on the Google cloud platform.
How To Launch A Windows Server Instance On Google Cloud Platform
Oct 18, 2019.
In this article, I’m going to describe how to Create a windows server and run a virtual machines through a Compute Engine on Google Cloud Infrastructure.
Creating Python Application Development Environment In Google Cloud Platform
Oct 17, 2019.
In this article, you will learn how to create python application development environment in google cloud platform.
How To Identify The Security Issues And Use Security Scanner In Google Cloud Platform
Oct 16, 2019.
In this article, I’m going to describe how to deploy a sample Hello world application to run Security scanner.
Login With Facebook And Google Using Angular 8
Sep 28, 2019.
In this article, you will learn about Login with Facebook and Google using Angular 8.
Introduction To Google Firebase
Sep 26, 2019.
Google Firebase is a backend tool for web and mobile to develop high-performance and scalable apps at low cost, time, and efforts.
Create Google Group And Add User To Group Programatically From .NET Using Google Directory API
Sep 02, 2019.
In this article, we will learn how to create a Google Group and add users to that Google group programmatically using .NET.
Chat App In Flutter Using Google Firebase
Aug 27, 2019.
In this article, you will learn how to implement a Chat App feature in Flutter App using Google Firebase.
Google OAuth2 Authentication For Accessing Google Services
Jul 18, 2019.
This article demonstrates how to log into Google OAuth for accessing Google Services.
Creating Stacked Column Chart With ASP.NET Core MVC Using Google Charts API
Jul 16, 2019.
In this article, you will learn how to create a stacked column chart with ASP.NET Core MVC using Google Charts API.
Creating Charts With ASP.NET Core MVC Using Google Charts API - Part Two
Jul 16, 2019.
In this article, you will learn how to create charts with ASP.NET Core MVC using Google Charts API.
Google Firebase Email/Password And Google Login In Flutter
Jul 03, 2019.
In this article, you will learn about Google Firebase Email and Google Plus Login using Flutter.
Authentication And Authorization With Google In Server-Side Blazor
Jun 18, 2019.
In this article, we will learn how to implement authentication and authorization using Google in a server-side Blazor application. We will be using .NET Core 3 preview -6 and the preview of Visual Studio 2019.
Developing Google ReCaptcha 3 HTML Helper In ASP.NET MVC
Jun 18, 2019.
In this article, you will learn how to develop Google ReCaptcha 3 HTML helper for ASP.NET MVC.
How To Search Files On Google Drive Progamatically From .NET Using Drive API
Jun 13, 2019.
In this article, we will see how can we programmatically search files from Google Drive using .NET Google Drive API.
How To Upload A File To Google Drive Using Google API From .NET
Jun 11, 2019.
In this article, you will learn how to upload a file to Google Drive using Google API from .NET.
Create And Update Google SpreadSheet Via Google API.NET Library
Jun 11, 2019.
In this article, you will learn how to create and update a Google SpreadSheet via Google API.NET library.
Get Currency Format Using Google In ASP.NET
May 20, 2019.
In this article, you will learn how to get the currency format using Google in ASP.NET.
Deploy A Google Action On Azure
Apr 10, 2019.
This article steps should be creating an Azure Function based on the node.js code in the Alexa tutorial.
Display Google Maps In MVC Core
Apr 03, 2019.
Integrating Google Maps API in applications requires obtaining an API key from the Google Maps Platform. Developers embed the API in HTML with or without a key for commercial or development use, displaying maps with custom markers, zoom levels, and map types for enhanced user interaction and location visualization.
Type In Hindi Or Any Other Language Using Google Translate
Mar 26, 2019.
With Google Translate, you can easily type in Hindi or any other language without needing a specialized keyboard. Just enter text in your preferred language, and Google will translate or convert it in real-time.