| Thread | Last Post | Replies |
|
| Trying to separate "base classes" into a separate "baseclasses.cs" from "baseclass.xsd" | 16 Nov 2007 12:33 GMT | 1 |
Folks, I have three WCF services that I need to implement - they're all nicely defined using WSDL and XSD. Common helper and utility classes that all services use have been extracted into a "baseclass.xsd" file,
|
| Determine the closest numbers to a specified number | 16 Nov 2007 07:53 GMT | 2 |
Hi. I have a datatable containing a column named 'Price'. The datatable is populated with records of varying prices ($1 - $50,000). How can I select one record from this datatable, and then determine the 5 rows that are closest to this record's 'Price' value?
|
| Thread.CurrentPrincipal.Identity.Name | 16 Nov 2007 00:50 GMT | 1 |
I'm testing on web application (.net 1.1 using C#). when I tested the application on local machine (IIS5.0,XP professinal), it return value for Thread.CurrentPrincipal.Identity.Name However, When I tested the same application on the server (IIS6.0, 2003
|
| .net 2.0 listview last column width | 16 Nov 2007 00:42 GMT | 1 |
I have searched the web and have not been able to find a simple solution to maintaining the last column of a listview so that it fills the remaining form/panel width. Anyone have any pointers? Thanks,
|
| WCF / MSMQ - Multiple Client Queues | 15 Nov 2007 23:34 GMT | 1 |
So, how would one define multiple client queues? In other words, this is how you declare a single client queue.... <client> <endpoint name="ClientResponseEndpoint"
|
| How to make string align by string.Format() in CJK? | 15 Nov 2007 17:48 GMT | 4 |
string.Format("{0,-20} : {1,-10}", a,b); The above code will output string left aligned, 20 or 10 for string a and b. It true for English, but not for any CJK language. If a or b are CJK string, it will never aligned. The reason is that
|
| A wish: Execute under Lock method in sync objects | 15 Nov 2007 17:08 GMT | 2 |
It is quite convenient to use the basic primitive: lock(object) { method(); }
|
| Chinese Language Pack?? | 15 Nov 2007 09:59 GMT | 2 |
I am trying to do a web application with chinese. I managed to BUT javascript alert and VS2005 display of resource files in designer mode does not show the correct chinese characters but 'boxes'. I tried to installed the Chinese language pack.... but in vain!
|
| Localization of Resources | 15 Nov 2007 09:56 GMT | 3 |
I am trying to write japanese/chinese characters in a resource file. Hope can I make it and how can i make it work? Evan
|
| FileInfo.MoveTo failure modes | 15 Nov 2007 03:57 GMT | 1 |
I'm looking for documentation on how FileInfo.MoveTo acts when it fails -- in particular I want to know if it's possible to end up with the file in both locations. I've searched MSDN and used google, but apparently my search skills
|
| Best Way to transfer Information Outsiide the firewal | 14 Nov 2007 18:03 GMT | 2 |
I am working on a app which is with in the firewall and we have a requirement for some folks out side to access some of the information. Now we cannot send the information via Email. So what other options we are left with .. by which we can push this information to outside ...
|
| Attributes for Intellisence in Visual Studio | 14 Nov 2007 15:35 GMT | 3 |
I would like the objects/methods/properties I create to show informational text in Visual Studio's Intellisense. For example, when a method shows up in Intellisense, you see it's signature, but you will often see a description of what the method does under its signature. I assume ...
|
| Missing DLL: Microsoft.ManagementConsole | 14 Nov 2007 14:54 GMT | 3 |
I've installed MMC 3.0 onto my XP machine. When I start mmc.exe and do Help > About Microsoft Management Console I get the new Help > About screen which shows: Microsoft (R) Management Console 3.0
|
| Downloadin Webpages | 14 Nov 2007 14:51 GMT | 1 |
On a web page, there is a dropdown list, when you select a country from the dropdown list, info for that country is displayed, can i programmatically simulate this behaviour. can someone give the code for such a download. TIA
|
| Reading PDA serial number or ID | 14 Nov 2007 14:33 GMT | 4 |
Assuming such a thing exists, I'm looking for a way - ideally a Framework function - that would read the serial number or machine ID or system GUID or some unique identifier of the a PDA (Pocket PC or other PDA with the Compact Fraamework) connected to the desktop. Since ...
|