Click here to Skip to main content
15,920,618 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: MessageBox on the client? Pin
James T. Johnson14-Dec-01 7:30
James T. Johnson14-Dec-01 7:30 
GeneralRe: MessageBox on the client? ... and also a confirm dialogue? Pin
Carolina16-Dec-01 23:04
Carolina16-Dec-01 23:04 
GeneralRe: MessageBox on the client? ... and also a confirm dialogue? Pin
James T. Johnson17-Dec-01 2:22
James T. Johnson17-Dec-01 2:22 
GeneralThink What is the Reality Pin
6-Dec-01 22:55
suss6-Dec-01 22:55 
GeneralRelease candidate form error Pin
jkgh3-Dec-01 5:15
jkgh3-Dec-01 5:15 
Generalasp.net Pin
ov2-Dec-01 23:04
ov2-Dec-01 23:04 
QuestionHow to create circular references between DLLs/assemblies? Pin
Brian Morearty2-Dec-01 7:55
Brian Morearty2-Dec-01 7:55 
GeneralHelp with a .NET app architecture... Pin
Defcon1-Dec-01 1:37
Defcon1-Dec-01 1:37 
Guys,

I'm a new .NET programmer so bear with me Smile | :) and tell if if I'm making the right choices.
The requirements - clients will need to access services from a browser and desktop app (maybe even multiple OS's). The response needs to be fairly fast and the client requests cannot be lost. On the server side, there is some processing and data to be stored in a DB. The data needs to be accesed mostly by using a browser interface.

This is what I'm thinking - clients will access a Web Service via SOAP. The Web Service will feed requests to a MEssage Queue which will queue as well as transact the resuests so that there is no loss. The DB access will be ADO.NET, web site will use ASP.NET and the code will be in C#.

My questions - from what I've read I need to use COM+ managed services. However I'm not clear if .NET has an MSMQ equivalent (is it MessageQueue?) which will give me all these features easily? I haven't used MSMQ before - will this approach give me a low overhead and a high bandwith?

Also the clients will not have .NET framework - to implement them can someone suggest a lightweight and simple C++ library for SOAP calls (the one on this site uses an older SOAP toolkit), or should I use ATL Server generated code instead.

Thanks a lot and please feel free to criticise!
GeneralHelp with winform designer Pin
Brian Olej30-Nov-01 18:31
Brian Olej30-Nov-01 18:31 
GeneralVS .NET bug Pin
Matt.W.29-Nov-01 14:46
Matt.W.29-Nov-01 14:46 
GeneralRe: VS .NET bug Pin
Brian Olej30-Nov-01 10:00
Brian Olej30-Nov-01 10:00 
QuestionHow to create a container control Pin
Fairytale24-Nov-01 2:41
Fairytale24-Nov-01 2:41 
GeneralDoc/View Pin
Aza22-Nov-01 3:05
Aza22-Nov-01 3:05 
QuestionHow to get control when the property WindowState of form is changed? Pin
inside121-Nov-01 14:23
inside121-Nov-01 14:23 
GeneralNeed some big-time help Pin
20-Nov-01 15:36
suss20-Nov-01 15:36 
GeneralAbout SOAP Toolkit 2.0 High level API Pin
chenzhu19-Nov-01 15:20
chenzhu19-Nov-01 15:20 
GeneralConvince Me... Pin
bburton19-Nov-01 1:22
bburton19-Nov-01 1:22 
GeneralRe: Convince Me... Pin
l a u r e n19-Nov-01 1:38
l a u r e n19-Nov-01 1:38 
GeneralRe: Convince Me... Pin
Paul Watson22-Nov-01 7:46
sitebuilderPaul Watson22-Nov-01 7:46 
GeneralServer Error in '/lab1' Application... Pin
Orkun GEDiK17-Nov-01 11:43
Orkun GEDiK17-Nov-01 11:43 
GeneralDispose() design pattern is complicated Pin
Mike Morearty16-Nov-01 19:13
Mike Morearty16-Nov-01 19:13 
General:confused: VS:NET CR crashes my Beta1-Webprojects Pin
Carolina15-Nov-01 3:19
Carolina15-Nov-01 3:19 
GeneralVS.NET Beta 2 -> RC1 Resource problems Pin
Bret Faller14-Nov-01 10:04
Bret Faller14-Nov-01 10:04 
GeneralApp Deployment With .NET Pin
Paul Watson13-Nov-01 23:59
sitebuilderPaul Watson13-Nov-01 23:59 
QuestionHow can I draw in inverted color with GDI+? Pin
9-Nov-01 6:11
suss9-Nov-01 6:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.