原创 JqGrid 使用方法總結 (一次性加載數據)

<div> <table id="grid-table"></table> <div id="grid-pager"></div> </div> 發送全Json數據無需在進行加載

原创 MVC實現EF模型隨意切換(四)學習

DAL層 public class BaseDal<T> where T : class , new() private DbContext db = EFDbcontextFactory.GetcurrentDbco

原创 MVC保證線程內實例唯一(5)

原 [html] view plaincopyprint? using System;   using System.Collections.Generic;   using System.Data.Entity;  

原创 MVC接口的使用之自動創建實例化(一)學習

EFDAL層 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Dulei.IDAL; using Du

原创 MVC實現通用的增刪改查。使用接口(三)學習

在IDAL層增加IBase類 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Dulei.Model

原创 MVC實現增、刪、改、查、批刪、分頁(二)學習

在UserInfoEFDAL類下 using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Tex