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

.NET (Core and Framework)

 
GeneralRe: Problem with asmx Pin
Member 1124071331-May-15 20:53
Member 1124071331-May-15 20:53 
GeneralRe: Problem with asmx Pin
Dave Kreskowiak1-Jun-15 1:22
mveDave Kreskowiak1-Jun-15 1:22 
Questionmvc with ajax Pin
Dolly Nimavat28-May-15 19:51
Dolly Nimavat28-May-15 19:51 
AnswerRe: mvc with ajax Pin
Richard MacCutchan28-May-15 20:45
mveRichard MacCutchan28-May-15 20:45 
AnswerRe: mvc with ajax Pin
Pete O'Hanlon28-May-15 22:54
mvePete O'Hanlon28-May-15 22:54 
QuestionWEB SERVICE IN ASP.NET Pin
Member 1160511127-May-15 2:36
Member 1160511127-May-15 2:36 
AnswerRe: WEB SERVICE IN ASP.NET Pin
ZurdoDev27-May-15 3:05
professionalZurdoDev27-May-15 3:05 
AnswerRe: WEB SERVICE IN ASP.NET Pin
Abhipal Singh1-Jun-15 7:16
professionalAbhipal Singh1-Jun-15 7:16 
In addition to what Ryan said. Web services are generally used to have a multi-tier architecture where web services work typically on the middle tier.

Consider a scenario, where we have a database and a website that fetches data from this database.
DB---> Website
Now, you have a requirement that you need a mobile app, that will use data from the same database.
DB---> Mobile Application
You will be re-writing the entire logic to fetch data from DB in your mobile app

To save yourself from such problems. Multi-tier architecture is the solution
DB--->Web Service--->Website
DB--->Web Service--->Mobile App
DB--->Web Service--->any other client who can consume your web service

By using this strategy you just have to write you Data Access Layer in web service only. Your clients will have to consume this service and get he data from it.

There are a lot of scenarios where web services help a lot, integrating disparate systems using web services is another example. Google the use of web services and I am sure you will get a lot of stuff related to it.
QuestionBOLKI Pin
Member 1160511127-May-15 1:39
Member 1160511127-May-15 1:39 
AnswerRe: BOLKI Pin
Dave Kreskowiak27-May-15 2:24
mveDave Kreskowiak27-May-15 2:24 
GeneralRe: BOLKI Pin
Brisingr Aerowing17-Feb-16 23:14
professionalBrisingr Aerowing17-Feb-16 23:14 
AnswerRe: BOLKI Pin
ZurdoDev27-May-15 3:04
professionalZurdoDev27-May-15 3:04 
QuestionShowing value to another Datagridview Pin
Member 1171608424-May-15 20:37
Member 1171608424-May-15 20:37 
AnswerRe: Showing value to another Datagridview Pin
Mycroft Holmes24-May-15 20:58
professionalMycroft Holmes24-May-15 20:58 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608424-May-15 21:16
Member 1171608424-May-15 21:16 
GeneralRe: Showing value to another Datagridview Pin
Eddy Vluggen24-May-15 23:31
professionalEddy Vluggen24-May-15 23:31 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608424-May-15 23:47
Member 1171608424-May-15 23:47 
GeneralRe: Showing value to another Datagridview Pin
Eddy Vluggen24-May-15 23:52
professionalEddy Vluggen24-May-15 23:52 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608424-May-15 23:55
Member 1171608424-May-15 23:55 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608425-May-15 0:00
Member 1171608425-May-15 0:00 
GeneralRe: Showing value to another Datagridview Pin
Eddy Vluggen25-May-15 1:17
professionalEddy Vluggen25-May-15 1:17 
Questioncss not functioning under aspnet secure folders Pin
arraybiz22-May-15 22:53
arraybiz22-May-15 22:53 
SuggestionRe: css not functioning under aspnet secure folders Pin
Richard MacCutchan22-May-15 23:39
mveRichard MacCutchan22-May-15 23:39 
Questionbarcode designer Pin
Member 297864820-May-15 20:12
Member 297864820-May-15 20:12 
AnswerRe: barcode designer Pin
Pete O'Hanlon20-May-15 20:50
mvePete O'Hanlon20-May-15 20:50 

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.