Click here to Skip to main content
15,885,782 members
Home / Discussions / C#
   

C#

 
AnswerRe: Parsing HTML of some website using C Sharp. Pin
GenJerDan15-Jun-11 3:59
GenJerDan15-Jun-11 3:59 
QuestionCall Web Service Without Reference? Pin
Kevin Marois14-Jun-11 12:02
professionalKevin Marois14-Jun-11 12:02 
AnswerRe: Call Web Service Without Reference? Pin
Kevin Marois14-Jun-11 13:13
professionalKevin Marois14-Jun-11 13:13 
AnswerRe: Call Web Service Without Reference? Pin
PIEBALDconsult14-Jun-11 14:11
mvePIEBALDconsult14-Jun-11 14:11 
QuestionHow to learn Web Based Apps? Pin
Software200714-Jun-11 5:44
Software200714-Jun-11 5:44 
AnswerRe: How to learn Web Based Apps? Pin
#realJSOP14-Jun-11 7:19
mve#realJSOP14-Jun-11 7:19 
GeneralRe: How to learn Web Based Apps? Pin
Software200714-Jun-11 8:07
Software200714-Jun-11 8:07 
GeneralRe: How to learn Web Based Apps? Pin
l a u r e n14-Jun-11 8:59
l a u r e n14-Jun-11 8:59 
ok so in a classic web service situation you have an API that you can talk to from client apps (be they web site front ends, mobile apps, desktop apps, or whatever)

the API will be a REST API type thing (basically means you can call it via a URI like a web page) and typically you will get back either XML or JSON (depending on what problem domain you are dealing with)

so you would write essentially a web site that has no face and doesn't output any html as such ... and then you implement the clients who make requests (like custom mini browsers effectively) and get responses in whatever you decided to use (XML,JSON,etc) ... then your clients have to decide how to cache / display / save the data returned from the web service

this is a very simplistic overview but hopefully it isn't insulting or too stupid to be useful as a starting point

Smile | :)

"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

GeneralRe: How to learn Web Based Apps? Pin
Roger Wright14-Jun-11 21:27
professionalRoger Wright14-Jun-11 21:27 
GeneralRe: How to learn Web Based Apps? Pin
Mark Salsbery17-Jun-11 10:38
Mark Salsbery17-Jun-11 10:38 
GeneralRe: How to learn Web Based Apps? Pin
#realJSOP18-Jun-11 1:08
mve#realJSOP18-Jun-11 1:08 
AnswerRe: How to learn Web Based Apps? Pin
Lutosław14-Jun-11 21:47
Lutosław14-Jun-11 21:47 
GeneralRe: How to learn Web Based Apps? Pin
Software200715-Jun-11 10:28
Software200715-Jun-11 10:28 
GeneralRe: How to learn Web Based Apps? Pin
Lutosław15-Jun-11 12:16
Lutosław15-Jun-11 12:16 
QuestionHow to retrieve single row from datatable? Pin
SRKSHOME14-Jun-11 3:47
SRKSHOME14-Jun-11 3:47 
AnswerRe: How to retrieve single row from datatable? Pin
Blue_Boy14-Jun-11 3:58
Blue_Boy14-Jun-11 3:58 
QuestionSplit string with Regex Pin
Ronald de Boer13-Jun-11 17:37
Ronald de Boer13-Jun-11 17:37 
AnswerRe: Split string with Regex Pin
PIEBALDconsult13-Jun-11 18:24
mvePIEBALDconsult13-Jun-11 18:24 
AnswerRe: Split string with Regex Pin
Richard MacCutchan13-Jun-11 21:50
mveRichard MacCutchan13-Jun-11 21:50 
AnswerRe: Split string with Regex Pin
RakeshMeena13-Jun-11 23:15
RakeshMeena13-Jun-11 23:15 
AnswerRe: Split string with Regex Pin
anishkannan14-Jun-11 1:01
anishkannan14-Jun-11 1:01 
AnswerRe: Split string with Regex Pin
#realJSOP14-Jun-11 7:27
mve#realJSOP14-Jun-11 7:27 
AnswerRe: Split string with Regex [modified] Pin
Lutosław14-Jun-11 21:25
Lutosław14-Jun-11 21:25 
QuestionHow to get Windows Country List (Location List) seen in the Control Panel Pin
MrSmoofy13-Jun-11 13:30
MrSmoofy13-Jun-11 13:30 
AnswerRe: How to get Windows Country List (Location List) seen in the Control Panel Pin
Luc Pattyn13-Jun-11 14:05
sitebuilderLuc Pattyn13-Jun-11 14:05 

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.