TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About GC
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (22)
Anoop Kumar Sharma (7)
Abiola David (2)
Nikunj Satasiya (2)
Madhu Patel (2)
Mahesh Chand (2)
Jochen Bartlau (2)
Priyanshu Agnihotri (2)
Shweta Lodha (2)
Prasad Rane (2)
Debasis Saha (2)
Anbu Mani (2)
Jin Necesario (1)
Satya Karki (1)
Ayush Gupta (1)
Harshad M (1)
Vikas Garg (1)
Prakash Tripathi (1)
Akkiraju Ivaturi (1)
Jitendra Mesavaniya (1)
Munesh Sharma (1)
Varun Setia (1)
Vinoth Xavier (1)
Munib Butt (1)
Gustav Stiegr (1)
Ajay Kumar (1)
Anand Lakshminarasimh (1)
Sachin Mishra (1)
Senthilkumar (1)
Matthew Cochran (1)
Sangeetha Sundaramoorthy (1)
Sarthak Varshney (1)
Alessandro Del Sole (1)
Aravind Govindaraj (1)
Amit Bhatt (1)
Jignesh Trivedi (1)
Abhishek Singhal (1)
Sameer Shukla (1)
Chandra Hundigam (1)
Ojash Shrestha (1)
Ashish Bhatnagar (1)
Maragatha Mani (1)
Pradeep Tiwari (1)
Manish Dwivedi (1)
Bohdan Stupak (1)
Praveen Kumar (1)
Pankaj Patel (1)
Sandhya Shinde (1)
Amir Ali (1)
Khawar Islam (1)
Debendra Dash (1)
Amit Tyagi (1)
Ashwani Tyagi (1)
Gaurav Gupta (1)
Valon Ademi (1)
Edinbiro James (1)
Jinal Shah (1)
Khaja Moizuddin (1)
Nanddeep Nachan (1)
Kasam Shaikh (1)
Mahesh Verma (1)
David Anderson (1)
Shankar M (1)
Related resources for GC
No resource found
Angular Directives 101
10/21/2024 4:44:38 AM.
Directives are a core feature in Angular that extends and customizes HTML elements. They simplify modifying styles, managing user inputs, and manipulating the DOM, providing flexible support in user i
Read Multiple PARQUET Files from GCS to Azure SQL Database using Azure Data Factory
10/7/2024 4:56:25 AM.
In this Data Engineering episode, I covered how to read multiple sales parquet files resident in Google Cloud Storage to Azure SQL Database leveraging Azure Data Factory.
Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight
9/2/2024 8:00:14 AM.
Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install es
Power of Cloud Computing with Google Cloud Platform (GCP)
7/29/2024 5:56:40 AM.
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 in
Comparing Cloud Giants Azure, AWS, and GCP
7/24/2024 6:59:34 AM.
The cloud computing arena is dominated by three major players: Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). Each platform offers powerful capabilities for businesses lo
Exploring Google Cloud Platform
7/4/2024 8:15:21 AM.
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.
Database Options in Google Cloud Platform (GCP)
6/11/2024 9:07:16 AM.
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,
Azure Data Factory to Copy Data From GCS to ADLS Gen 2
5/12/2024 4:51:33 AM.
In this video, we continue in our data engineering videos on how to use Azure Data Factory to ETL data from Google Cloud Storage account to Azure Data Lake Storage Gen2.
.Net Architecture And .Net Framework Basics
5/5/2024 8:25:53 AM.
.NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
Preparing .NET Interview - Part 1 (Framework)
4/29/2024 11:56:13 AM.
Preparing for a .NET interview (Part 1 - Framework) involves understanding key concepts like CLR, BCL, assemblies, and memory management. Familiarize with C#, garbage collection, reflection, and .NET
Learn Parallel Programming in .NET
4/29/2024 9:57:15 AM.
.NET parallel programming techniques like Task Parallelism and Concurrent Collections. Utilize BlockingCollection to manage concurrent tasks. Explore Task.Factory.StartNew for task creation, Collectio
Exploring the BlockingCollection<T> Class in .NET
4/25/2024 6:56:24 AM.
In the world of concurrent programming in .NET, developers often encounter scenarios where multiple threads need to communicate and synchronize access to shared data structures. In this article, we
How to Refresh Memory Limit in .NET 8
2/5/2024 9:59:51 AM.
In .NET 8, adjust memory limits dynamically with GC.RefreshMemoryLimit(). Ideal for cloud environments, this feature allows efficient scaling of memory usage.
Utilizing Generative AI with Semantic Kernel in .NET
12/21/2023 6:40:34 AM.
This tutorial is to understand the Semantic Kernel Framework developed by Microsoft for working with Generative AI solutions. The idea of Semantic Kernel is to work like a bridge between Generative AI
.NET Core: Detail of Lifetime Management
11/21/2023 8:40:20 AM.
In .NET Core, lifetime management refers to how objects are created, used, and eventually disposed of within an application. It ensures efficient resource utilization and prevents memory leaks.
How To Save Verbose() To A Variable in LangChain?
10/26/2023 7:58:16 AM.
I encountered an issue when using a LangChain agent, as I could only access the final output. However, the problem was solved by initializing the agent with 'return_intermediate_steps=True'. T
Producer Consumer Pattern In C#
10/12/2023 10:03:56 AM.
In this article, you will learn about producer consumer pattern in C#.
How To Compare Strings In C#
10/10/2023 10:28:12 AM.
Code examples of compare strings in C# using String.Equals, String.Compare, String.CompareTo() method, and StringComparer.
Using MockingContext: A Flexible IServiceProvider Implementation in C#
10/3/2023 5:43:56 AM.
Explore the MockingContext class: a custom implementation of the IServiceProvider interface in C#. Learn how this class provides an efficient way to automatically instantiate or mock services on-the-f
Generate PDF Documents in .NET C#
9/9/2023 1:09:15 PM.
Learn how to use GrapeCity's GcPdf library to create and manipulate PDF documents in .NET C#. This versatile library offers features like text and image insertion, font customization, table creati
Using Langchain to Extend an OpenAI Bot with Chat and Source Retrieval
8/23/2023 11:03:03 AM.
Text Embedding Models In LangChain
8/23/2023 11:02:38 AM.
Text embedding models are a way of transforming text into numerical representations, or embeddings, that can be used for various natural language processing tasks.
Using Langchain and OpenAI APIs in Python to Query Your Docs
8/23/2023 11:02:12 AM.
Using the APIs from OpenAI and the langchain project, it is quite easy to implement a bot that is fed with your documentation and other product information. The answers of the bot are then specific fo
Getting Started With LangChain
8/23/2023 11:01:53 AM.
LangChain is a framework for developing applications powered by language models. It enables applications that are data-aware and agentic, meaning that they can connect to other sources of data and int
Agents In LangChain
8/23/2023 11:01:14 AM.
In this article, we will discuss the agents of langchain and their different types on langchain with example
Object Relational Mapping (ORM) Using NHibernate - Part 2 of 8
7/31/2023 5:41:13 AM.
Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a relational database using object-oriented programming paradigms. It bridges the gap between the obj
How To Fix "This page can't load Google Maps correctly."
7/20/2023 9:03:40 AM.
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"
Search Content Which ChatGPT Can’t Find Today - OpenAI | Python
6/19/2023 4:29:49 AM.
In this article, I’ll show you how can you get your hands dirty with Langchain agents.
Garbage Collection in .Net framework
6/12/2023 8:18:25 AM.
Garbage Collection (GC) is an important tasks of .NET framework. In this article, I'll explain Garbage collection basics and how it works including C# garbage collection code example.
C# Heap(ing) Vs Stack(ing) In .NET - Part Four
6/6/2023 8:40:24 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Col
GCM mode Encryption and Decryption in ASP.NET Console App
5/15/2023 5:31:44 AM.
In this article, I have explained how to encrypt and decrypt the text using AES Encryption standard using GCM mode.
Hybrid Cloud Computing - What It Is And Why It Matters?
3/13/2023 10:27:01 AM.
In this article, we'll discuss what is Hybrid Cloud Computing and why it matters.
How To Use A String Collection in C#
2/9/2023 3:28:46 PM.
StringCollection is a collection of strings. In this article, learn how to take advantages of StringCollection methods and properties to manage a collection of strings. StringCollection class
Understanding Instance Templates And Leveraging Instance Templates To Simplify VM Instance Creation Process
2/8/2023 10:49:35 AM.
In this article, we would try to understand more about VM Instance template. We would also see how we can spin up multiple VM instances quickly using instance template mechanism.
.NET MAUI - Good Bye MessagingCenter, Welcome WeakReferenceManager
2/2/2023 10:50:29 AM.
In this article, I explain how to set up the publisher/subscriber pattern in .NET MAUI with new techniques, replacing the obsolete MessagingCenter
Understanding Google Compute Engine And Set Up First VM In Google Cloud Platform
1/29/2023 3:57:33 AM.
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 st
Google Cloud Platform(GCP) Database
1/2/2023 7:02:59 AM.
In this article, you will learn about GCP Database and its types.
C# IDisposable And Garbage Collector
8/25/2022 6:05:21 AM.
This article explains when to use IDisposable and how we can utilize memory
Angular Directives NgClass And NgStyle - How To Change The Style Of An HTML Element Conditionally
7/12/2022 6:57:49 AM.
Angular directives NgClass and NgStyle - How to change the style of an HTML Element conditionally
Rockin’ The Code World with dotNetDave ft. Jirí Cincura Ep. 57
6/9/2022 7:33:44 AM.
Join us with Jirí Cincura for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Logcat In Android
5/25/2022 12:59:17 PM.
In this article, you will learn Logcat In Android.
Rockin’ The Code World with dotNetDave ft. Paul Michaels Ep. 56
5/17/2022 4:09:41 PM.
Join us with Paul Michaels for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Byron Tardif Ep. 55
5/11/2022 10:16:19 AM.
Join us with Byron Tardif for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Mika Dumont Ep. 54
5/6/2022 7:49:22 AM.
Join us with Mika Dumont for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Working With MySQL Database In Google Cloud Platform
4/14/2022 5:36:11 PM.
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.
Rockin’ The Code World with dotNetDave ft. Steve Jones Ep. 53
4/14/2022 4:33:59 AM.
Join us on April 09 with Steve Jones for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 52
4/6/2022 6:19:33 AM.
Join us on April 02 with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Swizec Teller Ep. 51
3/29/2022 3:12:03 PM.
Join us on March 26 with Swizec Teller for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Richard Campbell Ep. 50
3/7/2022 2:41:26 PM.
Join us on March 05 with Richard Campbell for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Bill Penberthy Ep. 49
2/28/2022 7:10:37 AM.
Join us with Bill Penberthy for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with DotNetDave - .NET 20th Anniversary Show Ep. 48
2/15/2022 1:56:26 PM.
Join us with Scott Hunter, Joe Guadagno, Steve “ardalis” Smith, Carey Payette, and Carl Franklin on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and o
Rockin’ The Code World with dotNetDave ft. Jeremy Clark Ep. 47
2/10/2022 4:08:10 PM.
Join us with Jeremy Clark on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
Kubernetes For Developers
1/10/2022 4:59:43 AM.
The article explains the bare minimum fundamentals backend developers needs to know.
Understanding Destructors in C#
1/4/2022 10:10:32 AM.
C# destructor. Destructor is a hidden method of a C# class. This article is about understanding the concept of destructor in C#.
AWS VS Azure VS Google Cloud - Comparative Analysis Of Cloud Platforms For Machine Learning
8/24/2021 5:00:30 AM.
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 c
C# Corner Townhall - Episode 12
8/13/2021 5:10:38 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 11
8/10/2021 3:00:49 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 10
8/4/2021 1:53:31 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 9
6/14/2021 7:45:20 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 8
6/13/2021 9:23:38 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 7
6/10/2021 9:54:34 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 6
5/19/2021 2:21:04 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 5
5/17/2021 5:02:33 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 4
5/16/2021 6:00:24 AM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner Townhall - Episode 2
5/13/2021 3:08:53 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
C# Corner - Townhall Episode 1
5/12/2021 1:56:30 PM.
C# Corner Townhall is the weekly live show where we update about all the upcoming events on C# live, new product updates, and more.
Finalize in .NET
4/6/2021 11:00:11 AM.
We implement the Finalize method to release the unmanaged resources.
Data Binding In .NET
3/31/2021 2:36:59 PM.
In this article, you will learn about Data Binding in .NET.
How To Handle ngClass And ngStyle In Angular
3/26/2021 1:15:12 PM.
In this article, you will learn how to Handle ngClass and ngStyle in Angular.
Dynamic Building and Execution of Assembly Using CodeDome & Reflection
3/25/2021 5:34:22 AM.
This article shows how to enter code, compile it , execute it and apart from that access code and data member from the main or other referenced assembly during runtime.
Import Contacts From Gmail by Using ASP.Net and C#
3/9/2021 7:01:48 AM.
In this article, I will explain the importing of contacts from Gmail with the help of GContacts Data API.
Converting Video With FFmpegCore
3/1/2021 4:47:39 PM.
In this article, you will learn how to convert video with FFmpegCore.
Monitoring the Activities of Garbage Collection in .NET Using CLR Profiler
11/24/2020 1:38:30 AM.
In this article we learn about garbage collection and it's generations as well as how we can monitor it using the CLR Profiler.
Styling Built-In Directives Like NgStyle And NgClass - Angular
11/16/2020 9:21:38 AM.
In this article, you will learn about Styling Built-In Directives Like NgStyle And NgClass - Angular.
Deployment Manager And Monitoring In Google Cloud Platform
9/30/2020 8:47:10 AM.
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.
Change Detection Technique And Directives In Angular
8/24/2020 7:20:22 AM.
In this article, we are going to explore how Angular detects the changes and updates it in the application at respective places. Also we are going to discuss about directives in angular.
Working Up With Google Kubernetes Engine In Google Cloud Platform
8/21/2020 6:59:01 AM.
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
8/13/2020 12:08:30 PM.
In this article, we will learn how to get started with Cloud SQL in the Google Cloud Platform.
Create A Storage Bucket In Google Cloud Platform
8/10/2020 8:11:10 AM.
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 Clou
Create Virtual Machine Instance In Compute Engine In The Google Cloud Platform
8/5/2020 11:33:00 AM.
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
8/3/2020 10:04:06 AM.
In this article, we will set up a LAMP Stack for web applications in the Google Cloud Platform.
Analog and Digital Clocks in Android
4/1/2020 4:16:42 AM.
This article explains analog and digital clocks in Android. Android Studio is used to create the sample.
Set Up Map API Service In GCM And Configure In Android Studio
3/16/2020 1:14:44 AM.
In this article you will learn about how to Set Up Map API Service In GCM And Configure it in Android Studio.
Push Notification To Android Mobile Using GCM (Google Cloud Messaging)
3/2/2020 3:30:53 AM.
In this article you will learn Push Notification to Android Mobile using GCM (Google Cloud Messaging).
Getting Started With VPC (Peering Connection, NACL) - Part Five
1/16/2020 7:01:13 PM.
In the previous article we set up VPC and connected to an instance in public subnet. In this article we will be doing and covering the below topics.
Figure and Figcaption in HTML5
12/5/2019 5:16:01 AM.
How to use Figure and Figcaption tags in HTML5. The Figure tag is used to show flow content. The Figcaption tag represents caption of elements.
New Tags in HTML5
12/4/2019 11:47:26 PM.
In this article we will see the different Tags that are introduced in HTML5
Figure tag in HTML5
10/28/2019 1:13:17 AM.
Here, we see the figure tag in conjunction with the figcaption tag to provide a caption for the contents of your figure element.
Learn About Python GCP
10/16/2019 10:12:12 AM.
In this article, you will learn about Python GCP.
Angular Elements- ngComponents Everywhere
11/28/2018 5:05:59 AM.
Angular elements is the most exciting feature of Angular Framework. It has been in talks since it was released. Well, why not? I mean you can use an element which is built on Angular on any web platfo
String Interpolation, NgStyle, NgClass In Angular 7.0
11/27/2018 9:12:06 AM.
In this article, we will see the String Interpolation, ngStyle, ngClass in Angular 7.0. In this article, we will see the creation of angular component and we will see how we can use String interpolati
SharePoint Framework - React Based OrgChart From SharePoint List
10/14/2018 2:30:38 PM.
SharePoint Framework client web parts are targeted to develop the business scenarios. Office 365 UI fabric component offers seamless integration with Office 365 and offers wide range of UI components.
What Is Cloud Computing & Getting Started With Microsoft Azure
8/11/2018 3:57:53 AM.
This video is the live recording of the first webinar of the series for learning Microsoft Azure, organized by Kasam Shaikh. Here we will learn getting started with Cloud Computing and Microsoft Azure
Directives In Angular 5
6/21/2018 1:46:29 AM.
In this article, I am going to explain about DIRECTIVES in Angular 5.
Garbage Collector - Understanding IDisposable
2/23/2018 10:06:14 PM.
In this video I will do my best to help you fully understand the IDisposable interface, the basic dispose pattern, finalizers, and how your implementations of Dispose interact with the GC and garbage
Dynamically Resizing Controls On Windows Forms - Using Anchor Property
1/31/2018 5:26:57 AM.
In this article let’s discuss how to dynamically resizing the controls on the Form taking leverage of Anchor Properties in Windows Application.
Learn Angular 4.0 In 10 Days - ngForms And ngContent - Day Six
1/17/2018 2:45:01 PM.
In this article, we will discuss about the ngForm and ngContent in Angular 4.0
Xamarin Android - Google Firebase Cloud Messaging (FCM)
5/19/2017 11:34:01 AM.
In this article, you will create Android App Firebase Cloud Messaging.
AngularJS 2.0 From The Beginning - ngContent - Day Twelve
3/9/2017 11:35:22 AM.
In this article, we will discuss about the content template concept in Angular 2.0.
Xamarin Android: Create Remote Notifications Using Google GCM
6/29/2016 3:13:30 PM.
In this article, you will create remote notifications using Google GCM.