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 distributed apps > november 2004 > threads for november 22 - 28, 2004

Filter by week: 1 2 3 4 5

Bulk Insert From Dataset
Posted by Dianna at 11/27/2004 4:01:01 PM
I have a datafeed coming from another Database which I am populating into a Dataset. I want to take the dataset and insert all the rows into a Sql Table. So far I have an 'insert stored proc' and I pass all the parameters from .Net and execute (1 row at a time). However, this is tedious. T...more >>


Article : Soapsuds.exe (.Net Framework tools series)
Posted by Namratha Shah \(Nasha\) at 11/26/2004 9:29:11 PM
Hey Group, Today we gonna discuss Soapsuds tool. Soapsuds is shipped with .Net FrameWork and is used by .Net remoting Client Applications to generate xml schema,proxy class or assembly for their HTTP Remoting Server. Client App can use this proxy class or the assembly as a reference to the...more >>

[ANN] edtFTPnet/PRO 1.0.0 released!
Posted by csharpftp NO[at]SPAM yahoo.com at 11/26/2004 3:28:35 AM
Enterprise Distributed Technologies is proud to announce the immediate release of edtFTPnet/PRO 1.0.0, which is a commercial derivative of edtFTPnet, the popular Open Source FTP .NET component. In addition to the capabilities and many features of edtFTPnet, edtFTPnet/PRO supports SOCKS proxies...more >>

Exception handling in distributed ntier app
Posted by Gai at 11/25/2004 8:30:53 PM
Hey all, I'm building a distributed app in an NTier architecture (UI, BL, DA etc'). My client is a .Net Web Application and i'm using the Exception handling application block. I'm trying to establish an exception handling standard in which I don't need to write Try and Catch blocks everywhe...more >>

database and app server separated by WAN
Posted by Ice at 11/23/2004 2:30:56 PM
All - I was just wondering if any of the developers/architects has had to deal with situations where their application server and database server were not in the same LAN i.e separated by a WAN. If yes, what the business or technical situation that had prompted this. Thanks. ice ...more >>

Cut/copy/paste and undo/redo frameworks
Posted by Albert at 11/23/2004 10:48:22 AM
Hi, I'm looking for some kind of frameworks that deals with cut/copy/paste and undo/redu functionality, that can be used in a .NET application. I did some research in th web but couldn't find something appropriate for a real world application. Does something like this exists for .NET? If not ...more >>

Assembly binding problem
Posted by Simone at 11/23/2004 10:42:14 AM
I have a strange problem on my computer: When i develop a serviced component and i try to access it using a com client, i have the following message: File or assembly name HTNuovoCA.NET, or one of its dependencies, was not found. (I have register it using regsvcs following the standar...more >>

Design Question
Posted by JuanBarbatos at 11/22/2004 3:01:03 PM
I am looking for some suggestion on the best way to handle this. I have broken my business logic down to 2 assemblies, Customer and Orders. Both of these will share the same logic for some general data bewteen the 2. For example Orders need to get address from Customer, and Customers may need ...more >>



Strong Names Vs. Interop
Posted by Ben Reese at 11/22/2004 9:35:12 AM
This is the first time I have needed to create assemblies that references each other from anywhere other than the applications directory. I have a number of executables that need to run in the bin directory of the (3rd Party) host application. These Exe's all reference one "entry point" dll ...more >>


DevelopmentNow Blog