Azure
C#
- Process WaitForExit with a timeout will not be able to collect the output message.
- How to handle log4net RollingFileAppender logging from multiple application instances
- How to show a message box before the application main window is launched
- How to cancel a running task and to make sure it always cancels
- Cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher
- 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
- Could not resolve this reference. Could not locate the assembly "Microsoft.Office.Interop.Excel, Version=14.0.0.0
- The program can't start because MSVCP100D.dll is missing from your computer. Try reinstalling the program to fix this problem
- Adding Hot Keys ( HotKey or Shortcut Key ) in WPF window
- How to suppress PRISM module initialisation errors and continues execution
- IP Control for WPF
Delphi
Dos Command
Enterprise Library
Entity Framework
Git
Log4Net
Parquet
Powershell
Prism
SQLite
Visual Studio
- Setting up SQLite and EntityFramework in VisualStudio
- 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
- Visual Studio crashes while developing WPF XAML. Out of memory, taking too much memory to process
WCF
- 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
- 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
- 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.
- Cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher
- 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
- [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.
- Creating WCF Service and Self Hosting in a console application and Creating Proxy for net.tcp and net.pipe endpoint with Visual Studio
WPF
- How to know if the window state has changed to maximized in WPF
- How to use Resource Dictionary in WPF and How to call Resource Dictionary from xaml
- [Article] WPF Wizard control with MVVM support
- How to bind a command to WPF XAML button from Data template.
- Adding Hot Keys ( HotKey or Shortcut Key ) in WPF window
- 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
- How to set width or height to RadSplitContainer wpf
- How to drag and drop items from WPF RadTreeView to RadGridView
- Error Two-way binding requires Path or XPath
- TextWrapping on TextBlock results in Poor Performance When Dynamically Resizing a WPF TextBlock
- Header is not showing up in RadPane wpf
- 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
- 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
- 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