using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace ClientTest { class BasicClient { public string SendRequest(string url, string method, str
asp.net中使用泛型获取实体数据可以发挥更高的效率,代码简洁方便,本例采用三层架构.首先在model层中定义StuInfo实体,然后在 DAL层的SQLHelper数据操作类中定义list<>泛型查询数据库获取实体数据,最后通过BLL层的方法调用出来.具体实例如下: 一.model层中定义的StuInfo实体: using System; using System.Collections.Generic; using System.Linq; using System.Text; name