Resources No resource found - WPF - REST Web API ConsumptionMar 29, 2018. This article is about REST Web API Consumption in WPF client-side software/application.
- Bind Combobox With Enum Using ObjectDataProvider WPF MVVMMar 24, 2018. In this article, you will learn to bind combo box with enum directly using ObjectDataProvider in WPF MVVM.
- Use Of CallerMemberName With INotifyPropertyChanged Interface In WPF MVVMMar 22, 2018. In this article, you will learn about the use of CallerMemberName With INotifyPropertyChanged Interface in WPF MVVM.
- Use INotifyPropertyChanged Interface In WPF MVVMMar 20, 2018. INotifyPropertyChanged is an interface member in System.ComponentModel Namespace. This interface is used to notify the Control that property value has changed.
- WPF - Data Storage Using SQL ServerMar 15, 2018. For any development domain, be it mobile or web or desktop or service-based, data storage is an essential component whether it is done on the server side or the client side. WPF application is a client-side application and it also supports many data storage resources which depend on the business requirement or business choice.
- Building A Data Driven App Using WPF XamDataGridMar 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.
- WPF - Dropdown Menu/Combobox Menu Data Binding Using Text FileFeb 16, 2018. This article is about WPF dropdown menu/combobox menu data binding using text file
- WPF - File Menu User ControlFeb 08, 2018. This article is about the development of WPF File Menu User control.
- Using XAML Progress Bar In WPFJan 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.
- Routed Events, WPF Tree Structures, Event Sequence for BeginnersDec 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 ColorNov 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) .
- Perfect Scrollbar Performance Improvement In AngularNov 18, 2017. Here the idea is not to override the existing behavior of the perfect-scrollbar, definitely it should be an optional choice. I mean, it should work in such a way that; if we set the property to "true" then lazy loading should enable and if we set it to false then perfect-scrollbar should work as as a default one.
- SSMS 2016 - Enhanced ScrollbarNov 14, 2017. Detailed description with screenshots of the enhanced scroll bar introduced in SSMS (SQL Server Management Studio) 2016.
- Using Perfect Scrollbar In Angular v2 And AboveNov 01, 2017. In this article, I am going to show you the usage of perfect-scrollbar using ngx-perfect-scrollbar package.
- Applying Dependency Injection In DevExpress MVVM WPF Application IntroductionOct 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.
- Selection Manager For WPF/MVVMSep 17, 2017. This article presents the idea and implementation of a class to manage the selection of only one element in different linear and hierarchical structures.
- Getting Started With Bing Speech API In WPF ApplicationsSep 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.
- Async Validation In WPFAug 31, 2017. Quite often validation requires web requests, database calls or some other kind of actions which require significant amount of time. In this case, UI should be responsible during the validation, but saving/submitting data should be disabled until validations completion.
- An Overview Of WPF ArchitectureAug 17, 2017. In continuation of my previous article “ABCs of WPF”, I am going to discuss the architecture of WPF.
- ABC Of WPFJul 15, 2017. Basically I am working on .Net/Sql. For the project requirements I went through the WPF. I visited so many online tutorials and videos to get the knowledge. In this article I am going to share my understanding with you.
- MVVM In WPFJun 29, 2017. MVVM is an architecture pattern which facilitates separation of projects into three logical layers with their own responsibilities. It facilitates modern techniques such as Separation of Concern, Unit testing and TDD. It is set of guidelines, that, when used, makes it easier to develop applications.
- WPF Notifications For All (SignalR)Jun 26, 2017. In the current times, all operating systems and browsers have a notification engine. This is a very practical characteristic and that enables us to have apps 100% connected and 100% live. With notifications, we can have information about: our other apps, our environments, our users, our fails, etc., when they occur.
- Populating Hierarchical Data In TreeView In WPF Using MVVMJun 20, 2017. TreeView Hierarchical Data Binding In WPF MVVM.
- Learn WPF Using Google Place APIJun 05, 2017. Learn WPF Using Google Place API.
- Auto ViewModelLocator In MVVM PatternMay 25, 2017. Auto ViewModelLocator in MVVM pattern.
- Learn WPF CRUD Operations Using VB.NETMay 09, 2017. In this article, you will learn WPF CRUD Operations using VB.NET.
- Dialogs In WPF (MVVM) - Part ThreeMay 07, 2017. In this article, you will learn about dialogs in WPF (MVVM).
- Learn Web API Using WPF, WebForms And XamarinMay 06, 2017. In this article, you will be acquainted with learning Web API , using WPF, WebForms and Xamarin.
- MongoDB CRUD Operation In WPF C# With GridViewMay 01, 2017. This article acquaints you with MongoDB CRUD operation In WPF C# with GridView.
- WPF - Data BindingApr 22, 2017. This article presents information about Data binding, which is a mechanism in WPF Applications, which provides a simple and easy way for Windows Runtime apps to display and interact with the data.
- WPF - Command LineApr 14, 2017. Command line argument is a mechanism, where a user can pass a set of parameters or the values to a WPF Application when it is executed.
- WPF - Routed EventsApr 04, 2017. WPF - Routed Events.
- Mandatory Field Validation In WPF Using MVVMApr 02, 2017. Mandatory Field Validation In WPF Using MVVM.
- Get Started MVVM Light With WPF (Separation Of ViewModel) - Part TwoMar 17, 2017. This article familiarizes you with MVVM Light with WPF (Separation of ViewModel).
- Getting Started With MVVM Light With WPFMar 09, 2017. In this demonstration, we will see how to set up MVVM light and how it works in WPF applications
- How To Customize Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism LibraryMar 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 LibraryFeb 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 ExcelFeb 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 LibraryFeb 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 FeaturesFeb 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 LibraryFeb 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 LibraryFeb 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.
- Introduction To SearchAll Control In WPFFeb 15, 2017. In this article, you will learn about SearchAll Control in WPF.
- Dynamic Localization In WPFJan 26, 2017. In this article, you will learn about Dynamic Localization in WPF.
- DataBinding Expressions In WPFJan 20, 2017. In this article, you will learn about Data Binding Expression in WPF.
- MVVM Architecture When Using Web Services For Database Interaction - Part TwoJan 17, 2017. In this article, you will learn about MVVM Architecture when using Web Services for database interaction.
- Getting Started With MVVM In WPFJan 11, 2017. In this article, you will learn about MVVM in WPF.
- Creating FTP File Downloader Application With Background WorkerJan 10, 2017. In this article, you will learn about FTP File Downloader with downloading progress, using background worker.
- Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism LibraryJan 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.
- Different Types Of Templates In WPFDec 21, 2016. In this article, you will learn about templates in WPF. I will explain the importance and types of the templates in detail.
- Record Table Changes Notification From SQL Server To WPF ClientDec 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 FrameWorkOct 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.
- Creating Metro Style Circle Button Using Mahapps Metro UI FrameworkOct 15, 2016. In this article, you will learn how to create Metro style Circle Button in WPF application, using Mahapps Metro UI framework and Microsoft Visual Studio.
- CheckBox Binding In MVVM - WPFOct 15, 2016. In this article, you will learn about CheckBox binding in MVVM WPF.
- Overview Of Multi Binding In MVVM - WPFOct 14, 2016. In this article, you will learn about multi binding in MVVM - WPF.
- Explain Radio Button Binding In MVVM - WPFOct 11, 2016. In this article, you will learn how to explain radio button binding in MVVM - WPF.
- Explain Combo Box Binding In MVVM - WPFOct 07, 2016. In this article, you will learn how to explain combo box binding in MVVM - WPF.
- ICommand Interface In MVVM - WPFOct 05, 2016. In this article, you will learn about ICommand in WPF - MVVM.
- Get Image Attributes using Cognitive Services face API in WPFOct 04, 2016. In this article you will learn how to get the image attributes like Age, Gender using Cognitive Services face API in WPF.
- Explain INotifyPropertyChanged In WPF - MVVMOct 04, 2016. In this article, you will learn how to explain INotifyPropertyChanged in WPF.
- Explain Binding Mode In WPFOct 02, 2016. In this article, you will learn about binding mode in WPF.
- Cognitive Services face API in WPFSep 29, 2016. In this article, I will explain how to use Cognitive Services face API in WPF.
- ContextMenu In WPFSep 23, 2016. In this article, you will learn about ContextMenu in WPF.
- What Is The Future Of XAMLSep 17, 2016. Are you a Windows developer and wonder what the future of XAML looks like? XAML is used to build user interfaces of WPF and UWP applications.
- Exporting DataGrid To Excel In WPFAug 16, 2016. In this article, you will learn, how to export DataGrid to Excel in WPF.
- Caching In WPFAug 16, 2016. In this article, you will learn about caching in WPF.
- ListBox Filter In WPFAug 06, 2016. In this article, you will learn about listbox filter in WPF.
- How To Create And Use Skin Files In WPFAug 05, 2016. In this article, you will learn, how to create and use Skin files in WPF.
- Adding Windows Form Application In WPFJul 13, 2016. In this article, you will learn how to add Windows form Application In WPF.
- Adding Winforms in WPFJul 12, 2016. In this article, you will learn how to add Winforms in WPF.
- Creating A Drawing Pad In WPFJul 11, 2016. In this article, you will learn how to create a drawing pad in WPF.
- Dialogs In WPF (MVVM) - Part TwoJul 11, 2016. In this article, you will learn about dialogs in WPF (MVVM).
- Some Important WPF ConceptsJun 25, 2016. In this article you will learn about some important WPF concepts.
- Create Menus In WPFJun 22, 2016. In this article, you will learn how to create menus in WPF.
- WPF Login with N-Tier ArchitectureJun 10, 2016. In this article, you will learn how to create WPF Login with N-Tier Architecture.
- Kickstart Windows Presentation Foundation (WPF)May 19, 2016. In this article you will learn how to start with Windows Presentation Foundation (WPF).
- Call User Controls In Main Window Using WPFMay 18, 2016. This article explains how to bind a WPF user control to main window.
- Create Setup And Deployment Of WPF ApplicationMay 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 ApplicationMay 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 ApplicationMay 05, 2016. In this article I will demonstrate how you can add the text with image button in the ComboBox in a WPF application.
- Dialogs In WPF (MVVM)Apr 28, 2016. In this article you will learn about Dialogs in WPF (MVVM).
- DataTemplate In WPFApr 19, 2016. In this article you will learn about DataTemplate in WPF. Data template is a bit of XAML that describes how bound data is displayed.
- Generate Linear And 2-D Barcodes In A WPF ApplicationApr 17, 2016. In this article we will learn how to create barcodes in a WPF application using DynamicBarcode Creator for .NET.
- Value Converters In WPFApr 17, 2016. In this article you will learn about Value Converters in WPF.
- Difference in between Show And Show Dialog To Open A Child Window From View Model In WPF With MVVM Using PrismApr 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.
- How To Open A Child Window From View Model In MVVM In WPFApr 14, 2016. In this article, we will demonstrate how to open a child window via the button click event in WPF with MVVM pattern using prism library.
- Kinect Development Basics On WPF: Using Color Stream, Depth Stream And Infrared StreamApr 11, 2016. This article is about development basics of Kinect v2 which can be leveraged in developing a Kinect based WPF application.
- NumericalBox - WPF TextBox's Subclass That Accepts Well-Formed Decimal Numbers OnlyApr 10, 2016. In this article you will learn WPF TextBox's subclass that accepts well-formed decimal numbers only in NumericalBox.
- How To Fire Button Click Event In MVVM Pattern Using Prism Library In WPFApr 09, 2016. In this article I will demonstrate how you can write code to fire the button click event in WPF with MVVM pattern using prism library.
- How To Display And Hide A Control In MVVM Pattern Using Prism Library In WPFApr 09, 2016. In this article, I will demonstrate how to write the code to display (visible) and hide a label via the button click event in WPF with MVVM pattern using prism library.
- How To Add The Dynamic Control Into The View From View Model In MVVM Pattern Using Prism Library In WPFApr 09, 2016. In this article you will learn how to add the Dynamic Control in to the View from View Model in MVVM Pattern using Prism Library in WPF.
- Getting Started: MVVM Pattern Using Prism Library in WPFApr 08, 2016. In this article I will demonstrate how to write code with MVVM pattern using prism library in WPF.
- Create A Rich Text Editor Using WPFMar 14, 2016. In this article you will learn how to create a Rich Text editor using WPF.
- 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.
- Binary Clock in C# And WPFFeb 29, 2016. In this article, we will create a simple binary clock using C# and WPF.
- Update UI With WPF Dispatcher And TPLFeb 24, 2016. This article is intended to explain the concept of updating WPF UI with the help of Dispatcher and TPL.
- Button Animation In WPFJan 22, 2016. This article will let you know how to create animation on button events (i.e. mouse enter, mouse click).
- Attached Properties: An Interesting Ingredient Of XAML CuisineJan 22, 2016. In this article you will learn about simplifying Attached Properties of XAML to understand.
- Resources And Styles In WPFJan 22, 2016. In this article you will learn about resources and styles in WPF application.
- Value Converter In WPFJan 21, 2016. In this article you will learn how to create Value Converter in WPF.