all groups > dotnet distributed apps > june 2007
Windows or Web application?
Posted by cashdeskmac at 6/29/2007 5:16:01 AM
I am working on a very large distributed application which runs very slowly.
It has a web front end and a web services layer to communicate between
offices.
Is there an advantage of having a web front end over a windows UI?
What are the arguments for and against each approach?
If this ... more >>
Enterprise Services
Posted by Arne at 6/18/2007 7:13:01 AM
How do I debug a component services written in .Net?
I tried [assembly: Debuggable(true, true)] in assemblyInfo.cs but that
didn;t do anything.
--
Arne Garvander
Certified .Net Geek
Professional Data Dude... more >>
.NET Remoting and IIS Permissions
Posted by Aaron Young at 6/15/2007 12:45:02 PM
Hi,
I would like to host a .NET Remoting data access layer for a SQL Server
database in IIS. The server will be available to the general public so there
is no VPN involved. Anyone can download a demo smart client which will then
access the SQL Server data through the .NET Remoting layer in ... more >>
Updater Application Block V2.0: download/activation not occuring
Posted by novahk at 6/15/2007 10:34:01 AM
I've setup a test app that uses the updater app block. The AppStart runs and
can identify that there is an update available. Some data is pulled down and
placed in a single file in 'Program Files\AppName\UAB\registry'. The file
name is "efa3041f-5615-41d1-99bb-ed458577015c.task", it contain... more >>
Deploying Windows App developed in .Net framework
Posted by eva100801 NO[at]SPAM hotmail.com at 6/13/2007 8:57:28 AM
Hi All,
I have few questions about deploying windows apps developed in .Net
framework. These days it is all about internet apps and services, and
I need to develop small windows app and deployed it on a machine with
no internet access, no database installed and no .Net framework
either. This s... more >>
How to use a dll developed in Vs2005 into Vs2003?
Posted by fedrok at 6/8/2007 3:22:17 AM
Hi!
I've got this problem: I've an old BIG project developed in Vs2003.
Now I've a little application developed in Vs2005 and I want to integrate
this into my old big project Vs2003 based.
How can I reference the DDL-2005 into Vs2003?
Is it possible?
--
fedrok... more >>
Need help to a good architecure ideas !!!
Posted by calderara at 6/7/2007 12:25:01 PM
Dear all,
Im ma building an event system application in a kind of service based
application. Events system means collecting machine alarms, archive them in a
database, provide them to a user interface and provide some statistical
calculation frequency.
Based on those requirement I am loo... more >>
.NET Remoting to WCF
Posted by Wimpie van Lingen at 6/6/2007 2:34:24 PM
Hi
Does anyone maybe have examples of how to convert a simple application that
uses .NET Remoting (TCP) to WCF in VB.NET?
Or sample applications for WCF in VB.NET would also work.
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Object Model Distribution and Concurrency
Posted by BogeyGolf at 6/5/2007 6:44:02 AM
I have a Windows Forms application that configures and monitors hardware
devices. I now need to run this application on about 10 PCs that are
interconnected via a 10/100 LAN. The PCs will all be running the same
Windows Forms application and need to share the same entity objects. The
obje... more >>
|