Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building HTTP REST web server with SQL Server database

I am looking for guidance on how to start building a http REST server using C# and a SQL Server database?

Is there a recommended server framework for http web server? The same for REST services?

How should I start? Raising regular server and after that taking care of the SQL Server database?

Thanks.

like image 773
Michael A Avatar asked Sep 05 '26 13:09

Michael A


1 Answers

I'm starting to evaluate REST frameworks for .Net and python. So far I like ServiceStack for .Net the best. It's simple, far easier to config than WCF, supports dependency injection, and seems to be fast.

When VS 11 and .Net 4.5 are completely released, Microsoft is also offering Web API. It can be used to build REST API's as well so it's worth looking into.

I haven't done enough research on Web API to see which would be better but those are some considerations for you.

like image 87
Jeff LaFay Avatar answered Sep 08 '26 03:09

Jeff LaFay



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!