开发者

Best method to make an online database searchable?

开发者 https://www.devze.com 2023-03-25 01:21 出处:网络
I\'m doing some statistical stuff for a university and I\'ve got a question.I\'ve got a starter background in C++ and read up on some C# and since I have access to the entire MS suite I think I\'ll go

I'm doing some statistical stuff for a university and I've got a question. I've got a starter background in C++ and read up on some C# and since I have access to the entire MS suite I think I'll go ahead and use the .NET framework. My question is, I would like to make my database searchable online. I'll fancy it up with some jQuery but for the most part, a开发者_如何学JAVAll I'll need is permissions to view or write and all of the queries one might like to run. My question: is there a specific method that would be more expedient for developing this? The MVC framework or something else?


For SQL Server, I think LinqToSQL provides the quickest, most convenient direct access to your data from C#. Start with a Linq data context, and then you can manipulate records in your database via strongly typed C# objects.

0

精彩评论

暂无评论...
验证码 换一张
取 消