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 Short
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abiola David (3)
Prabhakar Maurya (3)
Ashwani Tyagi (3)
Onkar Sharma (2)
Ravi Patel (2)
Jignesh Trivedi (2)
Mahesh Chand (2)
Shridhar Sharma (2)
Kartik Kumar (2)
Abhishek Kumar (2)
Aman Singhal (2)
Gaurav Gupta (2)
Dhruvin Shah (2)
Banketeshvar Narayan (2)
Mohammad Elsheimy (2)
Sangeetha S (1)
Vinodh Kumar (1)
Abhishek Chadha (1)
Rohatash Kumar (1)
Suraj Vishwakarma (1)
Akshay Phadke (1)
Sanwar Ranwa (1)
Satyaprakash Samantaray (1)
Ajay Kumar (1)
Naresh Beniwal (1)
Vinoth Xavier (1)
Subarta Ray (1)
Vishal Yelve (1)
Pravallika Varada (1)
Chris Love (1)
Shamseer K (1)
Uday Dodiya (1)
Rajesh Charagandla (1)
Mushtaq M A (1)
Mark Pelf (1)
Vitalii Honcharuk (1)
Arun Potti (1)
Bohdan Stupak (1)
Sandhya Shinde (1)
Rijwan Ansari (1)
CSharp TV (1)
Delpin Susai Raj (1)
Sachin Kalia (1)
Manish Kumar Choudhary (1)
Afzaal Ahmad Zeeshan (1)
Nilesh Jadav (1)
Amir Ismail (1)
Habibul Rehman (1)
Iftikar Hussain (1)
Sanghdeep Sanghratne (1)
Gokulakrishna (1)
Dipa Mehta (1)
Arjun Panwar (1)
Satheesh Elumalai (1)
Rizwan Ali (1)
Arun Choudhary (1)
Shubham Srivastava (1)
Shalini Dixit (1)
Gagan Bansal (1)
Mithilesh Kumar (1)
Gajendra Jangid (1)
Dipendra Shekhawat (1)
Biswabid Rath (1)
Rajneesh Chaubey (1)
David Mccarter (1)
Aakash Maurya (1)
Tapan Patel (1)
Sibeesh Venu (1)
Safa Arooj (1)
Saqib Majeed (1)
Gagan Sharma (1)
Mahender Pal (1)
Rahul Bansal (1)
Ashish Nakil (1)
Joginder Banger (1)
Simi Tkd (1)
Sagar Pardeshi (1)
Arpit Jain (1)
Anubhav Chaudhary (1)
Satya Prakash (1)
Shekhar Chauhan (1)
Richa Garg (1)
Related resources for Short
No resource found
Windows Shortcut keys for Working in Android Studio
11/11/2024 7:08:32 AM.
This guide covers the most useful shortcuts for coding, navigation, and debugging in Android Studio. Learn how to speed up your workflow and work more efficiently with these simple keyboard shortcuts
Internals of ‘Shortcuts’ feature in Microsoft Fabric
7/11/2024 10:05:23 AM.
Explore the intricate workings of Microsoft Fabric's 'Shortcuts' feature, delving into its internal mechanisms and functionalities. Uncover how these shortcuts streamline workflows, automa
6 One Liner Hacks In JavaScript
5/30/2024 11:47:32 AM.
Discover 6 one-liner hacks in JavaScript to optimize your code effortlessly. Utilize ES6 features for concise solutions in array manipulation, object handling, string operations, and functional progra
Fabric Lakehouse Shortcut to Google Cloud Platform Storage
5/9/2024 4:55:24 AM.
In this Data Engineering video, I walked you through how to create GCP Cloud Storage, upload file into the bucket, create fabric lakehouse and shortcut to the GCP data.
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
Integrating Node.js and Python for URL Shortening with pyshorteners
5/1/2024 9:18:01 AM.
we will explore the process of integrating Node.js and Python to create a simple URL shortening application using the pyshorteners library. By combining the strengths of both languages, we can leverag
Create Azure ADLS Gen 2 and Fabric Lakehouse Shortcut for Analysis
5/1/2024 4:55:30 AM.
This video shows how to create Azure ADLS Gen 2, create container, upload files and create a shortcut in Microsoft Fabric Lakehouse for downstream analytics.
Nine Ways To Open File Explorer In Windows 10
4/26/2024 11:58:05 AM.
File Explorer in Windows 10 facilitates file and folder management through a graphical interface. Learn various methods like keyboard shortcuts, Run dialog, Command Prompt, PowerShell, taskbar, start
Learn $http Service In AngularJS
4/22/2024 6:58:58 AM.
Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
Developer Productivity By Visual Studio Shortcuts
3/5/2024 10:31:36 AM.
Boost your coding efficiency with Visual Studio shortcuts! Navigate, edit, and debug your code like a pro using time-saving keyboard commands. Accelerate your development workflow and enhance producti
Launch Startup Settings in Windows 8
2/26/2024 9:34:35 AM.
This article provides a detailed guide on how to access Startup Settings in Windows 8, essential for advanced troubleshooting and problem-solving on PCs.
How to Take Screenshots in Windows 10
2/23/2024 6:52:59 AM.
In this tutorial, I discuss how to Discover various methods to effortlessly capture screenshots in Windows 10. From utilizing keyboard shortcuts like Print Screen to leveraging built-in tools like Sni
What Is Function Shorthand in Directive Hooks in Vue.js
2/22/2024 11:04:16 AM.
Vue.js directive hooks, using the "function shorthand," provide a concise and readable way to define directive behavior directly within a component, improving simplicity, organization, scopi
How to Shorten URL using Custom Pipe in Angular
2/17/2024 3:24:49 AM.
In this article, We will learn steps to create a pipe that shortens a long URL and Link.
Null Coalescing (??) Operator in C#
2/7/2024 11:29:43 AM.
In this article, we will learn about Null Coalescing (??) Operator in C# programming. Explore the Null Coalescing (??) Operator in C#, a versatile tool for handling null values. Learn its syntax, usag
Building a URL Shortener with .NET
2/1/2024 7:24:19 AM.
Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring co
Create Shortcuts to AWS S3 from Fabric Lakehouse
1/29/2024 9:38:11 AM.
In this video, I demo how to create Shortcuts in Fabric Lakehouse from AWS s3 service. If you enjoy this video, give it a thumps up, comment and share with your friends and connection
What Is Short keyword In C#
1/16/2024 6:27:30 AM.
In this article, you will learn about What is Short Keyword in C#
.NET Core: Custom Middleware Short Circuit
12/1/2023 10:28:31 AM.
This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
Angular CLI: Your Shortcut to Angular Development
11/29/2023 6:17:19 AM.
Angular CLI, a commanding tool in front-end development, simplifies Angular app creation, testing, and deployment. From installation to production build, its commands streamline processes, letting dev
Google Chrome Shortcut Keys for Windows
8/27/2023 1:39:14 PM.
This article will teach you about Google Chrome Shortcut Keys for Windows.
Tips and Tricks for using Visual Studio efficiently
5/9/2023 5:23:36 AM.
VS Code Hacks: How to Customize Keyboard Shortcuts for Your Workflow
4/20/2023 3:34:19 PM.
Maximize your productivity as a developer with these essential VS Code keyboard shortcuts. Learn how to streamline your workflow, customize your shortcuts, and debug like a pro. From basic editing com
Short-Circuit Evaluation In C#
12/1/2022 8:56:21 AM.
In this article we will have a deep-dive discussion about C# short-circuit evaluation.
Convert Long, Short, Single to Byte Array in C#
9/30/2022 6:50:03 AM.
The BitConverter class in .NET Framework is provides functionality to convert base data types to an array of bytes, and an array of bytes to base data types.
URL Shortener Application In Python
9/30/2022 5:52:49 AM.
In this article, we will learn how to make short urls in Python.
Convert Long to Short File Names in C#
8/31/2022 9:46:32 AM.
Here in this article is very simple code for short to long and long to short file names conversion.
App Shortcuts In Xamarin Forms
8/15/2022 1:20:22 AM.
In this article, you will learn about App Shortcuts in Xamarin Forms.
Dependency Injection Pattern In C# - Short Tutorial
7/31/2022 11:30:44 PM.
In this article, we explain DI Pattern, DIP, IoC, and DI Container.
Fast, Short And Clean O1 LRU Cache Algorithm Implementation In C#
3/23/2022 6:09:56 AM.
In this article, you will learn about Fast, short and clean O1 LRU Cache implementation in C#
How To Create A Tool Shortcut In Dynamics 365 CE XrmToolBox?
11/22/2021 11:53:36 AM.
In this article, you will learn how to create a tool shortcut in Dynamics 365 CE XrmToolBox.
Strive For Short-Lived Synchronous Communication
11/7/2021 5:27:08 AM.
In this article, you will learn about strive for Short-Lived Synchronous Communication.
Shortcut Keys In Visual Studio
11/4/2021 5:10:30 AM.
In this article, we are going to learn different types of shortcut keys available in visual studio along with important points to remember for quality code.
Most Popular And Useful Visual Studio Shortcut Keys
10/30/2021 5:24:47 PM.
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy shortcut keys for visua
Developer Shortage and Latest Job Trends - Growth Mindset Show
10/28/2021 2:48:32 PM.
This is the new episode of Growth Mindset.
Xamarin.Forms - App Shortcuts Using Xamarin.Essentials
7/2/2021 2:32:17 PM.
In this article, you will learn how to add shortcuts using Xamarin.Essentials in Xamarin.Forms App
Short Snippet For Image Handler in ASP.NET: Real World Scenario
6/8/2021 9:26:44 AM.
In this article, you will see how to bind an Image Handler in ASP.NET.
Practical Approach to Learn MVC: Part 5
5/25/2021 7:06:03 AM.
In this article, you will learn the basics of customization of the Index view.
Random URLs and How to Create Them in ASP.Net
1/18/2021 10:32:53 AM.
In this article, we will learn what random URLs are and how to create them in ASP.NET.
Short Overview of .NET
1/16/2021 11:00:16 AM.
This article provides an overview of the .NET Framework.
DotVVM - Add Shortcuts To Your Buttons And Links
6/22/2020 7:47:20 AM.
In this article you will learn how to add shortcuts to your buttons and links.
Best Code Editor Keyboard Shortcuts In Visual Studio For More Productivity
6/12/2020 10:35:57 AM.
In this article, we will learn a few VisualStudio code editor keyboard shortcut keys for better developer productivity. For professional developers, it's critical to know how to do simple code edi
A Few CSS Tips
5/7/2020 7:09:35 AM.
This article provides some tips for a writing style for your application.
How To Insert Short Date Format ("DD/MM/YYYY") Into Database Table In ASP.NET Using Ajax Calendar Extender And Display It Into Gridview
2/28/2020 9:00:24 AM.
In this article, you will learn how to insert short date format("dd/mm/yyyy") into database table in asp.net using ajax calendar extender and display it into gridview.
A Short Note On AWS Networking
2/17/2020 9:12:30 AM.
In this article, you will learn about AWS Networking.
JuPyteR🐍 Notebook/Console Tricks🎲 & Short-Cuts🗝️
2/10/2020 12:28:33 AM.
In this article, we will learn about the tricks and shortcuts of the IDE - Jupyter. All the shortcuts are very interesting and easy to remember. The major features of this console are also very import
New Keyboard Shortcuts in Windows 10
1/17/2020 4:03:35 PM.
This article intends to introduce some of the new keyword shortcuts in Windows 10.
Windows 8 Keyboard Shortcuts
1/17/2020 9:58:49 AM.
Check out a list of useful Windows 8 shortcut keys.
Windows 8: Adding Shortcuts to Metro UI
1/16/2020 4:16:53 PM.
In this article, we learn how to create a shortcut in Windows 8 and how to apply this shortcut.
Don’t Waste Time Until You Reach All The Keyboard Shortcuts Key In Windows 10!
1/16/2020 2:31:56 PM.
In this article, you will learn all the keyboard shortcuts used in Windows 10.
How To Use Shortcuts Keys Of Microsoft Edge Browser In Windows 10
1/13/2020 4:38:07 AM.
In this article, you will learn how to use shortcuts keys of Microsoft Edge Browser in Windows 10.
Angular Code Optimized Functions
1/11/2020 6:52:19 AM.
In this article, you will learn about angular code optimized functions.
Set the Icon of a Folder Shortcut in Windows 10
1/6/2020 5:34:52 AM.
This article will mainly focus on how to change the icon of a shortcut in Windows 10.
Create Shortcut For Setting the Account Picture in Windows10
1/6/2020 5:28:21 AM.
In this article we will learn how to set the account picture in Windows 10.
Clear the Clipboard Memory in Windows 10 by Shortcut
1/3/2020 3:20:03 AM.
This article explains the clipboard in Windows 10 and also how to clear the clipboard memory in Windows 10 using a shortcut.
Enable Control Key Shortcuts in Command Prompt: Windows 10
1/3/2020 12:03:32 AM.
This is one big thing that Microsoft has included in Windows 10.
Create Desktop Shortcut to Favorites in Windows 8
12/30/2019 4:20:50 AM.
In this article we explain how to create a Desktop shortcut to the Favorites in Windows 8.
How to Create Recent Window Tile in Windows 8
12/17/2019 3:46:01 AM.
In this article we are going to explain how to pin recent shortcuts to start screen.
Internet Explorer 10 Shortcut Keys In Windows 8
12/17/2019 12:10:09 AM.
In this article we are going to explain Internet Explorer 10 Shortcut Keys In Windows 8.
Create All Applications Shortcut in Windows 8
12/12/2019 5:26:46 AM.
In this article we are explaining how to create a shortcut for All applications in Windows 8.
Shortcuts Keys For Windows 8
12/8/2019 11:11:09 PM.
This article describe how to use of Hotkeys for Windows 8.
Add Shutdown Shortcut to Start Screen in Windows 8
12/6/2019 12:41:48 AM.
In this article we are going to learn how to create your own shortcut shutdown icon on the start screen.
Create Shortcut Icons in Windows 8
12/6/2019 12:09:18 AM.
In this article we are going to learn how to create an icon in Windows 8 to restart your system.
Make Keyboard Easier to Use in Windows 8
12/2/2019 2:58:36 AM.
In this article we will provide some guideline to easily modify the use of the keyboard.
Important Shortcut Keywords For NetBeans IDE
9/19/2019 5:42:49 AM.
Basic keys used for shortcuts in NetBeans are discussed in this article.
Create Your Own Shortcuts in Netbeans
7/31/2019 3:33:36 AM.
Here is the tutorial of how to create your own shortcuts in Netbeans.
Filtration, Sorting, And Pagination In Angular 7 Using Web API And SQL Server
3/18/2019 4:43:51 AM.
In this article, I am going to perform some tasks like binding records, pagination, sorting, and filtration in an Angular 7 Web application. The back-end used here is a SQL Server database.
Visual Studio Code Keyboard Shortcut For Windows
3/8/2019 8:15:40 AM.
In this article, I will discuss various Visual Studio Code keyboard shortcuts that we can use while working on a Windows PC. It will help the developers to boost their performance and efficiency.
Ten SQL Server Shortcuts You Must Know
9/5/2018 4:02:11 AM.
In this article, I have listed shortcuts that I usually find helpful while working with SQL Server Management Studio.
Customize Visual Studio Code Shortcuts
7/9/2018 11:27:05 AM.
Couple of months ago I started using Visual studio code for my development activities. I found myself in very uncomfortable with the keys and shortcuts. I have been using Visual studio for more than 6
Tricks And Shortcuts To Use Visual Studio Like A Pro and Double Your Code Speed
3/8/2018 10:48:17 PM.
In this article I’m going to show you lots of tricks and shortcut keys in Visual Studio so you can write code faster.
Visual Studio Shortcut Keys
3/7/2018 11:09:20 PM.
In this article you will learn about some Visual Studio Shortcuts.
Useful URL Shortcuts For SharePoint Online - Part Two
10/29/2017 12:46:00 PM.
In this second part of URL shortcuts, I am going to write some useful URLs which will help developers or administrators perform their daily tasks in a very easy manner. As a developer these shortcuts
Useful URL Shortcuts For SharePoint Online - Part One
10/26/2017 2:25:20 PM.
In this article, I am going to write some useful URLs which will help developers or administrators perform their daily tasks in a very easy manner.
There Isn't A Shortcut To Success
5/8/2017 2:54:57 PM.
This article makes you understand that there isn't a shortcut to success.
Generate Short URL Using Google URL Shortener In Nintex Workflow Office 365
12/21/2016 5:16:51 PM.
Here you will learn how to generate a short URL using Google URL shortener in Nintex Workflow, in Office 365.
Creating Visual Studio Debug Shortcut
8/3/2016 4:59:24 PM.
In this article, you will learn how to create a Visual Studio debug shortcut.
Converting A String To Different Cases And Humanizer
5/30/2016 10:36:33 AM.
In this article, you will learn ways to convert a string to different cases, for example Upper case, Lower case, Title case (capitalize each word), Camel case, Pascal case, Sentence case, Toggle case
Keyboard Query Shortcuts In SQL Server Management Studio
5/6/2016 12:38:21 PM.
In this article we are going to see some shortcuts that may be useful to you when you work with SQL Server Management Studio.
Shortcuts And Features Of Visual Studio 2015
2/6/2016 2:15:42 PM.
In this article we will talk about features, shortcuts, and tips for Visual Studio 2015 .
Professional Useful Visual Studio Features And Shortcuts
2/4/2016 9:48:58 AM.
In this article you will learn about some useful Visual Studio features & shortcuts.
Visual Studio Code Keyboard Shortcut
12/26/2015 10:48:01 AM.
In this article you will learn about Visual Studio Code keyboard shortcuts.
Important Keyboard Shortcuts In SQL Server 2014
12/22/2015 12:32:35 AM.
This article will help you to know about the shortcuts that are mostly useful while using SQL Server.
Adding View Shortcut In SiteMap
12/6/2015 12:43:52 PM.
This article is about adding a view link in SiteMap.
What to do if Shortcut Key CTRL + R Does Not Work in SQL Server
5/12/2015 11:33:23 AM.
In this article, we will go through the uses of CTRL + R Key in SQL Server. Here, we will also look at the solutions for when a key stops working in SQL Server.
Shortcuts in Visual Studio that are Trump Cards in Coding
3/24/2015 9:04:01 AM.
In this article, I provide some basic shortcuts for coders to make their lives easier.
Microsoft SQL Server Keyboard Shortcuts
2/23/2015 12:35:00 AM.
Useful Microsoft SQL Server keyboard shortcuts.
Sorting Numbers in SQL Server Without A Sorting Function
11/14/2014 3:16:10 AM.
How to sort numbers in SQL Server. It's not a difficult task but not an easy way. In the front end are many functions that for sorting values but SQL Server has no predefined function available.
Overloading Short-circuit Operators
7/7/2014 11:41:34 AM.
Here we will discuss how to overload short-circuit operators in C#.
SharePoint URL Quick List
1/9/2014 2:21:11 PM.
This article provides some useful shortcuts to help you with SharePoint.
Full Date Short Time ("f") and Full Date Long Time ("F") Format Specifiers in LightSwitch 2012
11/18/2013 8:01:53 PM.
This article describes the differences and use of the Full Date Short Time ("f") and Full Date Long Time ("F") Format Specifiers in LightSwitch Visual Studio 2012.
Short Date("d") and Long Date("D") Format Specifier in LightSwitch 2012
11/16/2013 4:35:03 PM.
This article describes the difference between the Short Date("d") and Long Date("D") Format Specifiers in LightSwitch Visual Studio 2012.
Short Time ("t") Pattern and Long Time ("T") Pattern in LightSwitch 2012
11/10/2013 3:27:16 PM.
This article describes how to use the Short Time Format Pattern and Long Time Format Pattern in LightSwitch Visual Studio 2012.
Difference Between && And &, || And |
9/14/2013 1:48:29 PM.
In this article we will learn a very important and basic part of the "and" and "or" operators.
Customize the Tools Menu of Server Menager by Adding Shortcuts in Administrative Tool
4/21/2013 12:06:05 PM.
In this you will learn how to customize the Tools Menu of the Server Menager by adding shortcuts in the Administrative Tools.
Change Keyboard Shortcuts in Word 2013
1/19/2013 12:22:57 PM.
In this article I will explain how to change Keyboard Shortcuts in Word 2013.
Introduction to Keyboard Shortcuts in JIRA Tool in Testing
12/20/2012 3:49:38 PM.
In this article we discuss various Keyboard Shortcuts in the JIRA tool.
Consuming URL Shortening Services in VB.NET
12/1/2012 2:41:38 AM.
Just another article of the URL shortening services series.Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to.We’re going to discuss how to use Tweetburner first. After that, we’ll inspect its API and learn how to use it in your .NET application.
Consuming URL Is.gd Shortening Services in VB.NET
12/1/2012 2:34:03 AM.
This article is talking about is.gd shortening service, how you can use it, and how to access it via your VB.NET application.
Time Format Specifier In C#
10/27/2012 4:17:36 PM.
In this article I will explain how to use the Time Format Specifier in C#.