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(59)
Ammar Shaukat(6)
Pranav Tiwari(3)
Sumit Singh Sisodia(3)
Nidhi Sharma(2)
Ananya Desai(2)
Mushtaq M A(2)
Delpin Susai Raj(2)
Vinoth Rajendran(2)
Debendra Dash(2)
Mahesh Chand(2)
Sanjay Kumar(1)
Mariusz Postol(1)
Debabrata Ghosh(1)
Rikam Palkar(1)
Chandradev Prasad(1)
Slim Hammami(1)
Aqib Murtaza(1)
Sandeep Mishra(1)
Harikrishnan N(1)
M Munib(1)
Venkata Swamy Balaraju(1)
Ck Nitin(1)
S.Ravi Kumar(1)
Umair Hassan(1)
Logesh Palani(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.
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.
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.
Xamarin.Forms - Style Inheritance
Dec 16, 2021.
In this article, you will learn how to implement Style Inheritance in Xamarin.Forms app.
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
Creating A File System Watcher Application
Jul 28, 2020.
This is a desktop file system watcher application.
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.
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
How To Start Hot Reloading In XAML
Aug 12, 2019.
In thIs article, I will show you how to start hot reloading in XAML.
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!
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.
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
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.
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.
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.
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#.
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#.
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#.
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#.
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#.
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.
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.
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.
Telerik RadBulletGraph Control In UWP With XAML And C#
Feb 15, 2017.
In this article, you will learn how to use Telerik RadBulletGraph Control in Universal Windows Apps development with XAML and Visual C#.
Getting Started with UWP App Using C# and XAML
Feb 07, 2017.
In this article, we will use C# and XAML to build Windows Universal apps.
How To Create And Use XAML Content Page In Xamarin Forms Application For Android And Universal Windows Platform
Dec 03, 2016.
In this article, you will learn how to create and use XAML Content Page in the Xamarin Forms application, for Android and Universal Windows Platform.
XAML Highlight Features In Visual Studio 2017
Nov 22, 2016.
In this article, you will learn about XAML features in Visual Studio 2017.
UWP Sentiment Analysis Using Cognitive Service Text Analytics API, Azure, XAML And C#
Nov 16, 2016.
In this article, you will learn UWP sentiment analysis, using Cognitive Service Text Analytics API, Azure, XAML and C#.
UWP Key Phrase Extraction Using Cognitive Service Text Anaytics API
Nov 15, 2016.
In this article, you will learn UWP Key Phrase Extraction using Cognitive Service Text Analytics API, Azure, XAML and C#.
Cognitive Service Bing Spell Check API Using Azure, XAML And C#
Nov 11, 2016.
In this article, you will learn how to do Cognitive Service Bing Spell Check API in Universal Windows apps development with Azure, XAML and Visual C#.
Cognitive Service Bing Web Search API Using UWP With Azure, XAML And C#
Nov 10, 2016.
In this article, you will learn about Cognitive Service Bing Web Search API, using UWP with Azure, XAML and C#.
Cognitive Service Academic Knowledge API - Evaluate Method Using UWP With Azure, XAML And C#
Nov 09, 2016.
In this article, you will learn Cognitive Service Academic Knowledge API - evaluate method, using UWP with Azure, XAML and C#
Cognitive Service Bing Video Search API Using UWP With Azure, XAML And C#
Nov 07, 2016.
In this article, you will learn about Cognitive Service Bing Video Search API, using UWP with Azure, XAML and C#.
Cognitive Service Bing Image Search API Using UWP With Azure, XAML And C#
Nov 06, 2016.
In this article you will learn Cognitive Service Bing Image Search API Using UWP With Azure, XAML And C#
Cognitive Service Bing News Search API Using UWP With Azure, XAML And C#
Nov 04, 2016.
In this article, you will learn how to use Cognitive Service Bing News Search API in Universal Windows Apps development, with Azure, XAML and Visual C#.
Cognitive Service Bing AutoSuggest API Using UWP With Azure, XAML And C#
Nov 02, 2016.
In this article you will learn how to use Cognitive Service Bing AutoSuggest API in Universal Windows Apps development with Azure, XAML and Visual C#.
Retrieving Download And PlayBack Rate Using Adaptive Streaming In UWP using XAML And C#
Oct 31, 2016.
In this article, you will learn retrieving download rate and play back rate, using Adaptive Streaming with AdaptiveMediaSource in UWP with XAML and C#.
Multiple People Emotions In UWP With Cognitive Service Emotion API, Azure, XAML And C#
Oct 26, 2016.
In this article, you will learn about Multiple People Emotions in UWP with Cognitive Services Emotion API, Azure, XAML and C#
How To Use A Simple Adaptive Streaming URL In UWP With XAML And C#
Oct 25, 2016.
In this article, you will learn how to use a simple adaptive streaming URL in UWP with XAML and C#
VariableSizeWrapGrid Control In UWP Application Development
Oct 21, 2016.
In this article, you will learn VariableSizeWrapGrid Control in UWP application development, with XAML and C#.
Retrieving Face Attributes Using Cognitive Service Face API In UWP With Azure, XAML And C#
Oct 21, 2016.
In this article, you will learn about retrieving face attributes using cognitive service face API in UWP, with Azure, XAML, and C#.
Cognitive Service Emotion API In UWP With Azure, XAML And C#
Oct 21, 2016.
In this article, you will learn about Cognitive Service Emotion API in UWP, with Azure, XAML, and C#.
Cognitive Service Face API, Using UWP With Azure, XAML And C#
Oct 19, 2016.
In this article, you will learn how to use Cognitive Service Face API in Universal Windows Apps development with Azure, XAML, and Visual C#.
ChatBubbleTextbox Control In UWP With XAML And C#
Oct 19, 2016.
In this article, you will learn ChatBubbleTextbox control in UWP with XAML and C#.
Metro Flow Control In UWP With XAML AND C#
Oct 16, 2016.
In this article, you will learn how to use Coding4Fun MetroFlow in Universal Windows apps development with XAML and Visual C#.