基本信息
源码名称:C#用户注册和登录模块
源码大小:31.70M
文件格式:.zip
开发语言:C#
更新时间:2021-12-20
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
├── Ky_UserWeb
│ ├── C#用户注册和登录模块(5)文档.docx
│ ├── Ky_UserWeb
│ │ ├── AddUser.aspx
│ │ ├── AddUser.aspx.cs
│ │ ├── AddUser.aspx.designer.cs
│ │ ├── Common.cs
│ │ ├── Ky_UserWeb.csproj
│ │ ├── Ky_UserWeb.csproj.user
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── Ky_UserWeb.dll
│ │ │ ├── Ky_UserWeb.dll.config
│ │ │ ├── Ky_UserWeb.pdb
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ ├── UsersBLL.dll
│ │ │ ├── UsersBLL.pdb
│ │ │ ├── UsersDAL.dll
│ │ │ ├── UsersDAL.pdb
│ │ │ ├── UsersModel.dll
│ │ │ ├── UsersModel.pdb
│ │ │ └── roslyn
│ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.Reflection.Metadata.dll
│ │ │ ├── VBCSCompiler.exe
│ │ │ ├── VBCSCompiler.exe.config
│ │ │ ├── csc.exe
│ │ │ ├── csc.exe.config
│ │ │ ├── csc.rsp
│ │ │ ├── csi.exe
│ │ │ ├── csi.rsp
│ │ │ ├── vbc.exe
│ │ │ ├── vbc.exe.config
│ │ │ └── vbc.rsp
│ │ ├── data
│ │ │ ├── MyTest.mdf
│ │ │ └── MyTest_log.ldf
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Ky_UserWeb.csproj.CopyComplete
│ │ │ ├── Ky_UserWeb.csproj.CoreCompileInputs.cache
│ │ │ ├── Ky_UserWeb.csproj.FileListAbsolute.txt
│ │ │ ├── Ky_UserWeb.csprojAssemblyReference.cache
│ │ │ ├── Ky_UserWeb.dll
│ │ │ ├── Ky_UserWeb.pdb
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── Ky_UserWeb.sln
│ ├── UsersBLL
│ │ ├── BLL.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UsersBLL.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── UsersBLL.dll
│ │ │ │ ├── UsersBLL.pdb
│ │ │ │ ├── UsersDAL.dll
│ │ │ │ ├── UsersDAL.pdb
│ │ │ │ ├── UsersModel.dll
│ │ │ │ └── UsersModel.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── BLL.csproj.CopyComplete
│ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csprojAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── UsersBLL.dll
│ │ └── UsersBLL.pdb
│ ├── UsersDAL
│ │ ├── DAL.csproj
│ │ ├── DBHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UsersDAL.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── UsersDAL.dll
│ │ │ │ ├── UsersDAL.pdb
│ │ │ │ ├── UsersModel.dll
│ │ │ │ └── UsersModel.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DAL.csproj.CopyComplete
│ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csprojAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── UsersDAL.dll
│ │ └── UsersDAL.pdb
│ ├── UsersModel
│ │ ├── Model.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UsersModel.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── UsersModel.dll
│ │ │ │ └── UsersModel.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csprojAssemblyReference.cache
│ │ ├── TempPE
│ │ ├── UsersModel.csprojAssemblyReference.cache
│ │ ├── UsersModel.dll
│ │ └── UsersModel.pdb
│ └── packages
│ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
│ ├── build
│ │ ├── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ └── net46
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ ├── content
│ │ ├── net45
│ │ │ ├── app.config.install.xdt
│ │ │ ├── app.config.uninstall.xdt
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ └── net46
│ │ ├── app.config.install.xdt
│ │ ├── app.config.uninstall.xdt
│ │ ├── web.config.install.xdt
│ │ └── web.config.uninstall.xdt
│ ├── lib
│ │ └── net45
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ └── tools
│ ├── Roslyn45
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ ├── RoslynLatest
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.Managed.Core.targets
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.Globalization.Calendars.dll
│ │ ├── System.IO.Compression.ZipFile.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Sockets.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ └── net45
│ ├── install.ps1
│ └── uninstall.ps1
└── 好例子网_Ky_UserWeb.zip
47 directories, 199 files
C#用户注册和登录模块
使用微软的.NET开发环境来开发一个用户管理模块,主要包括:用户注册、用户登录、权限的划分等.
- 登录模块
为了使系统的安全性得到保障,大多数系统都开发登录模块。
只有通过登录模块,才能对登录用户进行验证,只有系统的合法用户才可以进入系统的主界面。这也是设计管理系统软件之前必须考虑的问题。
- 注册模块
首先由用户到系统上注册一个账户,此时用户的信息是存储在数据库中。
- 登录验证
然后用户就可以使用注册的用户名和密码登录系统了,在登录的过程中会对用户名和密码进行验证,只有真实的身份才可以登录系统。
- 权限管理
对于管理类的功能模块,还会验证用户的权限,如果具有某个模块的权限,则就可以操作该模块。
- 角色权限
在.NET系统软件中,每个用户都具有一定的角色权限,如普通用户、会员用户、管理员等权限的划分。
.
├── Ky_UserWeb
│ ├── C#用户注册和登录模块(5)文档.docx
│ ├── Ky_UserWeb
│ │ ├── AddUser.aspx
│ │ ├── AddUser.aspx.cs
│ │ ├── AddUser.aspx.designer.cs
│ │ ├── Common.cs
│ │ ├── Ky_UserWeb.csproj
│ │ ├── Ky_UserWeb.csproj.user
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── Ky_UserWeb.dll
│ │ │ ├── Ky_UserWeb.dll.config
│ │ │ ├── Ky_UserWeb.pdb
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ ├── UsersBLL.dll
│ │ │ ├── UsersBLL.pdb
│ │ │ ├── UsersDAL.dll
│ │ │ ├── UsersDAL.pdb
│ │ │ ├── UsersModel.dll
│ │ │ ├── UsersModel.pdb
│ │ │ └── roslyn
│ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.Reflection.Metadata.dll
│ │ │ ├── VBCSCompiler.exe
│ │ │ ├── VBCSCompiler.exe.config
│ │ │ ├── csc.exe
│ │ │ ├── csc.exe.config
│ │ │ ├── csc.rsp
│ │ │ ├── csi.exe
│ │ │ ├── csi.rsp
│ │ │ ├── vbc.exe
│ │ │ ├── vbc.exe.config
│ │ │ └── vbc.rsp
│ │ ├── data
│ │ │ ├── MyTest.mdf
│ │ │ └── MyTest_log.ldf
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Ky_UserWeb.csproj.CopyComplete
│ │ │ ├── Ky_UserWeb.csproj.CoreCompileInputs.cache
│ │ │ ├── Ky_UserWeb.csproj.FileListAbsolute.txt
│ │ │ ├── Ky_UserWeb.csprojAssemblyReference.cache
│ │ │ ├── Ky_UserWeb.dll
│ │ │ ├── Ky_UserWeb.pdb
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── Ky_UserWeb.sln
│ ├── UsersBLL
│ │ ├── BLL.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UsersBLL.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── UsersBLL.dll
│ │ │ │ ├── UsersBLL.pdb
│ │ │ │ ├── UsersDAL.dll
│ │ │ │ ├── UsersDAL.pdb
│ │ │ │ ├── UsersModel.dll
│ │ │ │ └── UsersModel.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── BLL.csproj.CopyComplete
│ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csprojAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── UsersBLL.dll
│ │ └── UsersBLL.pdb
│ ├── UsersDAL
│ │ ├── DAL.csproj
│ │ ├── DBHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UsersDAL.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── UsersDAL.dll
│ │ │ │ ├── UsersDAL.pdb
│ │ │ │ ├── UsersModel.dll
│ │ │ │ └── UsersModel.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DAL.csproj.CopyComplete
│ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csprojAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── UsersDAL.dll
│ │ └── UsersDAL.pdb
│ ├── UsersModel
│ │ ├── Model.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── UsersModel.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── UsersModel.dll
│ │ │ │ └── UsersModel.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csprojAssemblyReference.cache
│ │ ├── TempPE
│ │ ├── UsersModel.csprojAssemblyReference.cache
│ │ ├── UsersModel.dll
│ │ └── UsersModel.pdb
│ └── packages
│ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
│ ├── build
│ │ ├── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ └── net46
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ ├── content
│ │ ├── net45
│ │ │ ├── app.config.install.xdt
│ │ │ ├── app.config.uninstall.xdt
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ └── net46
│ │ ├── app.config.install.xdt
│ │ ├── app.config.uninstall.xdt
│ │ ├── web.config.install.xdt
│ │ └── web.config.uninstall.xdt
│ ├── lib
│ │ └── net45
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ └── tools
│ ├── Roslyn45
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ ├── RoslynLatest
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.Managed.Core.targets
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.Globalization.Calendars.dll
│ │ ├── System.IO.Compression.ZipFile.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Sockets.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ └── net45
│ ├── install.ps1
│ └── uninstall.ps1
└── 好例子网_Ky_UserWeb.zip
47 directories, 199 files