开发者

Where's the best samples of Microsoft for developing c# win-based programs which connect to SQL Server Data base? [closed]

It's difficult to tell what is being asked here. This question is ambiguous,开发者_如何学JAVA vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

I searched within Microsoft web site. But you know, there were lots of samples and I didn't know which one is suitable for my purpose. I'm looking for the best samples of Microsoft for developing c# win-based programs which connect to SQL Server Data base. What I mean is, samples which use OOP concepts, use .NET 3+ features....


there are many ways of querying a SQL Server (ODBC, ADO.NET, LINQ) and there are plenty of examples for each. So you need to consider which is most suitable for your needs. If all you need is an "abstract" data access layer then LINQ might be what you are looking for.

This page might help you: http://code.msdn.microsoft.com/csharpsamples

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜