資源簡介
三層架構模式:銷售管理系統;帶數據庫 簡單易懂
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.ServiceModel;
using?Insigma.Identity;
namespace?Identity.Host
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????using?(ServiceHost?host?=?new?ServiceHost(typeof(IdentityService)))
????????????{
????????????????host.Opened?+=?delegate?{?Console.WriteLine(“統一身份驗證服務已經啟動!“);?};
????????????????host.Open();
????????????????Console.ReadLine();
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????923??2013-06-26?09:26??Insigma.Hpgl.Solution\Identity.Host\App.config
?????文件???????5632??2013-06-17?16:17??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Identity.Host.exe
?????文件????????923??2013-06-26?09:26??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Identity.Host.exe.config
?????文件??????11776??2013-06-17?16:17??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Identity.Host.pdb
?????文件??????11600??2013-05-25?10:06??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Identity.Host.vshost.exe
?????文件????????930??2013-05-25?10:02??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Identity.Host.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Identity.Host.vshost.exe.manifest
?????文件???????5120??2013-06-17?16:16??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Insigma.Identity.dll
?????文件??????11776??2013-06-17?16:16??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\Insigma.Identity.pdb
?????文件???????6144??2013-06-17?16:16??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\SqlHelper.dll
?????文件??????13824??2013-06-17?16:16??Insigma.Hpgl.Solution\Identity.Host\bin\Debug\SqlHelper.pdb
?????文件???????2798??2013-05-25?09:59??Insigma.Hpgl.Solution\Identity.Host\Identity.Host.csproj
?????文件???????6278??2013-06-26?09:27??Insigma.Hpgl.Solution\Identity.Host\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1140??2013-06-17?16:17??Insigma.Hpgl.Solution\Identity.Host\obj\x86\Debug\Identity.Host.csproj.FileListAbsolute.txt
?????文件???????5632??2013-06-17?16:17??Insigma.Hpgl.Solution\Identity.Host\obj\x86\Debug\Identity.Host.exe
?????文件??????11776??2013-06-17?16:17??Insigma.Hpgl.Solution\Identity.Host\obj\x86\Debug\Identity.Host.pdb
?????文件??????14512??2013-06-17?16:16??Insigma.Hpgl.Solution\Identity.Host\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件????????561??2013-05-25?10:00??Insigma.Hpgl.Solution\Identity.Host\Program.cs
?????文件???????1376??2013-05-25?09:53??Insigma.Hpgl.Solution\Identity.Host\Properties\AssemblyInfo.cs
?????文件???????9728??2013-06-17?16:17??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.BLL.dll
?????文件??????30208??2013-06-17?16:17??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.BLL.pdb
?????文件??????18432??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.DAL.dll
?????文件??????34304??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.DAL.pdb
?????文件???????5120??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.IDal.dll
?????文件???????7680??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.IDal.pdb
?????文件??????14336??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.Model.dll
?????文件???????7680??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\Insigma.Hpgl.Model.pdb
?????文件???????6144??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\SqlHelper.dll
?????文件??????13824??2013-06-17?16:16??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\bin\Debug\SqlHelper.pdb
?????文件???????1935??2013-05-24?09:29??Insigma.Hpgl.Solution\Insigma.Hpgl.BLL\BusinessBLL.cs
............此處省略697個文件信息
評論
共有 條評論