| Thread | Last Post | Replies |
|
| how to put a Description in about a method | 31 Dec 2004 20:05 GMT | 3 |
I created an assembly and I wanted to put in a description about each method, so when other developers choice that method in their projects they will see the description I put in and will tell them what the method should be used for.
|
| Encryption String From PHP, Decryption String From ASP Big Problem, Urgent !!! | 31 Dec 2004 19:35 GMT | 1 |
I have still problem on Encryption string using, decryption string using ASP/VB/C#.. I don't know why have different results and using same algorithm. Please advise.
|
| Find all references | 31 Dec 2004 17:35 GMT | 2 |
Hi. I am refactoring an application and I am in the process of adding cleanup code. I am trying to dereference objects that are no longer required, but I am finding that references are held in other parts of the application and the object is consequently never collected.
|
| Dynamic Properties | 31 Dec 2004 17:11 GMT | 5 |
I would like to know if anyone can suggest how to implement the following: We need to have classes who's properties are defined by a database. The properties can not be hard coded. In addition properties datatype will also be defined by the database and are subject to change in ...
|
| Wildcard String Search | 31 Dec 2004 16:58 GMT | 6 |
I'm looking to do wild card pattern matching on strings. Here is an example: Search string: Begin * end? New line with additional content*
|
| Specify member scope in Interface Classes | 31 Dec 2004 16:53 GMT | 2 |
Have you ever noticed that when you look at an Interface Class definition (ie IDisposable), the methods or properties belonging to the class are defined as abstract (C#) or overridable (vb)? How can this be? When I create an Interface class and try to give
|
| raising events from a windows service | 31 Dec 2004 09:43 GMT | 7 |
I have a windows service that generates events when it finds certain database information. That is, the service runs, and on a timer event, it checks a few database tables for new records. If the new records have been created, it generates the NewRecord event.
|
| AddNew on empty dataset with relations sets wrong child key. | 30 Dec 2004 21:19 GMT | 11 |
I have a dataset with two related tables. When I add a new parent/child pair when there are rows in the dataset the Parent Key and Child Key are set appropriately in the database. However when I do the same thing but there are no rows in the dataset, the Parent Key gets set to ...
|
| CreateInstranceAndUnwrap slow perfomance | 30 Dec 2004 21:18 GMT | 5 |
Hi Expert, We are trying to create an object in secondary appdomain from default appdomain using CreateInstanceAndUnwrap api, But this call seems to be taking lot of time to return, I know the call involve loading of required
|
| How do i disable beep when messagebox appears? | 30 Dec 2004 20:37 GMT | 2 |
anyone have any idea wow do i disable beep when messagebox appears? i want to play my own sounds and i couldn't find anyway to override the message box sounds. And not, i don't want to create my own messagebox.
|
| ANN: Fusion Worshop | 30 Dec 2004 20:27 GMT | 6 |
I have just released online my Fusion workshop. This is a self paced tutorial about how .NET versioning, probing and binding works. Its available here: http://www.grimes.demon.co.uk/workshops/workshops.htm
|
| regex: Nested quantifier ?. error! help | 30 Dec 2004 17:47 GMT | 2 |
I am trying to use regex to find a string where ? could be between 0 and 10 characters, for instance the strings: Error. Username 1092006871 does not exist. Record not processed. Error. Username abc123 does not exist. Record not processed.
|
| Merging multiple dlls into one | 30 Dec 2004 16:30 GMT | 2 |
I have a solution made out of about 5 projects. At the moment, each one is creating its own dll in its own subdirectory. I seem to remember that there is a way to merge multiple dlls into one big Daddy dll.
|
| gacutil /l does not show mscorlib | 30 Dec 2004 13:35 GMT | 2 |
I cannot get my application working, it cannot load a local dll. This local dll has some dependencies, and I am trying to see if all the dependacies are right. Now the app/dll is dependant of mscorlib. I think all .NET apps are
|
| Truely Dynamic Classes? | 30 Dec 2004 12:18 GMT | 1 |
(Sorry but I'll be using C# for examples, skip to the last paragraph if you just want to read my main query) Ever since Turbo Pascal 5 I've used data created at compile time to 'outline' a database structure that can then be used by functions in a
|