| Thread | Last Post | Replies |
|
| How to recursively delete a directory in .NET that contains files | 10 Jan 2008 11:56 GMT | 3 |
Directory.Delete(path, true (recursive)) throws an exception of the directory is not empty. silly as they could have overloaded the method further providing for deletions with files... anyway, i also tried using Process and spawning a DOS rmdir command
|
| Deserialize case sensitive | 10 Jan 2008 10:50 GMT | 7 |
I have a problem for Deserialize some xml file. Some files do not necessarily respect case of the elementname. how Deserialize with case insensitive ? my code :
|
| Client callback adding items to databound collection = crossthread error | 10 Jan 2008 10:22 GMT | 1 |
I understand the concepts and rules for invoking UI methods from a non-UI thread. In the past I have always checked with the control's InvokeRequired property and Invoked my delegate accordingly. This has worked fine, nothing special.
|
| Connecting Visual source safe with c# | 10 Jan 2008 10:20 GMT | 1 |
Hi.. i want to create an application which will connect with Visual Source safe and return me back the latest copy of a project. Plz help me its urgent....
|
| Proper Use of Streams | 10 Jan 2008 09:55 GMT | 4 |
I need to send the following XML to a network connection and at the same time, output it as a string to an ASPX page. How can I do this? The network connection code works. If I try to read hmnStream, I get a "Cannot Read Stream" exception.
|
| Multiple Interface implementation with same methods | 10 Jan 2008 09:55 GMT | 7 |
Consider a situation where a class (Say C1) is implementing two interfaces (I1, I2). Both the interface contains a method (M1) with the same signature. class C1:I1, I2
|
| System.Configuration.ConfigurationManager.AppSettings - question | 10 Jan 2008 07:29 GMT | 2 |
I have a config file. <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings>
|
| Last try at this treeview | 10 Jan 2008 04:16 GMT | 9 |
I had given up on this for a while, but I am attempting it again. This is what i am using to store my treeview layout into a db, I am only using a few fields to make it easier to understand while I am attempting to restore it back into the tree.
|
| wk1 files, between a rock and a hard spot | 10 Jan 2008 02:46 GMT | 2 |
By the subject you may be able to tell that I am not pleased... Here is my situation: We have an old but very useable program that exports information out into a wk1 file. I had a program that I had developed a couple years ago that would
|
| Learn C# | 10 Jan 2008 02:12 GMT | 4 |
Learn C# Is there any web site contain Video Tutorials Learn me C# thank you
|
| Start 'invisible' process | 10 Jan 2008 01:14 GMT | 4 |
Is there any Process options that will allow a DOS application to execute without showing the cmd window? My application uses a small DOS application to retrieve a list of machines, but I don't want the window to pop up while this is happening, I want it to be an
|
| Regular Expression Help | 10 Jan 2008 00:31 GMT | 1 |
I need help with validating usernames using regular expressions. I only want to allow numbers, letters, and the underscore as valid characters for the username. I just cannot seem to find the solution, but I believe I am close. Any help provided is appreciated! Here is
|
| Server Scripting Language | 09 Jan 2008 23:31 GMT | 4 |
I'm developing a C# web server and I want to implement some kind of server side scripting. I thought about writing my own, but that will take some time.. I'm not sure if there is a way to impliment something someone already has. Anyone have any experience with any of this ...
|
| Enums Type Question | 09 Jan 2008 22:10 GMT | 4 |
I keep hitting the same minor problem, but dont have a really great solution. So Im looking for ideas. There are many instances where I want to force the developer ( me ) from a readability and robustability point of view to choose from a list of
|
| Linq and creating queries on the fly | 09 Jan 2008 20:06 GMT | 2 |
One of the great things about SQL is that it's exceedingly easy to create queries on the fly. I'm trying to accomplish the same using linq but I'm running into problems when I'm trying to do the following:
|