0

Im new at web programming and I have to make a website which will get the data from a mssql server. The thing I tried is just write SQL commands and get the data but I need to change the settings of internet explorer so it did not work. Now I want to write a web service to get the data form my server and formats the data like .json and then I need to use that service to display my list on my website. What is your suggestion where should I begin to work ? And Im using KendoUI for my website.

4

1 回答 1

0

现在最简单且可能最常用的方法是使用 ORM - .NET 开发人员最常见的 EntityFramework,然后在您的 Web 服务中,您只需返回对象,它们就会自动序列化。在网上搜索一些教程。

于 2012-04-12T20:33:15.690 回答