| Thread | Last Post | Replies |
|
| Multifile Assembly with Compiled DLL? | 03 Aug 2005 11:16 GMT | 3 |
I have created a C# DLL with Visual Studio 2003. I now need to include functionality from a compiled VB.NET DLL, but instead of including the file I want to "build it" into my DLL so I only have to deploy a single file.
|
| Serialization of immutable struct? | 03 Aug 2005 10:37 GMT | 1 |
How do you serialize to a file an immutable struct? If I add set {} routines for all my public properties it works. But my intent is immutable Thanks
|
| ListDictionary.Item - where is it ? | 03 Aug 2005 09:50 GMT | 4 |
VS.NET 2003 All of the docs state that ListDictionary, ArrayList and others have a public property Item used to access the collection contents using a numeric index.
|
| Validating User Credentials | 03 Aug 2005 08:50 GMT | 2 |
We have a need to prompt the user for their domain, username and password in order to authenticate them against Active Directory. We have to support Windows 2000, XP and 2003. I know that I can authenticate all of the supported platforms using Directory Services/LDAPqueries but ...
|
| in C# fastest way to convert a string into a MemoryStream | 03 Aug 2005 07:17 GMT | 1 |
in C# fastest way to convert a string into a MemoryStream
|
| XMLDocument and MSMQ | 03 Aug 2005 04:49 GMT | 1 |
I have several programs (.net and other) that use the framework to insert objects into the message queue. The object of choice is the XMLDocument. There is no problem inserting the XMLDocument into the message queue, however i can not seem to get the XMLDocument back out of the ...
|
| Unix compatability | 03 Aug 2005 02:30 GMT | 2 |
Is there a version of the framework that u can install on a Unix platform ? I'm trying to ask if u can run a C# application on a Unix platform. Thanks, Darius.
|
| Regex gurus help needed | 02 Aug 2005 19:38 GMT | 2 |
I want a string abc:{def} ijk:{xyx} to be modified to abc:{DEF} ijk{XYZ}
|
| Possible improvements to Asyncronous Pattern? | 02 Aug 2005 18:43 GMT | 13 |
I've always found it beneficial that win form component events always callback into the UI thread (as oppose to a worker thread). The UI client code is never exposed to the worker thread. I find this very desirable, as this prevents resource sharing problems from within the
|
| EMAIL VALIDATION with regular expressions | 02 Aug 2005 18:09 GMT | 4 |
How can modify this expression \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* to validate multiple email address separator by comma and/or semicolon e.g. someone@somedomain.com;someone2@somedomain.com
|
| asp to asp.net integer to date error | 02 Aug 2005 16:39 GMT | 1 |
hi I am converting an asp application to asp.net. i am getting an error for a file which is used to show the calendar, here is the error Conversion from type 'Integer' to type 'Date' is not valid. Description: An unhandled exception occurred during the execution of
|
| Voice chat system from scratch | 02 Aug 2005 14:36 GMT | 8 |
I am an IT student majoring in computer network systems but I am interested and I have alot of courage to create my own Client/Server Voice chat using VB, my questions is: where do i start? and what do i need? your response shall be appreciated.
|
| ORA-3113 end-of-file on communication channel | 02 Aug 2005 14:02 GMT | 1 |
I have some Problemes with our application. Sometimes the application raise following error: ORA-3113 end-of-file on communication channel These error happens only sometimes and wenn I repeat the action, witch
|
| authentication mode=windows and forms togather | 02 Aug 2005 13:48 GMT | 1 |
is it possible to use authentication mode=windows and forms togather in the same project? i have a 2 different asp pages in my application .one of them should be authenticated with 'forms' mode and the other one with 'windows' mode.
|
| Problem in Context connection of CLR Trigger | 02 Aug 2005 11:22 GMT | 1 |
I'm using June CTP Visual Studio 2005. I have Created CLR Object. In my CLR Method i have opened a connection like below public partial class Triggers
|