Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

.net REST or Web Service

$
0
0
.net REST or Web Service
.NET Development
.net REST or Web Service
10/26/2012
03:19:30 AM
3MO074LSO Show this entire thread in new window
Gratar Image based on email address
From:
Jim M
To:
All 
Attachments:
None
I stay away from .NET as much as possible.. However I need I quick way to get data from MSSQL Server.. I don't want to connect to wconnect and then to the sql server.. but if it's just as fast as using a .NET web service or REST service I'll use wconnect..

What is faster at serving up JSON in .NET a Web Service or some sort of REST service for taking in AJAX requests then spitting out JSON? We have VS2010.. I haven.t used C# for some time.. I'll be using JavaScript in VS2012.. All I need is probably a 1 page "filename.aspx" to take request.. do the query.. spit out the JSON..

I guess with REST I really dont even need a page.aspx... Just some sort of listener? IHttpHandler? on a \folder...

Thanks
Jim


Viewing all articles
Browse latest Browse all 10393

Trending Articles