| Thread | Last Post | Replies |
|
| REQ: High Performance Access to a Static Object's List<string> | 12 Sep 2007 18:42 GMT | 16 |
The app in question is lives on a Windows 2003 server with .NET 2.0 running IIS 6. The page of the app in question processes 2000 get requests a second during peak loads. The app uses a Static Object. In this object is a generic List<String>. For
|
| xna 2.0 | 12 Sep 2007 18:18 GMT | 1 |
i'm not sure if this is the right newsgroup, but i'm pretty sure there are a lot of guys, who know about this subject: shortly xna 2.0 will be released by msft.
|
| extra characters on string | 12 Sep 2007 18:16 GMT | 2 |
I am retrieving data from a binary field from a sql table and I am having a problem with extra characters being tacked onto the end. The thePass variable has some unknown spaces after it but I can't seem to trim them. Any help would be appreciated.
|
| DataGridView, GridView and DataList | 12 Sep 2007 17:32 GMT | 1 |
In VS 2005, in the Windows Controls, you have the DataGridView (which has scrollbars). In the WebControls, is the GridView or the DataList synonymous with the DataGridView?
|
| Creating ZIP files | 12 Sep 2007 17:29 GMT | 2 |
The Shell.Application COM object can be used to create ZIP files on the fly. Is there a corresponding facility in C# (without using COM)? Thanks.
|
| Deleting Locked Files | 12 Sep 2007 16:49 GMT | 5 |
I'm working on an application that opens, edits, and closes Microsoft Word 2002 documents. During the debugging process, there are many instances were the application does not terminate property and close the word file. Is there any way to delete these word files without having ...
|
| A simple question about "clustering" ... | 12 Sep 2007 16:46 GMT | 5 |
Hi NG, I have a question about data: I have travel-times from A to B like this from | to | sec.
|
| Regular Expression Issue | 12 Sep 2007 16:35 GMT | 2 |
I have a file that contains multiple rows of this kind of data (I have only included two rows).. #TIME:12:55 C:\Documents and Settings\james\My Documents\My Music\Folder\Axwell -
|
| Property DocumentStream of WebBrowser | 12 Sep 2007 16:22 GMT | 2 |
If i assign a new StreamObject to this property, who is in charge to to close the stream? me or the WebBrowser?
|
| System.Data.OracleClient | 12 Sep 2007 16:10 GMT | 1 |
i want to make a connection o a oracle database. i installed version 10 but then my application can only run on a system with vesion 10. one pc have version 8.1.
|
| how to save outlook attachment file in C# windows Application? | 12 Sep 2007 15:57 GMT | 1 |
Can any one help me .. how to save outlook attachment file in C# windows Application... i m able to read the filename but i dont know how to save the attachment file to my local Drives... pls send me the code r give me any idea .. i have used filecopy and saveasfile method also ...
|
| CodeDom - can I generate an anonymous methodmethodwi? | 12 Sep 2007 15:56 GMT | 1 |
I'm using .Net 2.0 and C#, and I'm trying to generate code for build time AOP. But I cannot find out how to generate an anonymous delegate. E.g. generating code like this: class MyClassWrapper
|
| Primary Key Count | 12 Sep 2007 15:42 GMT | 3 |
I'm trying to export some data from one database and upload it to another and I want to keep the routine generic. My problems is that a couple of the tables have two fields in the primary key. How do I determine how many fields in the key? It seems like Table.PrimaryKey.Length ...
|
| Blitting | 12 Sep 2007 15:39 GMT | 9 |
Is it faster to modify array of ints as 32-bit pixel data and then somehow turn that into a bitmap or use lockbits? I'm having a little performance issues with lock bits unfortunately. I figure that I shouldn't have any issues writing to an array and then maybe there is a faster ...
|
| Bluetooth module performance | 12 Sep 2007 15:23 GMT | 2 |
I'm wondering - is there any possibility to monitor bluetooth activity? Avg. bytes/sec, current Bandwidth etc... Looked through available perfromance counters - ain't found appropriate one :(
|