資源簡介
實現EF的分析,使用TT
非常簡單,非常入門
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?EF.Data;
using?EF.Services;
namespace?EF.App
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????Student?student?=?new?Student();
????????????student.StuID?=?Guid.NewGuid().ToString();
????????????student.Name?=?student.StuID;
????????????student.Gender?=?“男“;
????????????student.Contactbase?=?“10000“;
????????????student.Birthday?=?System.DateTime.Now;
????????????StudentService?stuSer?=?new?StudentService();
????????????stuSer.CreateStudent(student);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????5218??2011-08-23?18:12??DemoDb_sc
?????目錄???????????0??2011-08-22?23:45??EF.App\
?????文件?????????480??2011-08-22?23:59??EF.App\App.config
?????目錄???????????0??2011-08-22?23:20??EF.App\bin\
?????目錄???????????0??2011-08-23?18:09??EF.App\bin\Debug\
?????文件????????5120??2011-08-23?18:08??EF.App\bin\Debug\EF.App.exe
?????文件?????????480??2011-08-22?23:59??EF.App\bin\Debug\EF.App.exe.config
?????文件???????11776??2011-08-23?18:08??EF.App\bin\Debug\EF.App.pdb
?????文件???????11600??2011-08-23?18:09??EF.App\bin\Debug\EF.App.vshost.exe
?????文件?????????480??2011-08-22?23:59??EF.App\bin\Debug\EF.App.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??EF.App\bin\Debug\EF.App.vshost.exe.manifest
?????文件???????12288??2011-08-23?18:08??EF.App\bin\Debug\EF.Data.dll
?????文件????????7680??2011-08-23?18:08??EF.App\bin\Debug\EF.Data.pdb
?????文件????????5120??2011-08-23?18:08??EF.App\bin\Debug\EF.DataAccess.dll
?????文件???????11776??2011-08-23?18:08??EF.App\bin\Debug\EF.DataAccess.pdb
?????文件????????4608??2011-08-23?18:08??EF.App\bin\Debug\EF.Services.dll
?????文件???????11776??2011-08-23?18:08??EF.App\bin\Debug\EF.Services.pdb
?????文件????????2898??2011-08-22?23:59??EF.App\EF.App.csproj
?????目錄???????????0??2011-08-22?23:20??EF.App\obj\
?????目錄???????????0??2011-08-22?23:20??EF.App\obj\x86\
?????目錄???????????0??2011-08-23?18:08??EF.App\obj\x86\Debug\
?????文件????????6041??2011-08-23?18:08??EF.App\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????941??2011-08-23?18:09??EF.App\obj\x86\Debug\EF.App.csproj.FileListAbsolute.txt
?????文件????????5120??2011-08-23?18:08??EF.App\obj\x86\Debug\EF.App.exe
?????文件???????11776??2011-08-23?18:08??EF.App\obj\x86\Debug\EF.App.pdb
?????文件???????22488??2011-08-23?18:08??EF.App\obj\x86\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2011-08-22?23:20??EF.App\obj\x86\Debug\TempPE\
?????文件?????????633??2011-08-23?16:41??EF.App\Program.cs
?????目錄???????????0??2011-08-22?23:20??EF.App\Properties\
?????文件????????1470??2011-08-22?23:20??EF.App\Properties\AssemblyInfo.cs
?????目錄???????????0??2011-08-22?23:59??EF.Data\
............此處省略85個文件信息
評論
共有 條評論