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 commands
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Satyaprakash Samantaray (11)
Vishal Babuks (4)
Devesh Omar (2)
Ayush Gupta (2)
Dinesh Gabhane (2)
Sathya N (2)
Shaily Dubey (2)
Deepak Middha (2)
Rajkumar Jain (2)
Pranam Bhat (2)
Siddharth Vaghasia (2)
Deepak Tewatia (1)
Santhakumar Munuswamy (1)
Chetan Sanghani (1)
Vijay Yadav (1)
Sudhir Vaghela (1)
Raveena Attri (1)
Rikam Palkar (1)
Mrunali Sawant (1)
Rohol Amin (1)
Rajneesh Chaubey (1)
Jaimin Shethiya (1)
Rohatash Kumar (1)
Abhishek Mishra (1)
Rajeesh Menoth (1)
Delpin Susai Raj (1)
Mushtaq M A (1)
Gaurav Gahlot (1)
Swesh S (1)
Dipal Choksi (1)
Prabhakar Maurya (1)
Rafnas T P (1)
Sarthak Varshney (1)
Punar Dutt Rajput (1)
Sanwar Ranwa (1)
Subarta Ray (1)
Dhiraj Poojary (1)
Keyur (1)
Uday Dodiya (1)
Amit Mohanty (1)
Arjun Panwar (1)
Rupesh Kahane (1)
Cr Bhargavi (1)
Jignesh Kumar (1)
Vishal Yelve (1)
Dhanapal Chandran (1)
Harshit Pandey (1)
Manoj Kumar Duraisamy (1)
Alkesh Bijarniya (1)
Bhavya Gaur (1)
Teddy Kurian (1)
Abhishek Yadav (1)
Keerthi Raja (1)
Koshila Senadhira (1)
Jochen Bartlau (1)
Anish Ansari (1)
Suhil Srinivas (1)
Satya Karki (1)
Vinay Ayinapurapu (1)
Sameer Shukla (1)
Rijwan Ansari (1)
Ganesan C (1)
Onkar Sharma (1)
Manoj Kulkarni (1)
Dipen Shah (1)
Harshal Limaye (1)
Sateesh Arveti (1)
Mahesh Chand (1)
Kirtesh Shah (1)
Hugo G. Fernandez R. (1)
Arvind Singh (1)
Virender Verma (1)
Joseph Velliah (1)
Dipa Mehta (1)
Gokulakrishna (1)
Nanddeep Nachan (1)
Dhanasekaran G (1)
Rakesh (1)
Related resources for commands
No resource found
Basic Linux Commands
10/6/2024 5:36:24 PM.
Learn about basic Linux commands including listing files and managing directories as part of fundamental of DevOps.
Getting Started With ASP.NET Core MVC Apps Using VS Code
9/18/2024 12:14:39 PM.
Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
Running .NET Core Application using Docker Container
8/13/2024 9:32:48 AM.
Creating a microservice with .NET 8.0 and Docker. It covers installing .NET, setting up a .NET Core API project, creating a Dockerfile, and building and running a Docker image. Learn to verify images,
Running PowerShell Inside Docker Container
8/6/2024 4:27:44 AM.
This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workflow
Executing Commands with ADO.NET
7/22/2024 10:02:34 AM.
Explore how to use ADO.NET’s SqlCommand class for executing SQL queries and stored procedures in .NET applications. This guide covers setting up SqlConnection, using methods like ExecuteNonQuery, Exec
Wrapper Class vs. Object Composition with UseCase
7/18/2024 9:38:59 AM.
Explore Wrapper Classes and Object Composition in object-oriented programming. Learn how wrappers adapt interfaces and enhance functionality without altering code, ideal for legacy systems.
Comprehensive Guide to Angular CLI Commands
7/17/2024 11:43:06 AM.
Discover the ultimate resource for mastering Angular CLI commands with our comprehensive guide. Whether you're a beginner or an experienced developer, this guide covers everything from installatio
Sharepoint Framework Property Pane
6/28/2024 8:59:07 AM.
SharePoint Framework (SPFx) offers a client-side model for developing web parts and pages in SharePoint, leveraging modern web technologies and supporting seamless integration with SharePoint data.
Top 50 Linux Interview Questions and Answers
6/18/2024 5:00:14 AM.
Unlock your potential with "The Ultimate Linux Interview Question and Answer Handbook." This comprehensive guide covers essential Linux topics, from basic commands to advanced system adminis
REST API's Implementation In WPF Using Entity Framework
6/5/2024 11:33:42 AM.
Learn to integrate REST APIs into your WPF (Windows Presentation Foundation) application using Entity Framework. Utilize Entity Framework for seamless data management and interact with external servic
MongoDB Cheat Sheet: Essential Commands and Operations
6/4/2024 6:02:45 AM.
The MongoDB Cheat Sheet is your go-to guide for essential commands and operations. Covering installation, setup, CRUD operations, indexing, aggregation, data modeling, and more, it simplifies database
An Overview and Guide to Git
6/1/2024 5:00:32 AM.
It covers essential concepts, commands, and workflows, providing step-by-step instructions for beginners and best practices for advanced users. Learn how to manage your code efficiently and collabora
How to Create and Use Local NuGet Package in Dot Net
5/20/2024 11:02:15 AM.
NuGet is the package manager for dot net. Developers can create, share, and consume essential dot net libraries. NuGet client tools provide the ability to produce and consume these libraries as packag
Inserting Data Into Multiple Tables In MSSQL At Once In .NET (Affecting Multiple Rows)
5/16/2024 8:33:44 AM.
Efficiently insert data into multiple SQL tables in .NET using ADO.NET transactions, ensuring atomicity and data integrity across affected rows for robust database operations.
Primary Key in SQL: Syntax, Usages, and Example
5/14/2024 11:46:09 AM.
A primary key in SQL uniquely identifies each record in a database table. It ensures data integrity and efficient data retrieval. Defined using the CREATE TABLE or ALTER TABLE commands, a primary key
Customize Menu and Toolbar in SQL Server 2012
5/3/2024 11:43:10 AM.
Customizing menus and toolbars in SQL Server 2012, via SQL Server Management Studio, involves modifying shortcuts, adding or removing commands, and rearranging options to streamline workflow. This cus
Containerize .NET Core Application And Push It To Azure Container Registry Using Docker Commands
4/24/2024 7:41:55 AM.
Azure Container Registry is a private registry on Azure for containerized applications. Learn to containerize and push .NET Core apps using Docker commands, enabling deployment on Azure services. Auth
Getting Started ✍️ With Angular 6 Using Angular CLI - Part 2️⃣
4/19/2024 10:28:54 AM.
Delve into Angular CLI essentials including version control, component, module, class, interface, and enum creation. Discover inline template & style commands for streamlined Angular development.
Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel
4/11/2024 10:35:24 AM.
Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
Grid View In Xamarin.Forms Using FlowListView
4/4/2024 9:10:03 AM.
Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
"pip" Commands Every Python Developer Should Know
3/19/2024 11:59:10 AM.
In this article, we will discover the essential "pip" commands crucial for Python developers. This guide unveils fundamental operations, empowering developers with indispensable knowledge fo
Cheat Sheet For Git Basic Commands
3/18/2024 12:01:39 PM.
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
Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details
3/15/2024 6:16:24 AM.
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 d
Let's Understand About Git Branches 📥📤 And Its Real Time Uses
3/15/2024 6:13:53 AM.
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
3/14/2024 10:56:13 AM.
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.
Shell Commands within C#
2/28/2024 7:11:49 AM.
Using shell commands within C# involves leveraging the ProcessStartInfo and Process classes to execute commands. You specify the command to run, handle input/output streams, and manage execution setti
Quick SQL Refresher
2/28/2024 4:39:54 AM.
The Quick SQL Refresher provides a concise cheat sheet for SQL, covering essential concepts, keys, commands (DDL, DML, DQL, DCL, TCL), constraints, clauses, T-SQL fundamentals, joins, functions, excep
Add Windows Defender to Context Menu in Windows 8
2/26/2024 9:24:25 AM.
Integrate Windows Defender into the context menu of Windows 8 for quick access to security features. Modify registry settings or use third-party tools to add Defender options to the right-click menu.
Explain about Git and GitHub
2/1/2024 6:30:42 AM.
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 collab
Docker Swarm: Transforming Container Orchestration
1/12/2024 8:22:00 AM.
Explore the dynamic world of Docker Swarm, where machines become nodes, managers orchestrate, and containers dance in perfect harmony
Building To Do Application Using Rust
12/15/2023 5:12:35 AM.
In this article, we will learn to build a todo application using Rust Programming Language. This comprehensive guide navigates through creating a To-Do application using Rust. It covers Rust installat
How to Detect Event on Clicks Outside in Angular?
12/13/2023 5:25:46 AM.
Learn to detect click events outside a component in Angular. Follow step-by-step instructions covering prerequisites, project setup, Bootstrap integration, and directive implementation.
Navigating Azure Storage: Essential CLI Commands
11/29/2023 6:36:11 AM.
Azure CLI unlocks the power of Microsoft Azure Storage. Key commands like create, show, list, update, and delete storage accounts empower efficient cloud storage management. Elevate your Azure journey
Useful Git Commands
10/6/2023 5:09:57 AM.
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 be
Essential Git Commands Every Developer Should Know
9/23/2023 1:31:18 PM.
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 k
Transaction Control Language (TCL) Commands in SQL
9/14/2023 6:04:10 AM.
In this article we will learn about Transaction Control Language (TCL) Commands in SQL.
SQL Commands
9/8/2023 6:12:46 AM.
In SQL Server, various types of SQL commands are essential for managing and querying databases. These include Data Query Language (DQL) for retrieving data, Data Definition Language (DDL) for defining
Help and Show Commands in MySQL
8/10/2023 5:18:50 AM.
This article describes general information about the database and provides help for these commands.
Basics Of Database With Real Life Example
8/3/2023 5:13:37 AM.
The basics of databases refer to fundamental concepts and principles that underpin the design, organization, and management of data in computer systems. Databases are essential components in modern co
The Convergence of Voice Commands and Generative AI with Other technologies
8/2/2023 9:03:25 AM.
The Convergence of Voice Commands and Generative AI with Other technologies
Boosting Your Productivity with .NET Core CLI Commands
7/31/2023 7:12:09 AM.
Boost productivity with Visual Studio's command-line interface (CLI) for .NET Core. Learn essential commands for creating projects, running applications, managing dependencies, and more. Streamlin
SQL Commands : DDL, DQL, DML, DCL, TCL with Examples
7/25/2023 6:08:58 AM.
Master the art of SQL DDL commands, DCL commands, DQL commands, DML commands, TCL commands for effective database management.
Docker Commands
7/10/2023 4:20:30 PM.
Docker Commands
WebdriverIO Functions and Commands
6/12/2023 11:48:16 AM.
Secret GIT commands
5/4/2023 9:47:34 PM.
Some of the secret commands in GIT
How To Use Cargo Commands In Rust?
5/1/2023 9:58:21 AM.
explain all main commands in rust programming langugue
How To Update Table Data In Mysql
4/28/2023 9:05:28 AM.
Mysql DML commands and Update command in a Mysql.
How to use MySQL DML commands in Rust
4/25/2023 5:46:39 AM.
In this article We learned how to Select, insert, update, and delete data in our database using rust.
Details about Dokcer and it's basic commands
4/18/2023 8:37:42 AM.
Details about Docker and it's basic commands
Commonly Used Vue.js Commands
3/17/2023 10:23:41 AM.
In this article, you will learn about Vue.js Commands.
Most Important SQL Commands
2/23/2023 6:22:35 AM.
In this article, you will learn about the most important SQL Commands.
Useful Commands in SQL
2/23/2023 6:05:36 AM.
Here I will describe some useful commands in SQL.
Types of Commands in SQL Server
1/23/2023 6:37:23 AM.
This article explains various types of SQL Server commands, like DDL, DCL, DML, and TCL etc.
Insight.Database .NET Micro ORM - Executing And Carrying Out SELECT SQL Commands
1/10/2023 8:17:02 AM.
Insight. The database micro-format for.NET is quick, light, and, dare we say it, fantastic. SQL commands are simple to run using Insight. SqlCommand class and parameters are no longer used. AddWithVal
Run Powershell Commands From The Azure Portal
12/27/2022 5:07:43 AM.
In this article, you will learn how to run Powershell Commands from the Azure Portal.
Grant and Revoke Command in SQL Server
12/18/2022 6:10:42 PM.
Grant SQL statement grants permissions on an object to a user. Revoke removes permissions on an object. In this article, learn about Grant and Revoke in SQL Server.
Browser Commands In Webdriver IO
10/31/2022 6:56:52 AM.
In this article, you will learn about Browser Commands In Webdriver IO.
Browser and Action commands in Cypress
10/27/2022 11:08:48 AM.
In this article, we will see some of the browser and action commands in cypress.
Browser Commands Selenium With Python
10/26/2022 7:22:51 AM.
In this article, you will learn about browser commands selenium with python.
Adding Custom C# Slash Commands To Mattermost
4/29/2022 2:22:19 PM.
This article describes a prototype that can be reused easily to host custom slash commands for the popular Mattermost team collaboration software. A slash command is a functional extension that allows
Manage GitHub Repository Using Visual Studio Code
4/18/2022 7:21:53 AM.
How to manage public and private repository using VS Code and Push Project Changes to Repo
Run Commands On Microsoft Azure Virtual Machine
4/18/2022 7:03:49 AM.
if you have a virtual machine and you need to run some commands then normally you've to log in and then open a terminal and then execute your commands. What if there is another way of doing let us
Text-to-Speech Conversion in C#
4/5/2022 12:01:42 PM.
This article provides some elementary information about how to perform text to speech conversion using the speech SDK 5.1.
Important Git Commands With Examples
3/10/2022 5:46:51 AM.
This article describes the Important Git commands with examples and use cases
Frequently Used Linux Commands
1/20/2022 4:13:58 PM.
This article will help to learn the simple and frequently used Linux commands
Maven: What , When & Why?
1/19/2022 1:57:00 PM.
Maven intro, POM files details , Frequently used commands
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Know About GitHub Reviewer
1/17/2022 2:34:00 PM.
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
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull Request
1/17/2022 2:32:13 PM.
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
Artillery - API Freighting Tool Overview
1/8/2022 10:28:47 AM.
Load Performance Testing, Artillery tool setup , Basic commands , Debugging & Reporting
Code CheckIn Using Git Commands
12/31/2021 6:28:40 AM.
This article explains how to check in the code to Azure Dev Ops repository using git commands
Lesser Known Git Commands
12/30/2021 4:05:31 AM.
The article covers 5 important rare git commands, which are extremely useful
Top 15 Git Commands With Examples For Every Developers💪
11/12/2021 10:46:01 AM.
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 col
List Of Frequently Used Docker Commands
8/12/2021 11:13:39 AM.
In this article, you will learn about frequently used docker commands.
Important Queries In MySQL
6/30/2021 11:19:35 AM.
A list of Important Queries In MySQL. These queries are very useful whenever we face any difficulty in MySQL.
List Of Commonly Used GitHub Commands
6/29/2021 2:41:02 PM.
I'm adding here the list of commonly used GitHub commands. These are the commands we use in our day to day programming when working with GitHub Repository.
Commonly Used Angular Commands
6/28/2021 2:57:22 PM.
A list of commonly used Angular commands. These commands are helpful whenever we face some problem while working on Angular projects.
Managing Files On GitHub Using Git Bash 📥📤 In Real-Time Scenario - Owner Uploads Project In GitHub Repo
5/25/2021 2:41:17 PM.
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
Lets Know About Team In GitHub 📥📤 In Details
5/22/2021 2:35:34 PM.
Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions. Organization owners and team maintainers can give teams admi
Let's Learn About GitHub Projects 📥📤 In Detail
5/21/2021 12:18:56 PM.
We can now implement GitHub Projects at the Organization level. All users in the Organization will have access to its Projects, so we and our team can plan and manage work across repositories.
Steps To Create And Configure Organizations In GitHub 📥📤 In Details
5/21/2021 5:29:14 AM.
Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once. Owners and administrators can manage member access to the organization's d
Let's Learn About Git Default Branch 📥📤 In Detail
5/11/2021 8:28:49 PM.
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 B
How To Sync A Fork Repository With An Upstream Repository Using Git Commands
5/3/2021 5:04:25 AM.
While contributing to various open-source projects on GitHub, it is important for us to keep our fork repository in sync with an upstream repository. This video shows how to sync a fork repository wit
Altering Item Insights Security In Microsoft Graph Using PowerShell Commands
4/23/2021 2:15:45 PM.
Item experiences security settings give the capacity to arrange the perceivability of insights which is got from Microsoft Graph
20 Git Commands You Should Know
3/25/2021 7:40:27 PM.
In this article, we'll go over 20 useful Git commands that every software developer should be aware of.
Important Commands In PowerShell
2/23/2021 4:45:01 PM.
In this article, you will learn about working with important basic PowerShell commands.
Look at WinDbg Commands For Advanced .NET Debugging
12/3/2020 1:02:17 AM.
This article describes the WinDbg commands helpful for analyzing an ASP.NET memory dump.
ADO.NET: What's changed in .NET Beta 2?
11/2/2020 9:11:16 AM.
ADO.NET API is one of the changed APIs. In this article, I've covered some of ADO.NET changes in Beta 2.
Azure - Using Powershell
10/13/2020 7:44:03 AM.
In this article, you will learn about Azure Powershell.
Hello World .NET Core On Linux
7/19/2020 8:21:09 AM.
In this article, you will learn how to implement .NET Core in Linux.
Introduction To SQL And SQL Commands
7/6/2020 1:14:17 AM.
In this article, I am going to explain different types of SQL commands which are DDL, DML, DQL, DCL, and TCL.
List Of Various Git Commands
6/30/2020 7:41:58 AM.
In this article, I will provide information on various Git commands and their usage.
Governance - Scan Office 365 Groups Created with User First or Last Name using Office 365 CLI Commands
3/23/2020 2:39:54 PM.
In this article, you will learn how to scan Office 365 Groups created with a user's first or last name using Office 365 CLI commands.
Python Web Framework Django With Setup
2/10/2020 12:09:36 AM.
In my previous articles, we have learned all the basics of the Python programming language. In this article, we will discuss the Web Development in Python with Django Framework. We will see what Djang
Docker For Beginners
1/3/2020 8:48:11 AM.
In this article, we are going to see how to install docker in Redhat Enterprise Linux and learn some basic operations with docker commands.
Managing Flows Of Power Automation With Office 365 CLI Commands
12/27/2019 2:50:45 PM.
In this article, we will learn how to manage flow of Power automation with Office 365 CLI
SPFx Commands Cheat Sheet
10/31/2019 2:30:09 AM.
In this article, we will revise all the useful commands for SharePoint Framework.
Provisioning Linux Virtual Machines Through PowerShell Commands
9/3/2019 10:29:39 AM.
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux Virtual Machines.
Managing Microsoft Teams With Office 365 CLI Commands
8/14/2019 9:17:55 AM.
In this article, we will learn how to manage teams with Office 365 CLI.
Basics of ADO.NET
8/13/2019 12:05:59 AM.
In this article is a basic introduction to ADO.NET, a technology in .NET used to connect with any type of database.
Commit and Rollback Commands in SQL Server
6/3/2019 4:39:44 AM.
In this article I describe Commit and Rollback Commands in SQL Server.