C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gowtham Rajamanickam(11)
Mahesh Chand(3)
Vinay Ayinapurapu(2)
Saleh Qadeer(1)
Sandhiya Priya(1)
Amit Kumar(1)
Vignesh Kumar(1)
Mushtaq M A(1)
Pushpendra Shukla(1)
Uday Dodiya(1)
Rajesh Gami(1)
Sanwar Ranwa(1)
Kartik Pawar(1)
Rafnas T P(1)
Delpin Susai Raj(1)
Abdul Rasheed Feroz Khan(1)
Kunal Patel(1)
Sonia Bhadouria Vishvkarma(1)
Mike Gold(1)
K Niranjan Kumar(1)
Resources
No resource found
How To Apply Padding In Xamarin
Mar 12, 2019.
In this article, you will learn what padding is and how to set it for the layouts. We will also see how to set it for different platforms like UWP, Android and iOS.
CSS Margin vs Padding
Nov 21, 2025.
Master CSS spacing! This guide clarifies margin vs. padding with real-time UI examples, before/after outputs, and visual diagrams for clean, modern web design.
Padding Strings In C#
Aug 21, 2010.
This code snippet shows how to pad strings in C# and .net core. Padding in the string is adding a space or other character at the beginning or end of a string. String class has String.PadLeft() and String.PadRight() methods to pad strings in left and right sides.
A Complete Guide to the aspect-ratio Property
Jul 31, 2025.
The aspect-ratio CSS property helps maintain consistent width-to-height proportions of elements like images and videos, making responsive design easier without using padding hacks or JavaScript tricks.
Handle Unexpected Pop-Ups in Power Automate Desktop Flow Like a Pro -PAD
Jul 15, 2025.
Handle Unexpected Pop-Ups in Power Automate Desktop Flow Like a Pro -PAD
Move and Delete Files Like a Pro using Power Automate Desktop
Jun 28, 2025.
How to move and Delete Files Like a Pro using Power Automate Desktop
🔄 Power Automate Desktop: How to Copy the File to another location (PAD)
Jun 27, 2025.
Learn how to automate file copying in Power Automate Desktop using the “Copy file” action. This article covers single and bulk file transfers, error handling, and practical workflow tips.
How To Run JavaScript in Power Automate Desktop Using “Run JavaScript” Action
Jun 17, 2025.
Learn how to run JavaScript directly in Power Automate Desktop using the “Run JavaScript” action. Build objects, return JSON via WScript.Echo(), and integrate JS logic seamlessly into your PAD flows.
How to Use Variables in Power Automate Desktop
Jun 05, 2025.
Learn how to use variables in Power Automate Desktop (PAD) to store, pass, and manipulate data. From text to tables, master types, creation methods, and real-world examples to build smarter flows.
Power Automate Desktop - How to Use For Each Loop and Best Practices (PAD)
Jun 05, 2025.
Learn how to use the For Each loop in Power Automate Desktop with real-world Excel examples, best practices, and error handling tips to build clean, efficient, and scalable automations.
Power Automate Desktop: Read Excel and Use as Data Table (PAD)
May 31, 2025.
Learn how to read a local Excel file and convert it into a Data Table using Power Automate Desktop. Easily loop through rows, display data in message boxes, and enhance your automation workflows.
How to Do Error Handling in Power Automate Desktop Flow (PAD)
May 30, 2025.
Learn how to implement error handling in Power Automate Desktop (PAD) flows using Try-Catch blocks and best practices to manage exceptions and ensure smooth execution in RPA workflows.
How to Create and Use Subflows in Power Automate Desktop Like a Pro (PAD)
May 30, 2025.
Learn how to create and use subflows in Power Automate Desktop (PAD) to organize your automation workflows efficiently, improve reusability, and simplify complex tasks like a pro.
How to Capture UI Elements in Power Automate Desktop Flow (PAD)
May 30, 2025.
Learn how to capture UI elements in Power Automate Desktop (PAD) to automate desktop applications easily. Perfect for beginners and those exploring UI automation with Microsoft PAD tools.
Create Your First Desktop Flow in Power Automate Desktop (PAD)
May 23, 2025.
Power Automate Desktop is Microsoft’s free tool that lets you automate tasks on your Windows PC without coding. Easily create flows to handle repetitive work like data entry, app control, web scraping, and more.
Encryption and Decryption using AES in .NET Core and .NET Framework
Sep 02, 2024.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm using the same key for both encryption and decryption. In C#, AES encryption involves setting up a RijndaelManaged instance with a key, IV, and mode (e.g., CBC). Data is encrypted using CryptoStream and then encoded to Base64. Decryption reverses this process.
Signature Pad Using .NET MAUI Community Toolkit
Apr 27, 2023.
.NET MAUI is a powerful platform for building cross-platform mobile applications, and with the right tools and resources, it's easy to add signature pad functionality to your app. In this tutorial, we'll walk you through the steps of the signature pad in .NET MAUI using .NET MAUI Community Toolkit.
How To Integrate Signature Pad Into The Blazor Project
Dec 26, 2022.
This article explains how to integrate the signature pad into the Blazor project.
How To Create Signature Pad With SignatureView in Android
Dec 04, 2022.
This article will teach you how to make a signature pad in Android Studio.
How To Use Signature Pad Using Angular
Nov 24, 2022.
Signature Pad could be a JavaScript library for drawing sleek signatures. It's supported the HTML5 canvas and uses variable-width Bezier curve interpolation based on drum sander Signatures denote by Square. It works on all fashionable desktop and mobile browsers and doesn't deem any external libraries.
How To Create A Signature Pad In ReactJS Application
Aug 09, 2022.
In this article, you will learn how to create a signature pad in ReactJS Application.
Installing Power Automate Desktop
Apr 28, 2021.
This article tells how to install power automate desktop.
An Overview Of Power Automate Desktop
Apr 28, 2021.
This article explains basic understanding Power Automate Desktop
How To Create A SignaturePad Application Using Xamarin.Forms
Aug 08, 2018.
In this article, we will discuss about how to create an SignaturePad Application using Xamarin.Forms.So, let us dive into the article.SignaturePad is used for taking signatures in digital way i.e., through electronic devices like Mobiles. This is digital signature is used to take digital signature on the docs like PDF, Word,... Now, we will see how to develop a SignaturePad.
Drawing Pad or Signature Pad For Android Using Xamarin.Forms
Jan 12, 2018.
This article will explain how to create a drawing pad or signature pad for Android OS using Xamarin Forms.
Creating A Signature Pad In Xamarin.Forms
Oct 31, 2017.
In this article, you will learn how to create a Signature Pad in Xamarin.Forms using Visual Studio.
Creating A Drawing Pad In WPF
Jul 11, 2016.
In this article, you will learn how to create a drawing pad in WPF.
Create Signature Pad Using AngularJS
Feb 13, 2016.
In this article you will learn how to create signature pad using AngularJS.
CSS Properties in HTML : Level-1
Oct 11, 2012.
Tody, we are going to discuss the CSS Properties with examples.
A Loader and Game Pad for Playing Sudoku
Jan 13, 2006.
This C# application will allow you to load existing Sudoku games, manually create your own games, save, print, and check Sudoku puzzles, and more. The article also describes how to use the XmlDocument class to persist Sudoku templates and games in progress.
Strings in C# Part 2
Feb 05, 2003.
This article discusses how to format, trim and pad strings using the String class. The article also covers the StringBuilder to effectively deal with string such as string concatenation,
Working with Strings in VB.NET
Feb 05, 2002.
This article is VB.NET version of Working with Strings in .NET using C#.
Word Pad in C#
May 11, 2001.
This application explores the Rich Text control in C#,its properties and methods. Explains the usage of common dialog boxes File open, File save and Font dialog box.