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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rahul Bansal(9)
Mahesh Chand(9)
Sanjay Kumar(7)
Tanuj Gyan(6)
Rikam Palkar(5)
Maulik Kansara(4)
Ck Nitin(3)
Aleksei Pavlov(3)
Afzaal Ahmad Zeeshan(3)
Sandhya Shinde(2)
Sagnik Majumder(2)
Thiruppathi R(2)
Rafnas T P(2)
Nirav Daraniya(2)
Yash Soman(2)
Vinod Unnam(2)
Debabrata Ghosh(1)
Barath Kumar M(1)
Aymen Amri(1)
Nagaraj M(1)
John Ritchie(1)
Vinoth Rajendran(1)
Gloria Nwokoye(1)
Siddhesh Chalke(1)
Arthur Le Meur(1)
S.Ravi Kumar(1)
Wade Harvey(1)
Agus Suhanto(1)
Jinal Shah(1)
Gunjesh (1)
pramod pandit(1)
Biswajit Kayal(1)
Juan Francisco Morales Larios(1)
Christian Del Bianco(1)
Karthikeyan K(1)
Bhuvanesh Mohankumar(1)
Anil S(1)
leonid osmolovski(1)
Gul Md Ershad(1)
Sam Hobbs(1)
Ankur Mistry(1)
Sajid Ali Khan(1)
Harshad Pansuriya(1)
Nilesh Jadav(1)
Amit Choudhary(1)
Avirup Basu(1)
Anil Kumar(1)
Emiliano Musso(1)
Tom Mohan(1)
James Willock(1)
Saad Mahmood(1)
Selva Ganapathy(1)
Sara Silva(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
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.
Learn Use of Converters in WPF C#
Aug 20, 2024.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles multiple values (e.g., combining first and last names).
Convert an Embedded Resource into an XML File in WPF C#
Jun 06, 2024.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during runtime.
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.
Utilization of DataGrid VS ListBox in WPF C#
Apr 22, 2024.
In WPF (Windows Presentation Foundation), the DataGrid and ListBox are two powerful controls that serve different purposes and are suitable for different scenarios
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.
Exploring Inter-Process Communication in WPF Using Named Pipes
Mar 19, 2024.
In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
CesiumJS Sample in WPF Application
Feb 06, 2024.
This project streamlines CesiumJS integration into a WPF app, leveraging powerful geospatial visualization. Learn to inject KML files, define locations, create lines, and manage KML loading. Follow the steps to embed CesiumJS, set up HTML, and integrate with WPF using CefSharp.
Implementing a Custom Loader in WPF with MVVM
Feb 06, 2024.
A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
CRUD Web API Service Call Function In WPF Application
Sep 15, 2022.
In this article, you will learn about CRUD Web API Service Call Function In WPF Application.
Navigation In WPF And MVVM Using Tab controls
Jun 14, 2022.
To manage the content of the graphical region in WPF, there is some tools (like PRIM) that allows to have a main region which doesn't change during the navigation, and a dynamic one that will hold the content of the controls. In some simple cases, we want to perform it in a simple way without using any tool. Fortunately, the Wpf Material design Toolkit http://materialdesigninxaml.net/ is providing great items that can be used as navigation menus. In this article I'm going to show you how to create an application and navigate between views using The tab control of the Material design toolkit in WPF
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Six
Dec 03, 2021.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The client can be a desktop/web/mobile client. For this article, I will be using a simple desktop client created using WPF with Material Design.
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Five
Dec 01, 2021.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The client can be a desktop/web/mobile client. For this article, I will be using a simple desktop client created using WPF with Material Design.
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Four
Nov 29, 2021.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The client can be a desktop/web/mobile client. For this article, I will be using a simple desktop client created using WPF with Material Design. To follow along please make sure you have an Azure account.
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Three
Nov 26, 2021.
In this article, you will learn about live charts using Azure Cosmos DB, Azure functions, SignalR and WPF.
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Two
Nov 25, 2021.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The client can be a desktop/web/mobile client.
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part I
Nov 23, 2021.
This is part 1 of the article series. We will learn how to create a resource group and cosmos db here. This article is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The client can be a desktop/web/mobile client. For this article, I will be using a simple desktop client created using WPF with Material Design
Customize WPF Application Using Template And Styles
Aug 17, 2020.
In this article, you will learn how to customize WPF Application using Template and Styles.
Setting Up The Environment To Start With Your First WPF Application
Aug 06, 2020.
WPF helps to customize the existing API's to develop rich user interface desktop applications easily. By the end of this article, you will be able to learn the basic information about Environment setup to start with your first WPF Application. (Getting started with WPF)
REST API's Implementation In WPF Using Entity Framework
Jul 03, 2020.
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 services using RESTful endpoints, enhancing your application's functionality and connectivity.
COVID 19 Tracker With WPF - Part Two
Jun 15, 2020.
We will learn about Combobox in WPF.
Dispatcher In A Single Threaded WPF App
Jun 02, 2020.
Dispatcher is used to manage multithreaded application. It manages Message queues.
Difference Between Bubbling And Tunneling Routing Events In WPF With An Example
May 26, 2020.
This article explains how bubbling events are different from tunneling events in WPF.
Simple Plugin Architecture Using Reflection With WPF Projects
Mar 02, 2020.
In this article we will see simple plugin architecture using reflection.
What Does It Take To Create A Custom WPF Control
Jun 15, 2019.
In this article, you will learn what it takes to create a custom WPF control.
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.
RDLC Report Using WPF And C#
Jan 25, 2019.
Integrate RDLC reports into WPF applications using C# and ReportViewer for data visualization. Learn to configure reports, bind data from a custom class (Person), and display dynamic tables in the MainWindow using Windows Forms integration.
Overview Of WPF Resources
Oct 28, 2018.
Resources in WPF are set of objects like Brushes, Templates, styles etc. which are stored in Dictionary and referenced by unique strings. Usually they are declared once and used throughout the application. They are like CSS (Cascading Style Sheets) used in styling Web Pages.
Create WPF Application With F# And FsXaml
May 23, 2018.
In this article, I will show you how to start a WPF (Windows application) with F# by using a type of provider called FsXaml to work easily with XAML file.
Create WPF Application Using Xamarin.Forms
May 18, 2018.
Yes, you read the title right. In this blog, we’ll talk about creating WPF applications using Xamarin.Forms a little background first. Microsoft build one of the biggest developer conference organized by Microsoft happened in Seattle last week where Xamarin team released the stable version of Xamarin.Forms 3.0. One of one of the features this release has that it supports for WPF windows desktop applications using Xamarin.Forms. In this blog i will give you step by step guide on how to add WPF application in your Xamarin.Forms application solution and then do the changes in it to to use Xamarin.Forms controls in WPF.
Use C# And WPF To Create Artificial Intelligence System
Apr 24, 2018.
It is my goal in the following article, to trace out, in as short a compass as I can, how you can use C# WPF applications to create a low-level Artificial Intelligence system.
Bind Combobox With Enum Using ObjectDataProvider WPF MVVM
Mar 24, 2018.
Learn how to bind enums directly to a combo box in WPF MVVM using ObjectDataProvider. No more programmatic binding; use XAML with ObjectDataProvider for efficient enum binding.
Use Of CallerMemberName With INotifyPropertyChanged Interface In WPF MVVM
Mar 22, 2018.
In this article, you will learn about the use of CallerMemberName With INotifyPropertyChanged Interface in WPF MVVM.
Use INotifyPropertyChanged Interface In WPF MVVM
Mar 20, 2018.
INotifyPropertyChanged is an interface member in System.ComponentModel Namespace. This interface is used to notify the Control that property value has changed.
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.
Routed Events, WPF Tree Structures, Event Sequence for Beginners
Dec 30, 2017.
Hello WPF aspirants, I take this opportunity to present to you a simple example of WPF Routed Events and supporting theory on Routed Events, Event sequences, what happens when a button is clicked, etc. These, I believe, will guide the beginners into the lovely land of WPF.
Simplest WPF Dependency Property For Beginners On Background Color
Nov 19, 2017.
Dependency property is not wrapped over any private members unlike CLR properties, and it is also stored in Key-Value pairs inside the DependencyObject host instance. You must use Dependency properties if you need to create and apply properties on custom usercontrols, or change properties based on external inputs like Theme, Style, animation etc, or while applying data binding or set with a resource (static/dynamic) .
Applying Dependency Injection In DevExpress MVVM WPF Application Introduction
Oct 31, 2017.
In this post, I’ll give a tutorial on how to apply dependency injection in DevExpress WPF application. This post assumes you already know about dependency injection, WPF application, and also MVVM. DevExpress MVVM is one of freely available MVVM frameworks we can use to develop desktop application using WPF.
Getting Started With Bing Speech API In WPF Applications
Sep 06, 2017.
Cognitive services are a set of APIs that are designed to democratize artificial intelligence by enabling systems to see, hear, speak, understand and interpret our needs using natural methods of communication.
An Overview Of WPF Architecture
Aug 17, 2017.
In continuation of my previous article “ABCs of WPF”, I am going to discuss the architecture of WPF.
Populating Hierarchical Data In TreeView In WPF Using MVVM
Jun 20, 2017.
In this article, we will learn how to populate hierarchical data in TreeView in WPF using MVVM architecture.
Learn WPF Using Google Place API
Jun 05, 2017.
In this article, we will learn WPF, using Google Place API with WPF control web browser in Visual Studio 2015.
Learn WPF CRUD Operations Using VB.NET
May 09, 2017.
In this article, you will learn WPF CRUD Operations using VB.NET.
Dialogs In WPF (MVVM) - Part Three
May 07, 2017.
In this article, you will learn about dialogs in WPF (MVVM).
MongoDB CRUD Operation In WPF C# With GridView
May 01, 2017.
This article acquaints you with MongoDB CRUD operation In WPF C# with GridView.
Mandatory Field Validation In WPF Using MVVM
Apr 02, 2017.
Mandatory Field Validation In WPF Using MVVM.
Get Started MVVM Light With WPF (Separation Of ViewModel) - Part Two
Mar 17, 2017.
This article familiarizes you with MVVM Light with WPF (Separation of ViewModel).
How To Customize Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism Library
Mar 01, 2017.
In this article, I will demonstrate how you can customize a Column chart like changing foreground color, background color, and label transformation of either static or dynamic WPF with MVVM pattern, using Prism library.
Static And Dynamic Pie Chart In WPF With MVVM Pattern Using Prism Library
Feb 26, 2017.
In this article, I will demonstrate how you can create either a static or dynamic Pie chart in WPF with MVVM pattern, using Prism library.
An Easy Way To Transfer Data Between WPF Applications And Excel
Feb 23, 2017.
In this article, you will learn about an easy way to transfer the data between WPF Applications and Excel.
Static And Dynamic Area Chart In WPF With MVVM Pattern Using Prism Library
Feb 21, 2017.
In this article, I will demonstrate how you can create either static or dynamic area chart in WPF with MVVM pattern using Prism Library.
Overview Of WPF Features
Feb 20, 2017.
In this article, you will learn about WPF features.
How To Hide The Legend In Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism Library
Feb 18, 2017.
In this article, I will demonstrate how you can hide the legend in a column chart, which is either a static or dynamic WPF with MVVM pattern, using Prism library.
Static And Dynamic Line Chart In WPF With MVVM Pattern Using Prism Library
Feb 15, 2017.
In this article, I will demonstrate how you can create either a static or dynamic line chart in WPF with MVVM pattern, using Prism Library.
Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism Library
Jan 04, 2017.
In this article, I will demonstrate how you can create either a static or dynamic column chart in WPF with MVVM pattern, using Prism Library.
Record Table Changes Notification From SQL Server To WPF Client
Dec 13, 2016.
This article shows how to push record table changes to WPF clients using WCF Call Back Service.
Working With DataGrid Selected Item In WPF With MVVM Pattern Using Blend For Visual Studio And MahApps Metro UI FrameWork
Oct 18, 2016.
In this article, you will learn how to get the selected DataGrid item with MVVM pattern and how to customize the DataGrid visual appearance, using Blend for Visual Studio.
Explain INotifyPropertyChanged In WPF - MVVM
Oct 04, 2016.
INotifyPropertyChanged in ASP.NET MVC facilitates automatic updating of UI elements when data changes. By implementing this interface, changes in properties like FirstName and LastName dynamically update FullName, ensuring synchronized data presentation in applications.
Dialogs In WPF (MVVM) - Part Two
Jul 11, 2016.
In this article, you will learn about dialogs in WPF (MVVM).
Some Important WPF Concepts
Jun 25, 2016.
In this article you will learn about some important WPF concepts.
Create Setup And Deployment Of WPF Application
May 16, 2016.
In this article you will learn how to create Setup and Deployment of WPF Application.
Two Ways To Use Style On Controls In WPF Application
May 06, 2016.
In this article I will demonstrate how you can use styles on controls via css file and on the page in a WPF application.
Add Text With Image Button In ComboBox In WPF Application
May 05, 2016.
Learn how to enhance your WPF application by adding text with an image button in a ComboBox. This tutorial guides you through customizing ComboBox items using XAML and C#.
Dialogs In WPF (MVVM)
Apr 28, 2016.
In this article you will learn about Dialogs in WPF (MVVM).
Generate Linear And 2-D Barcodes In A WPF Application
Apr 17, 2016.
In this article we will learn how to create barcodes in a WPF application using DynamicBarcode Creator for .NET.
Difference in between Show And Show Dialog To Open A Child Window From View Model In WPF With MVVM Using Prism
Apr 14, 2016.
In this article, I will demonstrate what is the difference in between show and show dialog to open a child window via the button click event in WPF with MVVM pattern using prism library.
NumericalBox - WPF TextBox's Subclass That Accepts Well-Formed Decimal Numbers Only
Apr 10, 2016.
In this article you will learn WPF TextBox's subclass that accepts well-formed decimal numbers only in NumericalBox.
Building Custom Email Client In WPF Using C#
Mar 05, 2016.
In this blog, I explain the methods used to build applications that can receive and send email messages on the internet to clients.
Update UI With WPF Dispatcher And TPL
Feb 24, 2016.
This article is intended to explain the concept of updating WPF UI with the help of Dispatcher and TPL.
Simple WPF TreeView Control Programmatically
Dec 30, 2015.
Simple, WPF. TreeView, Programmatically, TreeViewItem
TextToSpeech In WPF Using SpeechSynthesizer Class
Dec 02, 2015.
In this article we will learn how to use System.Speech.Synthesis in WPF application.
Add Animations In WPF Apps With Blend 2015
Nov 30, 2015.
In this article you will learn how to add Animations in WPF Apps with Blend 2015.
Windows Form Controls vs WPF Controls Part-2 (Performance Comparision)
Oct 16, 2015.
The article is about windows form controls and WPF controls performance.
Windows Form Controls V/S WPF Controls Memory Comparision
Oct 12, 2015.
The article is about window form controls and WPF controls memory management.
Best WPF Book
Sep 27, 2015.
In this article, I will list some of the useful resources to get started with WPF followed by one of the best books on WPF.
Animated Navigation Page In WPF Application
Sep 12, 2015.
In this article we will learn how to make animated navigation page in WPF application.
Bind DataGrid In WPF Using C#
Sep 07, 2015.
In this tutorial I will show you how to bind data in datagrid in WPF using C#.
Enhancements in WPF in Visual Studio 2015 and .NET 4.6
Aug 15, 2015.
In this article we will learn about enhancements in WPF in VS 2015 and .Net 4.6.
Colorful Login Form in a WPF Application
Jul 18, 2015.
In this article you will learn how to create a colorful Login form in a WPF Windows Application.
Arduino Control Using a WPF Application
Jun 20, 2015.
This article will guide you through the process of robot or embedded system control using a WPF application.
Handling Events in WPF Easily
Jun 10, 2015.
In this article you will learn how to handle Events in WPF easily.
Autocomplete TextBox in WPF (Using Only .NET and WPF Libraries)
May 31, 2015.
In this source sample I show how to add the autocomplete functionality in your WPF application's TextBox control using your own model data, .NET assemblies and WPF assemblies.
How to Create a Simple WPF Application
May 19, 2015.
In this article, we will learn how to create a simple WPF Application.
Basic Examples of WPF Data Binding
May 05, 2015.
In this article we will learn about WPF Data Binding.
Prism Event Aggregator in WPF With MVVM
Apr 16, 2015.
This article shows how to publish events and how to subscribe to them using WPF MVVM and PRISM.
Prism Modularity With Unity in WPF Using MVVM
Apr 07, 2015.
This article explains Prism Modularity with Unity in WPF using MVVM.
Data Input Validation In WPF Part 1 : Validation With Exception
Mar 07, 2015.
In this article you will learn how to do Data Input Validation from exceptions In WPF.
Virtualization in WPF Using VirtualizingStackPanel
Feb 14, 2015.
This article demonstrates how to implent virtualization in WPF using VirtualizingStackPanel
Getting Windows Snap to Play with WPF Borderless Windows
Feb 03, 2015.
This article Illustrates how you can hook a WPF borderless Window into the the WIndows7/8+ snap mechanism.
Scroll Windows With WPF ScrollViewer in C# and XAML
Jan 06, 2015.
Implement vertical and horizontal scrolling in your WPF applications using ScrollViewer. Control content visibility with properties like VerticalScrollBarVisibility and HorizontalScrollBarVisibility for seamless user experience.
Creating Reflection Effect in WPF - Expression Blend
Jan 02, 2015.
In this article you will learn how to create a reflection effect in WPF - Expression Blend.
Display Image In WPF using XAML and C#
Dec 19, 2014.
The Image class represents the WPF Image control that is used to display images in WPF. The <Image> element of XAML is used to create the Image control at design-time. The code example in this article shows how to use a WPF Image control do display and manipulate images using C# and XAML.
Using WPF GroupBox in C# and XAML
Dec 18, 2014.
A GroupBox control is a container that adds a header and a border to the area that can be used to place other controls. The <GroupBox> XAML element and the GroupBox class in C# represents a group box control at design time and runtime respectively. The code examples in this tutorial creates a WPF app with a GroupBox.
Working with WPF Frame using C# and XAML
Dec 16, 2014.
The Frame class in C# and the <Frame> element in XAML represent a Frame windows control at run-time and design-time respectively. The code examples in this article demonstrate how to use a Frame control in a WPF app using XAML and C#.
Working with WPF Expander Control using C# and XAML
Dec 15, 2014.
The Expander class in C# represents a WPF Expander control. At design time, the <Expander> element of XAML is used to create an Expander control. The code examples in this tutorial demonstrate how to use an expander control in a WPF app.
Learn Important WPF (XAML) Concepts in 15 Minutes
Dec 10, 2014.
I prepared this content to teach WPF (XAML) easily and quickly.
How to Send Data Through Bluetooth in a WPF Application Using 32feet.Net
Dec 03, 2014.
The purpose of this article is to show a solution for sending data between devices using a WPF application and the library 32feet.Net.
Ribbon Control in WPF 4.5
Nov 13, 2014.
In this article you will learn about the Ribbon Control in WPF.
Mastering WPF DataGrid in a Day: Hour 8 CRUD Using DataGrid
Nov 11, 2014.
In this Hour 8 part of the Mastering WPF DataGrid in a Day series, I will demonstrate how to use CRUD operations in a DataGrid.
Mastering WPF DataGrid in a Day: Hour 7 Data Template
Nov 10, 2014.
In my last article, we saw how to work with the DataGrid columns. In this Hour 7 part of Mastering WPF DataGrid in a Day series, I will cover the use of a data template in a DataGrid.
1
-
100
of
834
<<
1
2
3
4
5
>>
Search
OUR TRAINING