all groups > dotnet distributed apps > october 2005 > threads for october 1 - 7, 2005
Filter by week: 1 2 3 4 5
VB.NET using ADO.net
Posted by ericzaj at 10/6/2005 10:27:13 AM
I am creating a simple two form data access application. The first form
displays my main table that shows orders in an orders table. I have a command
button that opens a second form that show a related table that contains all
of the order details. I know there is a simple code that I can put i... more >>
C# COM in COM+ without using EnterpriseServices
Posted by Zdenek Drlik at 10/6/2005 12:00:00 AM
Hi all,
I have created and registered C# COM class without using
EnterpriseServices and deriving my class from ServicedComponent. I have
registered it with regasm tool and imported into COM+ server activated
application.
It works fine, VB 6 clients can work with it from client computers usin... more >>
Microsoft Updater Application Block 2.0 - Partial updates and compression.
Posted by Phil Rayner at 10/6/2005 12:00:00 AM
The new updater application block version 2.0 claims that it has support for
partial updates. I can not find any examples on how to program an
application that uses partial updates.
I understand partial updates to mean, if the application has 6 files
(support DLLs, config files and EXE), an... more >>
Question concerning application architecture with .Net
Posted by OneOfTheTwoWiseMen at 10/5/2005 1:57:02 AM
Hello,
I’ve got a difficult problem that I cannot figure out. I’m working on a
distributed web application which will be used by approximately 50 concurrent
users. I have decided to use a distributed Remoting architecture but that’s
not the point at all.
Due to the fact that one o... more >>
.Net Socket.Send Bug?
Posted by Druid at 10/4/2005 10:44:11 AM
Hi, I posted this under the topic "C#"
(http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_frm/thread/eced8551da69d8c2/657848de43ee4a1a?hl=en#657848de43ee4a1a)
But I think it's more appropriate here:
I've got a C# client/service application using a Socket object ... more >>
Logging App Block and Email
Posted by bryan NO[at]SPAM newsgroups.nospam at 10/3/2005 11:29:17 AM
When you set up an EMail event sink in the Application Logging Block,
there are properties for Start of subject line and End of subject
line. How do you populate what goes between those two blocks of text?
Thanks,
Bryan... more >>
AJAX (javascript help) - ASP.NET(C#)
Posted by Trip at 10/2/2005 12:00:00 AM
Please if someone can help me !!!
I need client and server code(principle based on AJAX) for next problem:
i have 3 <select> tags on html page.(it must be NO page reload(callback)
only select(controles) regeneration !!!)
In the first <select> goes countries, which must be pulled from some ki... more >>
|