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]
Vijayaragavan S(40)
Ammar Shaukat(6)
Pranav Tiwari(3)
Sumit Singh Sisodia(3)
Menaka Priyadharshini B(3)
Nidhi Sharma(2)
Ananya Desai(2)
Mushtaq M A(2)
Delpin Susai Raj(2)
Sanwar Ranwa(2)
Debendra Dash(2)
Sandhiya Priya(1)
Prathamesh Dhopare(1)
Sanjay Kumar(1)
Mariusz Postol(1)
Debabrata Ghosh(1)
Rikam Palkar(1)
Chandradev Prasad(1)
Slim Hammami(1)
Aqib Murtaza(1)
Gowtham Rajamanickam(1)
Yadagiri Reddy (1)
Sandeep Mishra(1)
Daniel Gomez(1)
Virender Verma(1)
Ecco Suprastyo(1)
Harikrishnan N(1)
Dhruvin Shah(1)
Sarathlal Saseendran(1)
Vinoth Rajendran(1)
M Munib(1)
Faisal Pathan(1)
Sudhanshoo Wadekar(1)
Farhan Ahmed(1)
Venkata Swamy Balaraju(1)
Ck Nitin(1)
S.Ravi Kumar(1)
Manoj Kalla(1)
Mahesh Chand(1)
Bikesh Srivastava(1)
Umair Hassan(1)
Nilesh Jadav(1)
Logesh Palani(1)
Gnanavel Sekar(1)
Resources
No resource found
Building Cross-Platform Desktop Applications with Uno Platform and .NET 10
Jun 09, 2026.
Build cross-platform desktop apps with Uno Platform & .NET 10. Share C#, XAML code for Windows, Linux, macOS, web, and mobile.
How to Build a Cross-Platform Mobile App with .NET MAUI
Apr 09, 2026.
Build cross-platform mobile apps with .NET MAUI! Use C# and a single codebase for Android & iOS. Learn step-by-step with examples and best practices. Start now!
What Is WPF in .NET and How Does It Work for Building Desktop Applications?
Apr 07, 2026.
Explore WPF in .NET for building modern Windows desktop applications. Learn about XAML, data binding, MVVM, and its advantages for rich UI and scalable apps.
Understanding the Difference Between header jQuery blur() and textbox onblur
Feb 24, 2026.
Explore the nuances of jQuery's blur() method versus HTML's onblur attribute for handling focus loss events. Understand syntax, use cases, and performance differences to optimize web development workflows. Choose the best approach for form validation and UI updates.
How to Create Custom Controls in WPF?
Feb 17, 2026.
Master WPF custom controls! Learn to build reusable UI components for enterprise apps. Enhance branding, scalability, and maintainability in .NET desktop solutions.
Download Function in PowerFx using Canvas App with Power Apps
Mar 31, 2025.
Learn how to use the Power Fx Download function in Microsoft Power Apps to download files from a URL. Explore canvas app development, controls like TextBox, Label, Button, and test the app in Power Apps Studio.
How to perform CRUD Operations in Power Apps
Nov 10, 2024.
Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view, edit, and delete student records.
How to Apply Custom Fonts in .NET MAUI
Nov 07, 2024.
Learn how to add and apply custom fonts in your .NET MAUI app to enhance design and branding. This guide covers adding font files, registering fonts in MauiProgram.cs, and using them in XAML or C#.
An Overview of the Implementation of ValidationRules in WPF C#
Oct 27, 2024.
In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be enforced.
Programming in Practice - GUI - XAML - Description of the User Interface
Jul 09, 2024.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a description of the user interface.
How to Remove Extra Column from DataGrid WPF Control
May 31, 2024.
The WPF DataGrid often displays an extra column due to default behavior. This issue arises when the source data contains fewer columns than displayed. By adjusting the XAML code and setting the ColumnWidth attribute to "*", the extra column can be removed, ensuring proper alignment of data in the DataGrid.
Let's Create WPF Blazor Hybrid App
Apr 15, 2024.
Unlock the potential of WPF and Blazor by combining their strengths in a hybrid application. Let's seamlessly blend the rich, desktop-centric features of WPF with the modern, web-enabled capabilities of Blazor to create a versatile and powerful application that delivers the best of both worlds.
MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI
Sep 08, 2023.
.NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, macOS, and Windows, all from a unified codebase. This open-source platform is an advancement of Xamarin Forms, expanding its reach to desktop scenarios while enhancing UI controls for improved performance and extensibility.
How to Render XAML Controls in Blazor WebAssembly?
Jul 13, 2023.
Many times, we encounter the need to migrate Silverlight or WPF applications to modern web applications like Blazor WebAssembly. In such scenarios, the typical approach involves re-engineering the Silverlight or WPF application, which can be time-consuming and expensive. However, there is a smarter and easier alternative: we can leverage the 'Xaml for Blazor' NuGet package to reuse our existing XAML code in Blazor WebAssembly. This approach not only saves us significant development time but also reduces costs
Localize your .NET MAUI application
Jun 01, 2023.
Filter Data On XAML Grid In WPF
Oct 18, 2022.
There are different ways to filter data in the XAML grid, but I'm just showing you how you can easily filter your data in the XAML grid by clicking the checkbox.
PowerApps - Create Label And Textbox
Apr 27, 2022.
This article help us to read the values from Textbox and display it in Label
Xamarin.Forms - Style Inheritance
Dec 16, 2021.
In this article, you will learn how to implement Style Inheritance in Xamarin.Forms app.
How To Restrict Space At First Position In Textbox In Angular Application
Dec 13, 2021.
In this article, you will learn how to restrict space at first position in textbox in angular application.
Xamarin.Forms - Validation Using Xamarin Community Toolkit - Part Two
Nov 26, 2021.
In this article, you will learn how to validate xaml elements using Xamarin Community Toolkit in Xamarin.Forms App
How To Enter Text Into A Textbox Using JavascriptExecutor In Selenium WebDriver
Aug 28, 2020.
This guide covers the step-by-step process for utilizing JavaScriptExecutor to interact with web elements, automate text entry, and enhance your Selenium automation scripts. Perfect for improving your web testing efficiency.
Creating A File System Watcher Application
Jul 28, 2020.
This is a desktop file system watcher application.
Reports In DotVVM With GridView, CheckBox, And TextBox Controls
Jun 16, 2020.
In this article you will learn about reports in DotVVM with GridView, CheckBox, and TextBox Controls.
Creating A Custom Component In Power Apps
Apr 07, 2020.
In this article, I will provide information on how to create a custom component in Power Apps.
How to Add a Textbox Value to Gridview in C#
Feb 13, 2020.
This post explains how to add a textbox value to gridview in C#
Xamarin.Forms 4.4 Controls
Jan 23, 2020.
In this article, you will learn about new controls released as a part of xamarin.forms 4.4.
Xamarin.Forms 4.4 Controls - Part Two
Jan 23, 2020.
In this article, you will learn about new Controls in Xamarin.Forms 4.4.
Xamarin UI Test
Jan 15, 2020.
This article is about the Xamarin UI test Cases.
How To Add AutoComplete Textbox In React Application
Jan 02, 2020.
In this article, you will learn how to add an autocomplete textbox in react applications.
Xamarin.Forms - Compiled Bindings
Dec 03, 2019.
Learn what compiled bindings in Xamarin.Forms are and how to use them to improve performance and avoid spelling errors.
Use XAML Previewer To Preview Data In Xamarin Forms
Oct 17, 2019.
In this article, you will learn about XAML Previewer and how it is used to see design time preview of data in Xamarin.Forms
Extract Plain Text From SharePoint Rich Textbox Field In Power BI
Sep 18, 2019.
Streamline data integration and visualization in Power BI by removing HTML from SharePoint list fields. Enhance reporting by transforming HTML-rich text into plain text. Follow the tutorial for efficient data cleaning and presentation, ensuring clear insights for informed decision-making.
How To Start Hot Reloading In XAML
Aug 12, 2019.
In thIs article, I will show you how to start hot reloading in XAML.
Create Custom Textbox In Angular 8 Using Input And Output Decorators
Jul 08, 2019.
In this post, we will create a custom textbox in Angular 8 using Input and Output decorators and provide options to allow a maximum number of characters in the custom textbox and restrict only numeric values, if needed.
XAML Islands - UWP NavigationView Control In WPF Using .NET Core😍
Jun 07, 2019.
In this article, you will learn how to use XAML Islands to host the UWP NavigationView Control in a .NET Core WPF application.
Design Whatsapp Page With Grid Layout In Xamarin.Forms
May 29, 2019.
Explore Xamarin.Forms, a cross-platform mobile framework, facilitating UI development with XAML. Utilize Visual Studio 2017/2019 for C# coding. Design WhatsApp-like layouts using Grid Layout, Labels, and Images. Develop multi-platform apps effortlessly!
AutoComplete Textbox Using Typeahead JS In ASP.NET MVC
May 28, 2019.
We will discuss the Typeahead JS plugin which is used for Autocomplete textbox. It is somewhat better than jQuery UI.
AutoComplete TextBox In WPF
Apr 28, 2019.
In this article, you will learn about AutoComplete TextBox in WPF.
Retrieve Geo Location Coordinates In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 26, 2018.
Reading this article, we can learn how to retrieve the device's current geolocation coordinates (Latitude, Longitude, Altitude) in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Open A Specific Location Using Maps In Xamarin.Forms Application Using Xamarin.Essentials
Nov 23, 2018.
Reading this article, you can learn how to open the installed maps application to a specific location or placemark in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Version Tracking In Xamarin.Forms Application Using Xamarin.Essentials For Android And UWP
Nov 17, 2018.
Reading this article, you can learn how to check the applications version and build numbers along with seeing additional information such as if it is the first time the application launched ever or for the current version, get the previous build information, and more in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Screen Lock Active Or Release In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 16, 2018.
Reading this article, we can learn how to How to Keep your screen asleep while your application running in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
How To Open A Phone Number In The Dialer In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 14, 2018.
Reading this article, we can learn how to How to Open a phone number in the dialer in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Find The Device's Power Energy-Saver Status In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 13, 2018.
Reading this article, you can learn how to Find the device Power Energy-Saver status in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Open A Web Link With Default Browser In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 12, 2018.
Reading this article, we can learn how to Open a web link using default Browser in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Share Data And URI In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 11, 2018.
Reading this article, we can learn how to share data and URI in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
How To Send Content With Default Email Application In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 06, 2018.
Reading this article, you can learn how to send a content with default mail application in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Monitor The Network Connectivity Changes In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 05, 2018.
Reading this article, we can learn how to Check the changes of network connectivity conditions and current network access in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Retrieving Device Display Information In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 01, 2018.
Reading this article, we can learn Retrieving Device Display Information like Device orientation, rotation, width, height, density in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
How To Use Clipboard In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 01, 2018.
Reading this article, you can learn how to copy and paste the text using Clipboard in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development
Check The Battery Information In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Oct 31, 2018.
Reading this article, we can learn how to Check the battery Information like Battery level, status and power source in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Getting Device Info In Xamarin.Forms Application Using Xamarin Essentials For Android And UWP
Oct 26, 2018.
Reading this article, we can learn Getting Device Information like Device Name, DeviceType, Platform, Version, Idiom, Model, Manufacturer in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Retrieving Appinfo In Xamarin.Forms Application Using Xamarin Essentials For Android And UWP
Oct 24, 2018.
Reading this article, we can learn Retrieving Appinfo in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Working With Xamarin Toast Message For Android
Sep 01, 2018.
Here in this article we will learn how to implement Xamarin Toast Message
Working With SQLite In Xamarin.Forms Application
Aug 29, 2018.
In this article, we will learn how to create a simple Registration form and save the data in SQLite and retrieve this data.
Using Rich TextBox In Windows Forms
Aug 16, 2018.
In this article, I am going to explain how to use a Rich TextBox in Windows Forms app using Visual studio 2017.
Using TextBox In Windows Forms
Aug 15, 2018.
In this article, I am going to explain how to use a TextBox in a Windows Forms app using Visual studio 2017.
Search And Highlight Text In Rich TextBox
Aug 14, 2018.
In this article, I am going to explain how to search and highlight text in Rich TextBox in a Windows Forms app using Visual Studio 2017.
MultiSelect Autocomplete Textbox In MVC 5
Jul 17, 2018.
In this article. I will demonstrate how to create a multi-select jQuery autocomplete textbox using MVC 5. I will use jQuery autocomplete plugin and Bootstrap 4.
UniformGrid Control In UWP
Jun 18, 2018.
Reading this article, we can learn how to use the UniformGrid control in Universal Windows Apps development with XAML and Visual C#.
Xamarin.Forms 3.0 Features - CSS Support In XAML
Jun 18, 2018.
In this article, we will learn how to apply styling to our Xamarin.Forms app with CSS and Xamarin.Forms version 3.0 new properties.
How to Use CameraPreview Control In UWP
Jun 14, 2018.
Reading this article, we can learn how to use CameraPreview control in Universal Windows Apps development with XAML and Visual C#.
Customized Azure Cosmos DB With Xamarin.Forms Application (Student Detail) For Android And UWP
Apr 29, 2018.
Reading this article, you will learn how to develop customized (Student APP) Azure Cosmos DB with Xamarin Forms application using Android and UWP in XAML and Visual C# - cross platform application development.
How To Use Menu Control In UWP
Apr 25, 2018.
Reading this article, you can learn how to use Menu Control in Universal Windows Apps development with XAML and Visual C#.
How To Create And Use Azure Cosmos DB In Xamarin.Forms Application For Android
Apr 19, 2018.
Reading this article, you can learn How to Create and use Azure Cosmos DB In Xamarin Forms application using for Android with XAML and Visual C# in cross-platform application development.
Building A Data Driven App Using WPF XamDataGrid
Mar 15, 2018.
A typical rich data-driven Windows client app includes a backend database and a front-end client UI. The app connects to a database, reads the database, displays records in data controls, and implements CRUD operations. The app may also include some advanced UI operations such as sorting, searching, filtering, multiple views, and data export.
How To Use HeaderedContentControl In UWP
Mar 14, 2018.
Reading this article, we will learn how to use HeaderedContent Control in Universal Windows Apps development with XAML and Visual C#
How To Use Alignment Grid XAML Control In UWP
Mar 13, 2018.
Reading this article, we can learn how to use AlignmentGrid Control in Universal Windows Apps development with XAML and Visual C#.
How To Use FocusTracker Control In UWP
Mar 10, 2018.
Reading this article, we can learn how to use FocusTracker Control in Universal Windows Apps development with XAML .
XAML Progress Bar In Xamarin.Forms
Jan 17, 2018.
Long running tasks in any application make the application or software non-responsive. So keep the user updated about the running task and also keep the application responsive during long running tasks.
Using XAML Progress Bar In WPF
Jan 12, 2018.
Long running tasks in any application make the application or software nonresponsive. So to keep the user updated about the running task and also keep the application responsive during long running tasks we can use different kinds of loading bar options like.
Xamarin.Forms Tools - XAML Previewers
Jan 09, 2018.
Initially, when Xamarin.Forms were released, the biggest challenge in developing the mobile application was to develop its UI as there were no drag and drop designers available for it like storyboard designer for iOS or Android designer. But, very soon, this issue was solved by many Xamarin previewers launched by several third-party providers and recently by Microsoft also.
Using XAML Progress Ring In UWP
Jan 05, 2018.
Long running tasks in any application make the application or software non-responsive. So to keep the user updated about the running task and also keep the application responsive during long running tasks we can use different kinds of loading bar options.
Xamarin.Forms Custom Entry
Dec 28, 2017.
This article demonstrates how to create and use a Custom Entry control in Xamarin.Forms, XAML, and C#.
Dock Panel Control In UWP
Dec 10, 2017.
Reading this article, you can learn how to use DockPanel Control in Universal Windows Apps development with XAML and Visual C#.
ParallaxView Control In UWP
Nov 18, 2017.
Reading this article, you can learn how to use ParallaxView Control in Universal Windows Apps development with XAML and Visual C#.
ScrollHeader Control In UWP
Nov 16, 2017.
Reading this article, you will learn how to use ScrollHeader Control in Universal Windows Apps development with XAML and Visual C#.
Radial Gauge Control In UWP
Nov 15, 2017.
Reading this article, you will learn how to use Radial Gauge Control in Universal Windows Apps development with XAML and Visual C#.
OrbitView Control In UWP
Nov 11, 2017.
Reading this article, you will learn how to use OrbitView Control in Universal Windows Apps development with XAML and Visual C#.
Loading Control In UWP
Nov 10, 2017.
Reading this article, you will learn how to use Loading Control in Universal Windows Apps development with XAML and Visual C#.
DropShadowPanel Control In UWP
Nov 09, 2017.
Reading this article, you can learn how to use DropShadowPanel Control in Universal Windows Apps development with XAML and Visual C#.
Expander Control In UWP
Nov 09, 2017.
Reading this article, you can learn how to use Expander Control in Universal Windows Apps development with XAML and Visual C#.
Carousel Control In UWP
Nov 06, 2017.
Reading this article, you can learn how to use Carousel Control in Universal Windows Apps development with XAML and Visual C#.
PersonPicture Control In UWP
Nov 03, 2017.
Reading this article, you can learn how to use PersonPicture Control in Universal Windows Apps development with XAML and Visual C#.
Image Copy And Paste Using Clipboard In UWP
Oct 29, 2017.
Reading this article, you can learn how to perform Copy and paste Images using clipboard in Universal Windows Apps development with XAML and Visual C#.
Copy And Paste Text Content Using Clipboard In UWP With XAML And C#
Oct 27, 2017.
Reading this article, you will learn how to copy and paste the text content using clipboard in Universal Windows Apps development with XAML and Visual C#.
Setting Or Retrieving Geotag In Media File In UWP With XAML And C#
Oct 25, 2017.
Reading this article, you can learn how to set or retrieve Geotagging in Media File in Universal Windows Apps development with XAML and Visual C#.
Security Credential Picker In UWP With XAML And C#
Oct 24, 2017.
Reading this article, we can learn how to use Credential Picker in Universal Windows Apps development with XAML and Visual C#.
TextBox Validation Client Side And Server Side In ASP.NET WebForm
Oct 03, 2017.
This article discusses the importance of validation in web development, covering both client-side and server-side validation techniques. It explains how to perform validation for age, mobile number, and email ID using JavaScript on the client side and C# in ASP.NET on the server side.
Using XAML Control Templates In UWP
Sep 30, 2017.
In this article, we are going to discuss XAML control templates and their use in UWP.
XAML Value Converter With A Simple Example
Sep 27, 2017.
Learn how to convert data formats using XAML's value converters, crucial for transforming string input (like from a textbox) into boolean values (for checkbox status). Explore setup, implementation using IValueConverter, and .NET's built-in classes for efficient data binding in UI design.
What Is The Future of UWP In .NET Standard 2.0
Sep 24, 2017.
What Is The Future of UWP In .NET Standard 2.0
Data Binding In XAML UWP Using ComboBox
Sep 22, 2017.
In this article, we'll learn about Combo Box Control in XAML and data binding of this control as well in UWP Applications.
Creating An Autocomplete Textbox In Angular
Sep 02, 2017.
In this, we will learn how to create an autocomplete textbox in Angular 4 using Typescript.
Syncfusion SfRating Control In UWP With XAML And C#
Aug 31, 2017.
Reading this article, we will learn how to use Syncfusion SfRating Control in Universal Windows Apps development with XAML and Visual C#.
Syncfusion Calculator Control In UWP With XAML And C#
Aug 28, 2017.
In this article, we will learn how to use Syncfusion Calculator Control in Universal Windows Apps development with XAML and Visual C#.
Live XAML Previewer In Xamarin.Forms
Aug 13, 2017.
In this article, we are going to use XAML Preview in Xamarin.Forms. Xamarin.Forms are used to make cross platform applications by using C# as a backend language and XAML for front-end of the application. Let’s discuss about XAML Previewer.
Editable MultiView Using TextBoxes In ASP.NET
May 11, 2017.
This article illustrates editable MultiView, using TextBoxes In ASP.NET.
Design Login Page Using XAML In Xamarin.Forms
Apr 19, 2017.
Design Login Page Using XAML In Xamarin.Forms. Follow the steps given in this article in order to Create Login Page in Xamarin Android, using Microsoft Visual Studio 2017.
Textbox Validation In Client Side With ASP.NET MVC
Apr 11, 2017.
In this article, we are going to see about how to validate Razor controls in jQuery.