| Thread | Last Post | Replies |
|
| instance Question | 17 Jan 2008 14:02 GMT | 12 |
Hi.... when i use the new keyword myobject obj1 = new myobject() myobject obj2 = new myobject()
|
| LINQ to XML - Performance - Speed | 17 Jan 2008 13:58 GMT | 7 |
Hi, Can anyone tell me how the performance compares between working with xml documents in the normal way (i.e. with xpath and the System.Xml) and LINQ. Is it any quicker or slower? Are there are distinct benefits to the user (and not just advantages for the
|
| Vista problems and VS2008? | 17 Jan 2008 13:18 GMT | 5 |
Can anyone tell me what kind of problems I am about to experience with vista? I just bought a new laptop and I can't seem to get all my drivers working for XP, so it seems like I have no choice but to go to vista.
|
| Retrieving the COM class factory for remote component with CLSID {...} from machine ... failed due to the following error: 80070005. | 17 Jan 2008 13:12 GMT | 1 |
How can I solve this error in my asp.net C# application? I gave all permissions to com object: ASPNET IUSR_...
|
| Using Regex to parse string. | 17 Jan 2008 13:10 GMT | 2 |
I have a string like this: myOutput = myObject.MyMethod(myInput1,myInput2) I would like to parse this string and separate it into 4 groups. group1 contains left of '='.
|
| replace spaces | 17 Jan 2008 12:38 GMT | 5 |
Hi, given the string '1(10) 00069- rob c pettit 54' Id like to know if its possile to replaces spaces with - only when preceded with a letter and followed with a letter. Giving '1(10) 00069- rob-c-pettit 54' Regards Robert
|
| Wpf tooltip exist Direct3d memleak in native code in xp and vista os | 17 Jan 2008 11:32 GMT | 2 |
<1>use the D3D control panel, enable the debug DLL and maximum validation,for D3D control panel ,you need to install the directx sdk. <2>Start up the debug monitor (<MSVC install directory>\Common7\Tools \Bin\winnt\Dbmon.Exe).
|
| About the abstract class TextReader and the normal StreamReader class | 17 Jan 2008 11:29 GMT | 6 |
Hello!! If I look in the .NET documentation for the abstract class TextReader and method Dispose it says TextReader.Dispose().
|
| C# Command to Wait a Specified Period of Time | 17 Jan 2008 11:07 GMT | 45 |
What is the C# command to wait for a specified period of time? I am writing a windows service that will process a file once it has beed created or changed. I'm using the fileSystemWatcher to detect when a specific file has been created or changed. That works fine to a point. ...
|
| interop memory allocation | 17 Jan 2008 10:26 GMT | 5 |
I would like to ask a question that is obvious to all people porting applications from the "traditional" C\VB6 interop scheme choosing C# vs VB.NET. We have a math library in C which ubiquitously takes a float* which
|
| Logging into VSS through C# | 17 Jan 2008 09:30 GMT | 2 |
Hi... Can anyone plz tell how can i login through C#.net application into Vss and extract files from ths VSS database.
|
| C++ DLL Parameter Conversion | 17 Jan 2008 09:06 GMT | 2 |
I know I'm going to feel like a fool when this is answered, but I am importing a C++ DLL that has an out parameter that is an "unsigned long *". What do I declare in my import to represent that parameter? C++ sig:
|
| Parse and ToString? | 17 Jan 2008 08:33 GMT | 1 |
I have an object which I need to store in a "state holder" for the application the object is to be used in. The "state holder" can only store strings. (I cannot change this code and I must use it). So I need to convert my object to a string to store in the state holder,
|
| Trying to simplify my List Collection Sort | 17 Jan 2008 05:02 GMT | 8 |
I have dataGrid that I am filling from a List Collection and need to sort it by the various columns. So I need to be able to sort the Collection and found that you have to set up your own sorting functions to make it work. I have build the following 3
|
| Web Services with SSL | 17 Jan 2008 04:57 GMT | 3 |
When I Google, C# Web Service SSL, I get back everything for IIS, running SSL for C# developers.. Not what I'm looking for. I've developed my own Web Server in C# and I want to support SSL. As a test I changed the port over to 443 and had my browser hit it. It hits it
|