TECHNOLOGIES
NEWS
VIDEOS
FORUMS
JOBS
BOOKS
EVENTS
MORE
INTERVIEWS
Live
LEARN
Training
CAREER
MEMBERS
BLOGS
CHALLENGES
CERTIFICATION
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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (18)
Satyaprakash Samantaray(14)
Praveen Sreeram(3)
Harshal Limaye(3)
Ankur Mistry(3)
Mahesh Chand(3)
Mark Pelf(2)
Rijwan Ansari(2)
Menaka Priyadharshini B(2)
Eliana Blake(2)
John Godel(2)
Dharmeshwaran S(1)
Lokendra Singh(1)
Kunal Patil(1)
Rafnas T P(1)
Rohit Gupta(1)
Vijay Pratap Singh(1)
Anu Viswan(1)
Dhiraj Poojary(1)
Keyur (1)
Tasadduq Burney(1)
Ali Benchaaban(1)
Dhanapal Chandran(1)
Vishal Yelve(1)
Miguel Teheran(1)
Jochen Bartlau(1)
Vineet Desai(1)
Swesh S(1)
Michael Lee(1)
Agnieszka Stec(1)
Satya Karki(1)
Wilson Mok(1)
Shirsendu Nandi(1)
Vinay Ayinapurapu(1)
Sameer Shukla(1)
Ojash Shrestha(1)
Sandhya Shinde(1)
Munib Butt(1)
Rajeev Bera(1)
Sibeesh Venu(1)
Jay Parmar(1)
Virender Verma(1)
Raju Paladiya(1)
Amey Vartak(1)
Fabio Silva Lima(1)
Amit Kumar(1)
Dinesh Kushwaha(1)
Santhakumar Munuswamy(1)
Nishan Aryal(1)
Akhil Mittal(1)
Vidya Vrat Agarwal(1)
Khawar Islam(1)
Dipendra Shekhawat(1)
Bran Livinston(1)
Mohamed Azarudeen Z(1)
Jaydeep Patil(1)
Allen Oneill(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Integrating Azure DevOps Git with Azure Data Factory
Jun 23, 2024.
Integrating Azure DevOps Git with Azure Data Factory (ADF) enables robust version control, collaboration, and CI/CD for data pipelines. This guide covers setting up ADF with Azure DevOps Git, including creating a Data Factory, configuring Git integration, and publishing changes.
Understanding Git and GitHub: What's the Difference
Jun 02, 2024.
Explore the fundamental distinction between Git and GitHub in this comprehensive guide. Git, a distributed version control system, empowers developers to manage code locally. In contrast, GitHub serves as a centralized platform for hosting Git repositories, facilitating collaboration, code review, and project management.
Power Apps Git Verion Control: A new era of Collaboration
May 15, 2024.
Embrace seamless collaboration in Power Apps with Git version control. Manage app development efficiently, track changes, and foster teamwork for enhanced productivity and smoother deployments.
Copying Files from Git Repository to Azure Storage in Azure DevOps
Mar 28, 2024.
Automate file copying from a Git repository to an Azure Storage Account with Azure DevOps. Utilize CI/CD pipelines to streamline the process, employing AzureCLI tasks and inline scripts to ensure seamless integration and efficient management of resources across your development workflow.
Configuring Git in Azure Data Studio for SQL & Synapse Pools
Mar 21, 2024.
In this article, we'll delve into the process of configuring Git to manage database objects within a Synapse Dedicated Pool environment (or Azure SQL Database) using Azure Data Studio.
Explain about Git and GitHub
Feb 01, 2024.
Git is a powerful, open-source distributed version control system designed by Linus Torvalds for efficient project management. Developers use Git for version control, tracking code changes, and collaborating. GitHub, a platform utilizing Git, facilitates collaborative coding, project hosting, and version control.
How to Remove Unwanted Branches from Local Using Git Bash
Jan 05, 2024.
In this article, I will explain how you can remove all the unwanted branches from your local, which do not exist remotely.
Source Control (4), Git --- Distributed App
Dec 28, 2023.
Dive into the intricate realm of Source Control through a series covering stand-alone apps, server apps, and online centralized services like GitHub and Azure DevOps. Learn Git's definition, history, and workflow intricacies.
Remove A File From Git Commit History
Dec 27, 2023.
Git is a powerful version control system that allows developers to track changes in their projects efficiently. However, there are situations where you might need to remove a file from the Git commit history. This could be due to sensitive information, large files, or any other reason.
How to Delete a Git Branch - Locally and Remotely
Nov 02, 2023.
In this article, we'll explore the steps to delete a branch in Git, both locally and remotely.
Introduction to Git Bisect
Oct 09, 2023.
This article provides an introduction to git bisect, an useful git command to search for faulty commits in git repository
Useful Git Commands
Sep 27, 2023.
Mastering Git Your Ultimate Cheat Sheet for Effortless Version Control is a comprehensive reference guide that provides a condensed and quick-access summary of essential Git commands, concepts, and best practices. It aims to empower users with the knowledge and tools to effectively utilize Git for version control, streamline workflows, and enhance collaboration on software development projects. This cheat sheet covers a range of Git functionalities, including repository management, branching, merging, collaboration, resolving conflicts, and more, making Git usage efficient and straightforward for both beginners and experienced developers.
Essential Git Commands Every Developer Should Know
Sep 23, 2023.
Git can also be intimidating and confusing for beginners and even experienced developers. That's why in this article, we will learn some of the essential Git commands that every developer should know and master.
Uploading Files from a Git Repository to Azure Storage Using Azure CLI
Aug 17, 2023.
Uploading Files from a Git Repository to Azure Storage Using Azure CLI
Source Control (4-9-3), Git - Merge in Concept
Aug 14, 2023.
This article discusses the Merge for Git.
Source Control (4-9-2), Git - Merge in Client Side
Aug 01, 2023.
Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integration, and comparisons for effective version control.
Source Control (4-9-1), Git - Merge in Server Side
Jul 31, 2023.
This article discusses the Merge for Git.
Source Control (4-9), Git --- Merge: Fetch, Pull, Push and Sync
Jun 01, 2023.
This article discusses DevOps Merge: Fetch, Pull, Push and Sync
Simplify Your Git Workflow: Introducing Git-ChatGPT, a Command Line Tool Empowered by ChatGPT
May 08, 2023.
AI, ChatGPT, OpenAI API, git, git bash, C#, dotnet core
Secret GIT commands
May 04, 2023.
Some of the secret commands in GIT
What is the difference between Git and GitHub?
Apr 29, 2023.
Git Vs GitHub
How To Change The Git Commit Author
Jan 02, 2023.
In this post, we'll learn to change the commit author for single as well as multiple git commits.
Adding Branch Name In The Commit Message Automatically Using Git Hooks
Dec 01, 2022.
In this article, you will learn how to create a hook in git in order to include the branch name in the commit message automatically
Source Control (5-1), Create a Git Hub Repository from Visual Studio
Nov 14, 2022.
This article is to discuss Create a Git Hub Repository from Visual Studio
Migrating An SVN Repository To Git Preserving The History
Oct 31, 2022.
A walkthrough of migrationg a Subversion repository to Git while preserving the history.
Source Control (4-8), Git - Get A Specific Version Or Commit in Practice
Oct 31, 2022.
This article will discuss Source Control (4-8), Git - Get A Specific Version Or Commit in Practice.
Source Control (4-7), Git - Get A Specific Version Or Commit
Oct 18, 2022.
This article discusses to get a specific version or commit in Git
Enforce Code Commit Rules Using Git Hooks
Oct 18, 2022.
Get started with using git hooks to execute scripts at certain points during git actions.
Learn Git Clone, Commit, Sync And Push Changes Using Visual Studio Code
Oct 15, 2022.
We will learn how to use GIT with VSCode, we will see how to perform GIT Clone, Commit & Push.
Source Control (4-6), Git - Revert
Oct 06, 2022.
This article discusses the Git revert. The concept REVERT in git is similar to or, even we can say, the same as ROLLBACK in MS TFS (Team Foundation Server).
Source Control (4-4), Git - Recover Git Tree: Reflog/Reset
Sep 26, 2022.
This article will describe how to use git reglog and Reset command.
Source Control (4-5), Git - Recover Deleted Branch
Sep 26, 2022.
This article will discuss how to recover the deleted branch in git
Cheat Sheet For Git Basic Commands
Sep 14, 2022.
This article provides a comprehensive list of basic Git commands essential for daily use. It covers configuring the Git environment, working with online repositories, understanding the life cycle of a Git repository, and other miscellaneous Git commands.
Git - Multiple Visual Studio Solutions In A Single Git Repository
Aug 16, 2022.
This article will show how to create a single Git repository that contains multiple VS solutions.
How to Git Pull Remote Branch to Local Branch
Jul 20, 2022.
In this tutorial, you will understand what is git pull and how to fetch the remote branch into the local branch and know the diffrence between fetch and merge git commands
Source Control (4-3), Git - Cherry Pick In Visual Studio
Jul 04, 2022.
This will discuss Cherry Pick in Git.
How To Use GitLive With Any Git Repository In VS Code
Apr 20, 2022.
Great news?-? GitLive now works, out-of-the-box in offline mode, with any Git repository in VS Code!
Important Git Commands With Examples
Mar 10, 2022.
This article describes the Important Git commands with examples and use cases
How To Setup Git Source Control In Azure Data Factory
Mar 07, 2022.
In this article, you will learn how to connect a git repository with Azure Data Factory.
Sync .Net Core Project To GIT Repository
Feb 07, 2022.
In this article I will show you to Create GIT repository, create branch to your Git Repository, Sync Your local project to your GIT repository, Commit your project, Push your project file changes.
Learn Git Clone, Commit, Sync And Push Changes Using Visual Studio
Jan 15, 2022.
I will show you how to learn Git using Visual Studio. We start off getting code from a Git repository to our local computer and then we see how we can make changes and push code back up to the remote Git repository.
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull Request
Jan 14, 2022.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
Code CheckIn Using Git Commands
Dec 31, 2021.
This article explains how to check in the code to Azure Dev Ops repository using git commands
Lesser Known Git Commands
Dec 30, 2021.
The article covers 5 important rare git commands, which are extremely useful
Top 15 Git Commands With Examples For Every Developers💪
Nov 12, 2021.
Git is a version control system for managing the source code which keeps the track of it with many options. Basically, it is a software to track the changes of files mostly used for coders to work collaboratively and source code management during the software development.
Source Control (4-1), Git - Configuration
Nov 01, 2021.
This article is to discuss Git Installation and Configuration.
Source Control (4-2), Git - Configure To Connect To DevOps And GitHub
Nov 01, 2021.
This article is to discuss the issue when Connect distributed Git to centralized DevOps and GitHub.
Source Control (9), Push Into Git Hub And DevOps
Oct 25, 2021.
This article will discuss push code into Git Hub and DevOps.
Source Control (5), Git Hub Access (Setup Connection)
Oct 01, 2021.
This article will discuss GitHub or DevOps access or setup connection.
How To Clone Git Repository In AWS Notebook Instances
Sep 08, 2021.
In this article, we’ll learn how to clone repositories from GitHub using git clone which will enable us to run the repo on the notebook instance created in AWS. This will become highly beneficial to Machine Learning Engineers and Data Scientists looking to explore the notebooks from other creators in the production environment without having to install all packages and libraries on their local notebook.
Comapare Files (1), With TFS And Git GUI In Visual Studio
Aug 30, 2021.
This article will introduce the different ways to compare files in Visual Studio.
What Is Git, GitHub And GitHub Desktop And Create A Git Repository In GitHub Using GitHub Desktop
Jul 19, 2021.
In this article, you will learn what is Git, GitHub and GitHub Desktop and Create A Git Repository in GitHub using GitHub Desktop.
Basic CI-CD Workflow With Git Lab CI And Introduction To Docker
Jul 01, 2021.
In this article, we are going to explore basic CI CD workflow with Gitlab CI and going to see the demo for creation of .gitlab-ci.yml file gitlab and introduction to docker.
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Know About GitHub Reviewer
May 28, 2021.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
Managing Files On GitHub Using Git Bash 📥📤 In Real-Time Scenario - Owner Uploads Project In GitHub Repo
May 25, 2021.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull request. After then it will be merged to main branch.
Let's Learn About Git Default Branch 📥📤 In Detail
May 11, 2021.
In this article, I will describe the below-mentioned points in detail, what is git default branch, use of git default branch, how to change the git default branch, check git default branch using Git Bash.
Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details
May 07, 2021.
Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your development workflow using platforms like GitHub, Bitbucket, or GitLab.
Let's Understand About Git Branches 📥📤 And Its Real Time Uses
May 05, 2021.
Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
Let's Know About Git Branches 📥📤 And How To Implement It
May 04, 2021.
Git branches are effectively a pointer to a snapshot of your modifications. So, Instead of copying files from directory to directory, Git stores a branch as a reference to a commit.
Steps To Initialize A Git Repository And Push The Changes To GitHub 📥📤 In Details
Apr 30, 2021.
In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging area with a single command and commit.
Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details
Apr 28, 2021.
In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and repository history, unraveling the intricacies of version control in detail.
Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details
Apr 27, 2021.
Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git status" displays the current state of the repository, and "git push" uploads local commits to a remote repository.
Steps For Configuring Git 📥📤 With Details
Apr 23, 2021.
Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize branches for parallel development and merges for integrating changes.
Azure Devops - Copy Files From Git Repository To Azure Storage Account
Apr 20, 2021.
In this article, we are going to learn how to copy the files from the git repository to an Azure Storage Account.
Introduction To Git 📥📤
Apr 20, 2021.
An introduction to Git: a powerful version control system for tracking changes in code projects. Git facilitates collaboration, tracks history, and manages changes through commits, branches, and merges, empowering efficient and organized development workflows.
20 Git Commands You Should Know
Mar 25, 2021.
In this article, we'll go over 20 useful Git commands that every software developer should be aware of.
Adding The GIT Menu To Visual Studio 2019
Jan 07, 2021.
In this article, you will learn how to add the git menu to visual studio 2019.
Ask More From Git - Cool Tips
Oct 21, 2020.
In Git, once you have a workflow setup for your team, Git becomes a handy and powerful tool. This guide will explain advanced and handy git tips to boost your productivity in a concise time frame.
Move Git Repositories From One To Another Organization In Azure DevOps
Jul 17, 2020.
In this article, you will cover steps to transfer repositories, ensuring smooth transition of version-controlled projects while maintaining integrity and collaboration across teams.
Introduction To Git Submodule
Jul 17, 2020.
In this article you will learn how to use Git Submodule.
List Of Various Git Commands
Jun 30, 2020.
In this article, I will provide information on various Git commands and their usage.
Update Git Fork From Base Repository
Feb 28, 2020.
In this article, you will learn how to update Git Fork from Base Repository.
Manage Code In GIT With Azure DevOps
May 06, 2019.
In this article, I am going to explain how to manage code in GIT with Azure DevOps.
Add An Existing Project Into GIT Using Command Prompt With Azure DevOps
May 06, 2019.
Learn to integrate existing projects into Git via Command Prompt, seamlessly syncing with Azure DevOps. This process enables efficient version control, project management, and collaboration, enhancing development workflows within a team environment.
10 Useful Git Commands
Apr 19, 2019.
Today, we will go through some useful git commands you should know as a developer.
Control Your Source Code With GIT And Azure DevOps
Mar 25, 2019.
From this tutorial, you will learn how to control your source code with GIT using Microsoft Azure DevOps and you won’t have to pay anything for it!
How To Install Python And Configure It With Visual Studio Code Editor With Git Bash
Jan 28, 2019.
In this article, we will learn what Python is and how to install and execute it using IDLE IDE. We will see how to configure Python with Visual Code and Git Bash.
How To Clone An Existing Git Repo In Azure Repos
Sep 26, 2018.
Learn how to clone an existing Git repository in Azure DevOps for collaborative work. Follow step-by-step instructions to create a local copy, make changes, and sync with the team. Enhance your understanding of Azure DevOps by referring to previous articles.
How To Add .NET Project Into Azure DevOps Git Repo
Sep 21, 2018.
In this article, We will learn what is Azure Repos and how to add .net Project into Azure DevOps Git Repo Recently Microsoft introduced Azure DevOps, Azure Repos (Code in VSTS) is one of the great features of it.
How To Configure Git Version Control In Visual Studio Team Explorer Step By Step
Jun 25, 2018.
How to configure Git Version Control in Visual Studio Team Explorer? We will understand how to commit code in the remote repository.
Step By Step Setup Git Version Control With .Net Project And Github
Oct 31, 2017.
In this article, we will learn how to setup a .net project with Git Version control system and manage from Github.
Getting Started With Git Version Control
Jul 28, 2017.
In this article, we will discuss in details about the Git Version Control, how to install the Git in Windows and why we need to use Git version control for software development.
Manage Codes With GIT Using Visual Team Foundation Services - Part One
May 12, 2017.
In this article, we will learn how to create a Git Repo, using Visual Studio Team Services, create a simple project and set up repo in Visual Studio to manage the codes. We will be using Visual Studio to manage and push the codes to IT repo.
Visual Studio Extensibility - Deploying The VSIX Package On Staging Server And Git Via Continuous Integration - Day Two
Feb 15, 2017.
Learn how to deploy the VSIX Package on Staging Server and Git via Continuous Integration.
Beginning With Git Using VSTS
Feb 09, 2017.
In this article, you will learn about Git using VSTS.
Android Studio And Git Configuration - Day Four
Mar 08, 2016.
In this article you will learn how to configure GIT version control system in Android studio.
Resolve "Sync Icon Overlay Missing" Issue in Git On Windows
Mar 01, 2016.
In this article you will learn how to resolve the "Sync icon overlay missing" issue in Git on Windows.
How to Write Test Cases Using GitHub Copilot
Apr 15, 2025.
Learn how GitHub Copilot can simplify writing test cases with AI-powered suggestions. This guide covers generating templates, writing assertions, handling edge cases, and following best practices—helping you improve code quality, save time, and streamline testing.
AI and Metaverse: The Role of Digital Avatars
Apr 10, 2025.
As the digital landscape evolves, the Metaverse stands as a groundbreaking vision of interconnected virtual worlds—spaces where people can work, play, learn, and socialize in immersive environments.
GitHub Copilot (Gen-AI) is Helpful, But Not Great (March 2025)
Apr 05, 2025.
GitHub Copilot Pro boosts productivity in ASP.NET 8/C# by suggesting code via AI, helping with repetitive tasks. While not perfect, it’s useful with training, prompt engineering, and context setup.
How to Refactor the Code Using GitHub Copilot
Apr 04, 2025.
Keeping code up to date is essential for security, performance, and maintainability. Code refactoring helps optimize and modernize software, but it can be time-consuming.
Welcome to GitHub
Mar 31, 2025.
GitHub is a cloud-based platform that leverages Git for version control. It enables developers to store, manage, and collaborate on code projects efficiently. It offers features like repositories, branches, commits, pull requests, and issues, facilitating collaborative software development and project management.
Why Digital Intelligence Matters: An AI Perspective
Mar 31, 2025.
Digital intelligence is reshaping the world, influencing decision-making, automation, and problem-solving.
Microsoft Agents: The Future of AI-Powered Digital Assistants
Mar 27, 2025.
Microsoft Agents revolutionize productivity with AI-powered automation across Microsoft 365, Azure, and Power Platform. These intelligent assistants streamline workflows, enhance communication, and provide insightful responses using NLP, ML, and deep learning technologies.
How to Use GitHub Copilot for Faster Code Completion and Development
Mar 24, 2025.
GitHub Copilot is an AI-powered coding assistant that helps developers write code faster by suggesting entire lines, functions, and classes.
How to Write Boilerplate Code Using GitHub Copilot
Mar 22, 2025.
This article covers setting up Copilot, generating code snippets, using Copilot Chat, and reviewing AI-generated code. Boost your coding productivity with AI-powered code suggestions for C# and other languages
Getting Started with GitHub Actions and Workflows
Mar 19, 2025.
This article covers setting up workflows, configuring YAML files, and automating tasks like building and deploying applications. Learn how to streamline development with GitHub Actions and Workflows.
Integrating Azure AI with GitHub Copilot for AI-Powered Code Generation
Mar 17, 2025.
This article explores how integrating Azure AI with GitHub Copilot enhances code generation, security, and efficiency. It covers setup, real-world applications, AI-powered improvements, and security enhancements for AI-generated code.
How GitHub Copilot Can Help with Writing Documentation and Comments
Mar 11, 2025.
GitHub Copilot is an AI-powered coding assistant that helps developers write better code by suggesting comments, generating documentation, and improving readability. It automates code explanations, maintains consistency, and even assists in writing technical blogs.
Source Control (5-3), GitHub Merge: in GitHub, GitHub Desktop, Visual Studio
Mar 08, 2025.
This article is to discuss merge in GitHub
1
-
100
of
338
<<
1
2
3
4
>>
Search
OUR TRAINING
Discovery to Delivery
Employing the latest technologies, Over-C's capabilities include web and mobile development, software and database architecting as well as visual and UX design.