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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|