Click here to Skip to main content
15,909,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: Subclassing The Desktop Pin
Nicholas Cardi1-Aug-03 9:05
Nicholas Cardi1-Aug-03 9:05 
GeneralRe: Subclassing The Desktop Pin
J. Dunlap1-Aug-03 9:09
J. Dunlap1-Aug-03 9:09 
GeneralRe: Subclassing The Desktop Pin
Nicholas Cardi1-Aug-03 9:12
Nicholas Cardi1-Aug-03 9:12 
GeneralRe: Subclassing The Desktop Pin
Arun Bhalla1-Aug-03 11:14
Arun Bhalla1-Aug-03 11:14 
GeneralRe: Subclassing The Desktop Pin
Rocky Moore1-Aug-03 21:21
Rocky Moore1-Aug-03 21:21 
GeneralRe: Subclassing The Desktop Pin
J. Dunlap1-Aug-03 21:26
J. Dunlap1-Aug-03 21:26 
GeneralRe: Subclassing The Desktop Pin
Rocky Moore1-Aug-03 21:55
Rocky Moore1-Aug-03 21:55 
GeneralRe: Subclassing The Desktop Pin
Nick Parker2-Aug-03 1:57
protectorNick Parker2-Aug-03 1:57 
GeneralRe: Subclassing The Desktop Pin
leppie2-Aug-03 4:42
leppie2-Aug-03 4:42 
GeneralRe: Subclassing The Desktop Pin
Nick Parker2-Aug-03 5:58
protectorNick Parker2-Aug-03 5:58 
QuestionHow to extract a table cell's textbox data? Pin
jmelgar1-Aug-03 7:20
jmelgar1-Aug-03 7:20 
AnswerRe: How to extract a table cell's textbox data? Pin
Ista1-Aug-03 9:10
Ista1-Aug-03 9:10 
QuestionApplication updater? Pin
Arun Bhalla1-Aug-03 7:01
Arun Bhalla1-Aug-03 7:01 
QuestionDrag and Drop Rows on DataGrid, Anyone? Pin
Khang Nguyen1-Aug-03 6:25
Khang Nguyen1-Aug-03 6:25 
AnswerRe: Drag and Drop Rows on DataGrid, Anyone? Pin
Ista1-Aug-03 9:11
Ista1-Aug-03 9:11 
GeneralRe: Drag and Drop Rows on DataGrid, Anyone? Pin
Khang Nguyen1-Aug-03 10:11
Khang Nguyen1-Aug-03 10:11 
Questionstring to int, double? Pin
alma1-Aug-03 5:09
alma1-Aug-03 5:09 
AnswerRe: string to int, double? Pin
mikemilano1-Aug-03 5:26
mikemilano1-Aug-03 5:26 
AnswerRe: string to int, double? Pin
Nick Parker1-Aug-03 5:40
protectorNick Parker1-Aug-03 5:40 
AnswerRe: string to int, double? Pin
Ista1-Aug-03 5:57
Ista1-Aug-03 5:57 
Generalpress enter anywhere in form to activate button Pin
mikemilano1-Aug-03 5:07
mikemilano1-Aug-03 5:07 
GeneralRe: press enter anywhere in form to activate button Pin
Valeria Bogdevich1-Aug-03 5:33
Valeria Bogdevich1-Aug-03 5:33 
GeneralConvincing web service migration Pin
Steve Severance1-Aug-03 4:36
Steve Severance1-Aug-03 4:36 
GeneralRe: Convincing web service migration Pin
Daniel Turini1-Aug-03 5:00
Daniel Turini1-Aug-03 5:00 
GeneralRe: Convincing web service migration Pin
Ista1-Aug-03 6:03
Ista1-Aug-03 6:03 
web services aren't just only to SOAP.

You can transport via HTTP and FTP

The good thing about web services is any language can tie into them using DISCO and hook to a wsdl.

But there a huge security risk, hackers can easily get past firewalls since firewalls dont guard agains web services. tpyically though becuase I heard some are sifting for unusual data.

But send jsp http requests to update data seems kind of old-world since web services are easier and less code means easier maintainable. Which in your employers eyes means more product for less money. If you want it to fly the keyword is "real world experiences saving MONEY"

do some research and make a 3 page report.

but youll create an enemny. be forwarned.

I'm not an expert yet, but I play one at work. Yeah and here too.

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.