开发者

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

开发者 https://www.devze.com 2022-12-15 03:08 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous,开发者_如何学JAVA vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
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

精彩评论

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

关注公众号