| Thread | Last Post | Replies |
|
| Order or DbLinq properties in code generated by pgsqlmetal | 20 Nov 2007 18:51 GMT | 15 |
I noticed that order of properties in generated dbLinQ entity classes is random: When I bound DbLinq object to DataGridView DataSource, I got messed column order table.
|
| Quick syntax question | 20 Nov 2007 16:50 GMT | 3 |
In a test function's return variables I see this: public void foo(int _Bar1_, string _Bar2, string _Bar3_, short _bar4) etc... What do the underscores signify if anything? For what it's worth, the
|
| time critical programming | 20 Nov 2007 16:47 GMT | 5 |
I have no experience in doing time critical things in a .NET language. I need to modify 8 ISDN streams (each 64kbit) in realtime with max. 30ms delay. Has somebody experience in doing time ctritical things in C# or another .NET language? Could the garbage collector be a problem?
|
| Is this code right? | 20 Nov 2007 16:38 GMT | 3 |
I feel i still do not understand maybe a bit a dispose pattern So I have a question - is this code right? Is fs.Close() there where it is right? If I do understand it in place 'BBB' there can be a situation where
|
| LINQ: How to build dynamic query? | 20 Nov 2007 16:00 GMT | 39 |
played a little with orcas and went into a problem by building dynamic queries. I want to build a dynamic where clause but only with parameters that are not empty => (TextBox.Text != ""). Doing this by building a string is very simple, but how to do it with LINQ?
|
| adding nodes to treeView control dynamically at runtime | 20 Nov 2007 15:30 GMT | 1 |
Here is the code that i have been using to add nodes dynamically, but I cant see any child nodes being displayed on the treeView... all i can see the root node "Network". I have been trying to develop a modelling soft. as an educational project.
|
| intercepting a handled exception in the debugger | 20 Nov 2007 15:01 GMT | 6 |
Is it possible to do this ? i cant see any likly options. I have an exception handler but I want to examine the exception before it gets to the handler, Is there a way to do this ? At the moment i have to comment out the exception handler
|
| Instalation for application with database | 20 Nov 2007 15:00 GMT | 1 |
How I create one instalation of my windows aplication with a SQL data base (or any database) for my client can install with no problem. Thanks
|
| Interact with 2 or more windows in the same application | 20 Nov 2007 14:49 GMT | 1 |
How i moving and interacting with 2 or more windows in the same application. For example, one login windows when the login is ok, move to Main windows. Thanks Formiga
|
| ♣♣♣ Earn up to $100 per hour with your own ho me business. Join for FREE♣♣♣ | 20 Nov 2007 14:35 GMT | 1 |
"EARN $25,$50,even $100 per hour..." MILLIONS OF PEOPLE ALL OVER THE WORLD ARE MAKING MONEY ONLINE WITH JUST A COMPUTER AND WORKING FEW HOURS A WEEK, YOU CAN TOO!! For More Details:
|
| Algorithm to hash user IDs | 20 Nov 2007 12:15 GMT | 1 |
<Sorry this question is not tied to C#, but I could not find a good forum that tackles such questions> Hi I am trying to come up with a good hashing function for user IDs in my
|
| Scroll DataGridView to the bottom | 20 Nov 2007 11:09 GMT | 2 |
I've a dataGridView and i want that when i start my form, the dataGrid will be scrolled to the last row instead to the first. How can i do it? Thanks,
|
| Abstract class variables question | 20 Nov 2007 10:34 GMT | 26 |
Using VS 2003, I am trying to take a class that I created to create new variable types to handle nulls and track changes to standard variable types. This is for use with database variables. This tells me if a variable has changed, give me the original and current value, and ...
|
| Post-Increment and Pre-Increment Overloading | 20 Nov 2007 10:34 GMT | 13 |
In C++, you had to distinguish between post and pre increments when overloading. Could someone give me a short demonstration of how to write these? I get the impression that are handled with the same overload, but I
|
| description in the code | 20 Nov 2007 09:28 GMT | 2 |
.NET 2.0 I'm wondering if it is possible to add some description to the code. Text which describe for example what a property of a class does etc - I don't mean comments
|