| Thread | Last Post | Replies |
|
| BackgroundWorker Question | 12 Mar 2008 19:08 GMT | 7 |
I am testing backgroundWorker to update our installer with both messages and with a progress bar. I am finding however that the text never gets updated. Any ideas what I might be doing wrong? Code snipped for brevity. Peter
|
| Database application | 12 Mar 2008 16:46 GMT | 2 |
Hello I need to deploy an application.The application has to connect to a database that is already attached to the DB on the machine.How can i check what DB's are on the machine select the one i want to connect to.
|
| Threads (handlers) issue | 12 Mar 2008 16:43 GMT | 8 |
I got the following question , part of my future application I will run number of threads according to number of enteries in input xml file. How can I dynamically build handlers which will wait for those threads if I don't know before the runtime how many threads will be?
|
| Optimize trigonometric calculations? | 12 Mar 2008 15:47 GMT | 12 |
I was debating if I should be posting this in the drawing newsgroup but finally decided that it wasn't drawing related (even if that's what I'm ultimatly doing) but instead optimization / math. In a sense it's not c-sharp specific either but I hope someone can share some ...
|
| Retrieving items from a List<t> | 12 Mar 2008 15:30 GMT | 9 |
Does anyone know how to retrieve the items from a List<T> once you put the items in the list? I have the following code Lasse,
|
| string or String? | 12 Mar 2008 15:27 GMT | 6 |
As a mainly C/C++ and Java developer I was quite surprised when I realized that C# compiler takes both "string" and "String" types. C# is case sensitive so I'm a bit puzzled by that. Could someone please explain that or point me to on-line docs?
|
| Iterate and List Members of an NT Group with LDAP | 12 Mar 2008 14:26 GMT | 2 |
I posted this in VB without a response and in ADSI with no response. C# code is fine, if someone could help it would be much appreciated. I can get a list of Groups from my Active Directory, now I want to get a list of all members of a group. Does anyone have code or can point me ...
|
| File Conversion | 12 Mar 2008 13:28 GMT | 5 |
is there any way to change format of any kind of file to little endian or big endian in c#
|
| String to fixed buffer (and vice versa) | 12 Mar 2008 13:04 GMT | 10 |
I would copy the characters of a string variable to a fixed character buffer in a struct (and vice versa) in C#. public struct S {
|
| Transaction when using smo and DataContext of linq | 12 Mar 2008 13:03 GMT | 2 |
In the operation,it is neccessary to create a new table by smo and then insert some data into the new table by DataContext.Executecommand(). Is it possible to implement in a transaction? If no,any adivise? Thanks.
|
| Canceling out of a delegate or IComparable | 12 Mar 2008 12:52 GMT | 2 |
I am sorting a large List<FileInfo> using Sort(new MyComparable()). In other areas, I'm using an anonymous delegate on a List<>.FindAll(...). My question is this: How do you cancel out of these scenarios? For instance, Sort calls the following
|
| How to generate LINQ classes from database | 12 Mar 2008 12:49 GMT | 2 |
I'm watching Luca on http://www.microsoft.com/emea/msdn/spotlight/sessionh.aspx?videoid=716 and I lost him between the time he dragged and dropped the northwind classes customer, order, supplier and product on to the DataClasses1.dbml and then
|
| Strings | 12 Mar 2008 12:46 GMT | 2 |
What is the best way to compare strings is it str1==str2 or String.Compare(str1,str2)? Thank you!
|
| Download the latest release of SQL Server 2008 Community | 12 Mar 2008 12:44 GMT | 1 |
Download the latest release of SQL Server 2008 Community Technology Preview (CTP) and discover new capabilities to help support your mission-critical ... http://downloadcorner.googlepages.com
|
| Node in XML | 12 Mar 2008 11:33 GMT | 2 |
I have loaded the following XML into an XmlDocument <email> <subject>Hello</subject> <body>Hello</body>
|