Χρειάζεται να πω κάτι παραπάνω;
1 | Data Access Application Block for .NET CF | r | I just published an article on the port of the Data Access Application Block to .NET CF that I've done. Many have asked for something similar, and after searching and coming up with nothing, I decided to do it myself.
The Data Access Application Block for .NET CF is a .NET CF component that contains optimized data access code that will help you issue SQL text commands against a SQL Server CE database. It returns SqlDataReader and DataSet objects. You can use it as a building block in your own .NET CF-based application to reduce the amount of custom code you need to create, test, and maintain. The download provides full C# source code. Original Link | Comments | |