Click here to Skip to main content
15,891,657 members
Home / Discussions / C#
   

C#

 
GeneralHow can I add application configuration file in C# project? Pin
bulbul01198914-Jun-11 18:48
bulbul01198914-Jun-11 18:48 
GeneralRe: How can I add application configuration file in C# project? Pin
Roger Wright14-Jun-11 19:54
professionalRoger Wright14-Jun-11 19:54 
QuestionMessage Removed Pin
14-Jun-11 18:38
nehajain1214-Jun-11 18:38 
AnswerRe: Dwnload file in c# Pin
walterhevedeich14-Jun-11 19:02
professionalwalterhevedeich14-Jun-11 19:02 
GeneralRe: Dwnload file in c# Pin
Richard MacCutchan16-Jun-11 3:43
mveRichard MacCutchan16-Jun-11 3:43 
AnswerRe: Dwnload file in c# Pin
Ravi Sant20-Jun-11 1:25
Ravi Sant20-Jun-11 1:25 
QuestionDeny access to a datatable while in use from another object Pin
MAW3014-Jun-11 18:10
MAW3014-Jun-11 18:10 
AnswerRe: Deny access to a datatable while in use from another object Pin
Richard Andrew x6414-Jun-11 20:12
professionalRichard Andrew x6414-Jun-11 20:12 
AnswerRe: Deny access to a datatable while in use from another object Pin
jschell15-Jun-11 9:04
jschell15-Jun-11 9:04 
QuestionParsing HTML of some website using C Sharp. Pin
shivamkalra14-Jun-11 15:35
shivamkalra14-Jun-11 15:35 
AnswerRe: Parsing HTML of some website using C Sharp. Pin
JV999914-Jun-11 21:55
professionalJV999914-Jun-11 21:55 
AnswerRe: Parsing HTML of some website using C Sharp. Pin
BobJanova15-Jun-11 0:29
BobJanova15-Jun-11 0:29 
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 

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.