Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > january 2004 > threads for friday january 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

DB caching the html rendered by a .aspx page
Posted by Jon Maz at 1/30/2004 6:40:47 PM
Hi, My goal is to take the entire html/javascript stream spat out by .aspx pages and save them as simple strings in a database (for caching purposes). I'm not sure how I can get hold of this html stream, though - does anyone have any strategies / code samples to get me going? Thanks, J...more >>


BinaryReader and BinaryWriter and Endianess
Posted by Paul Selormey at 1/30/2004 6:12:18 PM
..NET is mainly designed for Windows and could be assumed to work with only little endian binary files. However, what is the real behavior? BinaryReader : Is this designed to read system/hardware supported endian of will always read little endian no matter the system? BinaryWriter: Is thi...more >>

Behavior of events when one event handler triggers an exception
Posted by gs_sarge NO[at]SPAM yahoo.com at 1/30/2004 4:54:04 PM
Hi: I'm trying to figure out the behavior of an event when one of the event handlers triggers an exception. In my case, I'm using events so the server can contact the client using Remoting. Each client registers its own event handler for the servers event. Hower, if one of the client c...more >>

error while trying to create a class file out of an xsd file
Posted by Dev-MS at 1/30/2004 3:51:07 PM
Hi, I have an xsd file that imports some data types from another xsd file called basedatatype.xsd. I am trying to generate a .cs class file out of the main xsd file using the following command line tool command: xsd main.xsd /c I get the following error like data type which is defi...more >>

ASP.NET 1.1 June 2003 Hotfix rollup
Posted by mms at 1/30/2004 3:11:07 PM
One of our servers is experience a problem similar to the symptons described in this article: 821156 INFO: ASP.NET 1.1 June 2003 Hotfix Rollup Package. How can I obtain this hotfix? ...more >>

from .NET 1.0 to .NET 1.1
Posted by rocio at 1/30/2004 2:35:35 PM
I need some comments/help on this. Some months ago, all I had installed in my computer was .NEt 1.0 and the = Framework 1.0 . I developed an ASP application then, it run fine, got installed in = another server, while I deleted all the programs from my computer after = they were saved in Sourc...more >>

Best book for .NET framework reference/bible?
Posted by Ben Mann at 1/30/2004 12:40:09 PM
Hi, I have been developing business applications in VB since version 3 and consider myself an experienced VB programmer. I am looking to learn .NET and would like to get a reference book for the ..NET framework. I have spent some time looking at reviews and am considering the following: T...more >>

String class design anomaly
Posted by Edward Diener at 1/30/2004 12:32:25 PM
While most of the design of the string class is not too bad, the one member function which really sticks out as being incorrectly designed is the Replace member function. After an Insert member function which quite reasonably inserts another string starting at a specific location and a Remove fu...more >>



DataGrid AllowSort Issue
Posted by Prasanna Ekanayake at 1/30/2004 11:42:46 AM
Hi, How can I get the DataRow that the user selected/clicked in an AllowSort enabled DataGrid? Given below is what I'm currently trying to do to achieve it. I have a DataTable that is the DataSource to my DataGrid. The DataTable contains all data from my SalesRep table which contain...more >>

Very Fast Multithreaded URL Fetching
Posted by Arsen V. at 1/30/2004 9:39:30 AM
Hello, Does anyone know if an object or how to create one, that will allow me to fetch up to 10 URLs (containing XML-feed data) in an extremelly fast server side fashion? If the request is taking longer than it should, the object would need to be able to timeout on the spot (without waiting...more >>

Product Comparison between BEA and Microsoft...
Posted by Bob Morvay at 1/30/2004 9:05:22 AM
I am looking for advice on a where I can learn about the Microsoft product suite for an Internet enabled platform to deliver business website solutions using Portals. I have evaluated BEA's suite (BEA WebLogic Platform 8.1 which encompasses BEA Weblogic Workshop, BEA Weblogic Portal and BEA Web...more >>

NotifyIcon
Posted by Andrew at 1/30/2004 8:36:05 AM
I've made a background program available in the task tray with the NotifyIcon class, but I'd like this task tra item to be available to other users who may log on with terminal services. Does this mean I need to make the program a windows service? And can a windows service then have an interfa...more >>

Slow Performance
Posted by Chris Powell at 1/30/2004 8:26:09 AM
I have a performance issue that only shows on a few peoples PC's. I have 20 people all using the same windows app that I wrote. On 5 of the 20 the performance is extremely bad. On my PC it takes no time at all to display a System.Windows.Forms.DataGrid. On the 5 that have the performance probl...more >>

How to parse for a substring using regular expressions??
Posted by Daniel Walzenbach at 1/30/2004 8:16:04 AM
Hi, does anybody know I can extract a substring of a text with regular expressions. Let’s consider the following text: “Regular expressions are often used to make sure that a string matches a certain pattern.”. I e.g. want to extract everything between “expressions” and “a” which...more >>

Calling AL.EXE in code
Posted by dnlwhite NO[at]SPAM dtgnet.com at 1/30/2004 8:01:43 AM
Hello, I would like to call AL.EXE in a com+ component but am having trouble figuring out how to do this. Can anyone help?...more >>

Framework
Posted by Vinay at 1/30/2004 4:06:05 AM
Is there a .Net Framework for Macintosh O.S. If yes can anyone give any links related to that. If no, then can nyone tell me for which other platforms, .Net Framework can be implemented. Thank You....more >>

javascript code inside aspx or ascx file
Posted by HaraldCermak at 1/30/2004 3:46:08 AM
H I know how to use javascript, like in oblect.attributes.add, or as a user control, and so on But I want to use javascript code like a response to an event - for sample I only want to open an alert box if no text was entered in a textbox, like using a messagebox in win de as a response to user...more >>

Using GAC APIs in Whidbey
Posted by slx at 1/30/2004 1:41:04 AM
We use the GAC APIs documented in http://support.microsoft.com/default.aspx?scid=kb;en-us;317540 to install and uninstall assemblies in the GAC. With the Whidbey PDC preview of the .NET framework 1.2 the uninstall doesn't work. Calling IAssemblyCache::UninstallAssembly we get the undocumentation HRE...more >>

Spam
Posted by Charlie at 1/30/2004 12:28:06 AM
Hello G-Lock make email software. They have the best spam filterer I have come accross. I was getting seventy to eighty spams per day I havnt had a viagra spam for days They also have a brilliant support forum. If you dont know how to do it, someone will tell you. There is a l...more >>


DevelopmentNow Blog