搜索资源列表
OReilly---ADO.NET-Cookbook---By-Laxxuss
- Microsoft ADO.NET is the latest data access technology from Microsoft. ADO.NET is a collection of classes that are part of the .NET Framework, and is designed to provide consistent access to data in loosely coupled n-tier application architectures su
WHH_ORM_Lib
- 一个用C#编写的ORM自定义简单框架,容易扩展,这里暂时用的ORACLE链接,可以改成SQLSERVER链接,VS2010编译通过,无错误,要运行的话需改数据库连接,在\Debug\session.xml里。-A simple custom ORM framework written in C#, and easy to extend, ORACLE links here temporarily used, can change SQLSERVER links, VS2010 compiler,
AspNetPager
- AspNetPager针对ASP.NET分页控件的不足,提出了与众不同的解决asp.net中分页问题的方案,即将分页导航功能与数据显示功能完全独立开来,由用户自己控制数据的获取及显示方式,因此可以被灵活地应用于任何需要实现分页导航功能的地方,如为GridView、DataList以及Repeater等数据绑定控件实现分页、呈现自定义的分页数据以及制作图片浏览程序等,因为AspNetPager控件和数据是独立的,因此要分页的数据可以来自任何数据源,如SQL Server、Oracle、Access