I have been working on an app with a datagrid from the wpf toolkit and the width was not specified in the xaml (default to auto), and it was working fine. It would extend the window width as I resized
I\'ve been working on an order management system for some time, about 1.5 years. It\'s written in .NET so I use .NET Compact Framework 3.5. All this time I tried different brands and versions of navig
If I write a generic class like class MyGeneric<T> is it possible to write an implicit cast to type T, so I can do stuff like:
I have a class that I need to do some custom XML output from, thus I implement the IXmlSerializable interface. However, some of the fields I want to output with the default serialization except I want
I am getting the following exception when I deploy my WPF app to another user\'s machine: An unhandled exception of type
I am currently using sockets to try and send messages between a Silverlight 3 client and a .NET3.5 service.I can set up the TCP connection fine, and send data across, but my issue comes with serialisi
I have a statement where a string is assigned in the following manner: for (int i = 0; i < x; i++)
I wanted to try to deploy our project for .net 3.5 client framework (so that we could distribute it with smaller runtime), but when I go to VS 2008 Project properties and check the “Client-only Frame
I\'ve got a program that calls web services at customer sites, and since the web service is provided by a third party it requires SSL and开发者_StackOverflow I can\'t do anything about it.
I have a Windows Service (implemented in C#) and I have something like a service control manager. I would like to trace messages from the service to t开发者_开发问答he service control manager (which i