January 2023
January 2022
March 2021
August 2020
February 2020
November 2019
September 2018
August 2018
May 2018
August 2017
December 2016
October 2016
- How to know if the window state has changed to maximized in WPF
- How to show a message box before the application main window is launched
July 2016
- How to test an application in limited network bandwidth
- How to use Resource Dictionary in WPF and How to call Resource Dictionary from xaml
- An endpoint configuration section for contract could not be loaded because more than one endpoint configuration for that contract was found. Please indicate the preferred endpoint configuration section by name
February 2016
December 2015
October 2015
- How to run multiple WCF services under one website in IIS 8 where each service is running on separate app-domain
- How to host a WCF service in IIS 8
- How to host a WCF service in console application using wsHttp binding
September 2015
- Consuming self-hosted WCF service by Creating WCF net.tcp and net.pipe proxy at runtime and by custom proxy, without adding service reference
- How to Create One way WCF service with Callbacks and consume it in client using custom proxy.
August 2015
July 2015
June 2015
- How to bind a command to WPF XAML button from Data template.
- The type or namespace name 'Data' does not exist in the namespace
- Mixed mode assembly is built against version 'v2.0.*' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information
- How to track WCF errors and exception
- How to hide a console of a console application from showing up while the program is still in execution
March 2015
February 2015
January 2015
December 2014
- How to find the row on which a mouse click event occurred in radgridview
- [Solved] How to subscribe to a mouse click event on a row in radgridview
October 2014
- [Solved] Microsoft.Practices.EnterpriseLibrary.Caching.Database.DataBackingStore cannot be resolved. Please verify the spelling is correct or that the full type name is provided
- [Solved] Enterprise Library 5.0 exception Activation error occurred while trying to get instance of type ICacheManager
- How to set width or height to RadSplitContainer wpf
September 2014
August 2014
- Error Two-way binding requires Path or XPath
- TextWrapping on TextBlock results in Poor Performance When Dynamically Resizing a WPF TextBlock
July 2014
- [Solved] Service has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because no service element matching the service name could be found in the configuration file, or because no endpoints were defined in the service element.
- [Solved] The .Net Framing mode being used is not supported
- [Solved] There was an error reading from the pipe: Unrecognized error 109 (0x6d)
- How to transfer upload download huge files to and from wcf service using streaming
- There was an error while trying to serialize parameter fileStream. The InnerException message was Type System.IO.FileStream with data contract name FileStream: System.IO is not expected.
- Solution files bind to TFS but files edited from visual studio are not showing in pending changes
- Creating WCF Service and Self Hosting in a console application and Creating Proxy for net.tcp and net.pipe endpoint with Visual Studio
- Header is not showing up in RadPane wpf
May 2014
- How to properly bind to a property in ViewModel from data template
- Intermittent bug. Order of attribute does matter in WPF
- How to add an image from a different project in WPF in proper MVVM way
April 2014
- Visual Studio crashes while developing WPF XAML. Out of memory, taking too much memory to process
- How to sort items in RadGridView based on column when it is loaded using SortDescriptors
- How to add keyboard short cut for a control in WPF in proper MVVM way
- How to suppress PRISM module initialisation errors and continues execution
- IP Control for WPF
- Implement Multiselect in WPF DataGrid in proper WPF way with Multiselect Behavior and without any code behind
- How to Implement Multiselect in WPF RadGridView without any codebehind
- How to disable a keyboard shortcut handler in wpf
- How to hook into key press in WPF