| Thread | Last Post | Replies |
|
| life-time pinning. vs Global heap | 03 Jan 2008 22:46 GMT | 10 |
I am very sorry to bring a topic up that has been beaten with an ugly stick..... but... If I want to "fix" an byte array for the life time of a program would it be better allocating it on the unmanaged heap?
|
| Using an external file for funtions | 03 Jan 2008 22:35 GMT | 8 |
Is there anything in c# like using an external file or an include file to store some of your functions? It's getting really hard to find your way around when you have so many functions in your main file.
|
| Unique identifier in every treenode? | 03 Jan 2008 22:34 GMT | 7 |
Is there some sort of unique identifier in every treenode that is consistent? I was looking at the handle of every treenode, but it appears that the handle changes everytime the tree is built.
|
| a better way for user searches | 03 Jan 2008 20:39 GMT | 4 |
i have a table of products and there is a screen to search for them. I am stuck as to how to distinguish that the user doesn't want to include that criteria with that criteria is blank. Here is a sample:
|
| C++ or C#..? | 03 Jan 2008 19:47 GMT | 23 |
I am new to programming...which language should I study to get a hot job. is it C# or C++...? Thanks In advance Sobin
|
| Any pointer to get C#/Java interaction? | 03 Jan 2008 19:25 GMT | 10 |
Got at java consumer to a producer that I want to connect to a pref. C# or some other .net app, on the producer side we went with java->jni- (thanks javah)>C->fortran program connecting to our rdb database but I hope thats not the thing
|
| stepping into framework code in C# Express 2008 | 03 Jan 2008 18:49 GMT | 3 |
How to step or look into commented .NET framework source code ? I havent found any way. Using Visual C# 2008 Express Edition. Andrus.
|
| how to generate unique Hash Code for string | 03 Jan 2008 18:34 GMT | 15 |
As MSDN is not giving us guarantee upon uniqueness of Hash Code, so could any one suggest me that how to generate a unique Hash Code for same string always, and generate different-2 Hash Code Different-2 string.
|
| diferent results in debugger | 03 Jan 2008 18:23 GMT | 12 |
Ive got a difference in results depending on wether I run my app in the debugger, or run it seperatly (or with <ctrl-f5>) the results in the debugger seem to be more correct, although the app isnt finished and theres still a lot of things it gets wrong.
|
| specialized generic method in C# | 03 Jan 2008 18:12 GMT | 3 |
Can I create a specialized generic method depends on the constraint on the generic type constraint? such as: static class foo {
|
| Windows Media Services Custom Authorization Plugin | 03 Jan 2008 16:51 GMT | 2 |
I have developed a custom plugin for authorizing streams. I fetch the URL from pPresentationCtx on WMS_EVENT_OPEN with WMS_PRESENT_REQUEST_NAME and go from there. My EnablePlugin() has plHeartbeatPeriod = 30000;
|
| ASP.NET's new ListView Control: Custom Grouping? | 03 Jan 2008 16:16 GMT | 2 |
I'm investigating the new listview control. The grouping functionality is very cool, but I don't want to simply group every x elements; i'd like to do custom grouping (I want to say, start a new group if this record contains a new value for field y as compared to the previous ...
|
| Interface vs memebers | 03 Jan 2008 15:57 GMT | 4 |
I would like to know if it is possible to inforce specific members implementation just as methods inforcment of methods implementaion in Interface? Thank u!
|
| newbie question: how to test whether a variable is a value type | 03 Jan 2008 15:25 GMT | 5 |
for reference type, I can use the is keyword, but how can test whether a specific type is a value type?
|
| XML and Dataset | 03 Jan 2008 15:00 GMT | 1 |
I load XML inside Dataset. I normally use the SQL database but the user can go in offline mode which create XML file on the HD. I load them with no problem, now the problem is the request i was using to query the table have to be done in XML also. How can you sort on a
|