• 大小: 12.29MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-29
  • 语言: 其他
  • 标签: .net  

资源简介

三层架构模式:销售管理系统;带数据库 简单易懂

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论