| Thread | Last Post | Replies |
|
| ReadToEnd | 13 Jul 2007 18:08 GMT | 1 |
Below are two quoted pieces of the IO.StreamReader.ReadToEnd documentation (remarks section), and my questions follow. These sections seem to discourage using ReadToEnd and they leave me cold as to what to do instead. FYI, my use of ReadToEnd is reading web pages from 10K to 1M ...
|
| Maintain list of attached event handlers (.Net 1.1) | 13 Jul 2007 17:38 GMT | 38 |
here's the short version: How can I remember which event handlers did I attach to which events? Background: - I have an object tree. There is one root object, containing sub objects,
|
| Downside of using Debug builds for production | 13 Jul 2007 15:04 GMT | 4 |
We are using smartclients in an intranet environment and are considering using distributing debug builds (.exe, .dll, .pdb, ...). We like the fact that when an exception occurs we are given a nice stack trace with the line number of source where the exception occurred. What ...
|
| Latest Patch MS07-040 (931212) is this only for.NET 1.0 and not | 13 Jul 2007 11:56 GMT | 1 |
I have versions 1.1 and 2.0 installed, and this patch wont install. Can I assume that its only for 1.0 and 1.1 is not affected by the vulnerability.?
|
| Blocking on NetworkStream.Read() | 13 Jul 2007 08:46 GMT | 4 |
I've recently written a .NET client which communicated to a server via a TcpClient class (from System.Net.Sockets). One thing I noticed is my call to the GetStream().Read() method is not blocking.
|
| Create application level SQL connection, HOW? | 13 Jul 2007 08:37 GMT | 3 |
Is there a way to create an application wide connection object in C# so I don’t have to create a new one for every page? My issue is that while I can do this within the scope of a single aspx page. It can really drag down performance because each portion of the page is made up of ...
|
| Hook Event for All Property Set? | 13 Jul 2007 08:13 GMT | 5 |
Can I have an example of wiring up an Event (handler) that can be fired no matter what property Set accessor is touched? I have a lot of get/sets on public properties and I would like to create something in the class constructor that would be automatically called whenever
|
| Do Not Show Property? | 13 Jul 2007 08:11 GMT | 2 |
I have a public property with this attribute decorating it: [System.Xml.Serialization.SoapIgnoreAttribute] but when I convert an object to XML (it inherits from System.Data.DataTable), it still shows as a Property in the raw XML.
|
| Questions of ClickOnce | 13 Jul 2007 07:18 GMT | 1 |
I currently work through Microsoft ClickOnce Technology,please help me with following questions, thanks for your help. 1. Besides specifing queryString for the url that startups the ClickOnceApp,
|
| MVC Framework | 13 Jul 2007 06:36 GMT | 4 |
I've been searching for a video I found a while back which showed a MVC style framework which was used to seperate the business logic from the UI. This made it possible to use the exact same logic in both asp.net and WPF. I had thought that this was a video showing Microsoft
|
| Bug in BinaryWriter | 12 Jul 2007 19:31 GMT | 2 |
I searched Usenet and found some posts with people having similar problems, I'm wondering if any MVPs or anyone else knows if this is a confirmed bug and if MS plans to do anything about it. First let me quite the MSDN documentation:
|
| Int32 and System.Data.SqlTypes.SqlInt32 | 12 Jul 2007 19:05 GMT | 3 |
Is there any difference by declaring a variable to be Integer, Int32 or System.Data.SqlTypes.SqlInt32 ? Example Dim intNumberOfTries As Integer
|
| ClickOnce Content Files | 12 Jul 2007 18:29 GMT | 7 |
I have a solution with multiple projects. One project is a windows forms project. I have report files (.rdlc) in a separate project that are built as "Content" with the "Copy Always" option. When I build the solution, these files are copied to the bin\Release
|
| msmssgs.exe | 12 Jul 2007 18:25 GMT | 1 |
When I click on outtlook express I get an 0xc000000d at location 0x7813fae2 error code It is under msmsg,exe application. I can't seem to fix. Can anyone help.
|
| Computer does not boot | 12 Jul 2007 18:23 GMT | 1 |
Please help me! My computer at home will not boot for some reason and I don't have any idea what to do. I have had the computer for several years with few upgrades, and recently, when I turn the computer on, it reads OK until it gets to the WINDOWS XP screen (where the little ...
|