在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → EFcore Sqlite基本增删改查的Demo升级版3.0

EFcore Sqlite基本增删改查的Demo升级版3.0

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:71.46M
  • 下载次数:74
  • 浏览次数:375
  • 发布时间:2022-07-16
  • 实例类别:C#语言基础
  • 发 布 人:840174292
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】 EFcore Sqlite基本增删改查的Demo升级版3.0

新增了Excel表的导入导出的功能

【实例截图】

from clipboard

【核心代码】

.
├── SqliteEFDemo
│   ├── SqliteEFDemo
│   │   ├── App.config
│   │   ├── Db
│   │   │   ├── MyContext.cs
│   │   │   └── User.cs
│   │   ├── Dto.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── Form2.resx
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.cs
│   │   ├── Form3.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SqliteEFDemo.csproj
│   │   ├── Utils
│   │   │   └── ExcelExportHelper.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Cong.db
│   │   │   │   ├── EPPlus.dll
│   │   │   │   ├── EPPlus.xml
│   │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.xml
│   │   │   │   ├── Microsoft.Bcl.HashCode.dll
│   │   │   │   ├── Microsoft.Bcl.HashCode.xml
│   │   │   │   ├── Microsoft.Data.Sqlite.dll
│   │   │   │   ├── Microsoft.Data.Sqlite.xml
│   │   │   │   ├── Microsoft.DotNet.PlatformAbstractions.dll
│   │   │   │   ├── Microsoft.DotNet.PlatformAbstractions.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Abstractions.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Design.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Design.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Relational.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Relational.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Sqlite.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.xml
│   │   │   │   ├── Microsoft.Extensions.Caching.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.Caching.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.Caching.Memory.dll
│   │   │   │   ├── Microsoft.Extensions.Caching.Memory.xml
│   │   │   │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.Configuration.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.dll
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.xml
│   │   │   │   ├── Microsoft.Extensions.DependencyModel.dll
│   │   │   │   ├── Microsoft.Extensions.DependencyModel.xml
│   │   │   │   ├── Microsoft.Extensions.Logging.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.Logging.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.Logging.dll
│   │   │   │   ├── Microsoft.Extensions.Logging.xml
│   │   │   │   ├── Microsoft.Extensions.Options.dll
│   │   │   │   ├── Microsoft.Extensions.Options.xml
│   │   │   │   ├── Microsoft.Extensions.Primitives.dll
│   │   │   │   ├── Microsoft.Extensions.Primitives.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── SQLitePCLRaw.batteries_v2.dll
│   │   │   │   ├── SQLitePCLRaw.core.dll
│   │   │   │   ├── SQLitePCLRaw.nativelibrary.dll
│   │   │   │   ├── SQLitePCLRaw.provider.dynamic_cdecl.dll
│   │   │   │   ├── SqliteEFDemo.exe
│   │   │   │   ├── SqliteEFDemo.exe.config
│   │   │   │   ├── SqliteEFDemo.pdb
│   │   │   │   ├── SunnyUI.Common.dll
│   │   │   │   ├── SunnyUI.dll
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   ├── System.Collections.Immutable.dll
│   │   │   │   ├── System.Collections.Immutable.xml
│   │   │   │   ├── System.ComponentModel.Annotations.dll
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── System.Memory.dll
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   ├── System.Numerics.Vectors.xml
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── System.Threading.Tasks.Extensions.dll
│   │   │   │   ├── System.Threading.Tasks.Extensions.xml
│   │   │   │   ├── runtimes
│   │   │   │   │   ├── win-arm
│   │   │   │   │   │   └── native
│   │   │   │   │   │       └── e_sqlite3.dll
│   │   │   │   │   ├── win-x64
│   │   │   │   │   │   └── native
│   │   │   │   │   │       └── e_sqlite3.dll
│   │   │   │   │   └── win-x86
│   │   │   │   │       └── native
│   │   │   │   │           └── e_sqlite3.dll
│   │   │   │   ├── x64
│   │   │   │   │   └── SQLite.Interop.dll
│   │   │   │   ├── x86
│   │   │   │   │   └── SQLite.Interop.dll
│   │   │   │   └── zh-Hans
│   │   │   └── Release
│   │   ├── icons8_database_administrator.ico
│   │   ├── images
│   │   │   ├── icons8-更新-48.png
│   │   │   ├── icons8-添加-48.png
│   │   │   ├── icons8-删除-bin-48.png
│   │   │   ├── icons8-数据配置-48.ico
│   │   │   ├── icons8-添加属性-64.png
│   │   │   ├── icons8_add_database.ico
│   │   │   ├── icons8_add_database_48.png
│   │   │   ├── icons8_add_database_64.png
│   │   │   ├── icons8_database_administrator.ico
│   │   │   ├── icons8_database_administrator_16.png
│   │   │   ├── icons8_database_administrator_32.png
│   │   │   ├── icons8_search.ico
│   │   │   ├── icons8_search_16.png
│   │   │   ├── icons8_search_32.png
│   │   │   └── xls_48px.png
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── SqliteEFDemo.Form1.resources
│   │   │       ├── SqliteEFDemo.Form2.resources
│   │   │       ├── SqliteEFDemo.Form3.resources
│   │   │       ├── SqliteEFDemo.Properties.Resources.resources
│   │   │       ├── SqliteEFDemo.csproj.AssemblyReference.cache
│   │   │       ├── SqliteEFDemo.csproj.CopyComplete
│   │   │       ├── SqliteEFDemo.csproj.CoreCompileInputs.cache
│   │   │       ├── SqliteEFDemo.csproj.FileListAbsolute.txt
│   │   │       ├── SqliteEFDemo.csproj.GenerateResource.cache
│   │   │       ├── SqliteEFDemo.csproj.SuggestedBindingRedirects.cache
│   │   │       ├── SqliteEFDemo.exe
│   │   │       ├── SqliteEFDemo.pdb
│   │   │       └── TempPE
│   │   │           └── Properties.Resources.Designer.cs.dll
│   │   └── packages.config
│   ├── SqliteEFDemo.sln
│   └── packages
│       ├── EPPlus.5.0.3
│       │   ├── EPPlus.5.0.3.nupkg
│       │   ├── EPPlusLogo.png
│       │   ├── lib
│       │   │   ├── net35
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   ├── net40
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   ├── net45
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   └── netstandard2.1
│       │   │       ├── EPPlus.dll
│       │   │       └── EPPlus.xml
│       │   ├── license.md
│       │   └── readme.txt
│       ├── Microsoft.Bcl.AsyncInterfaces.1.1.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.Bcl.AsyncInterfaces.1.1.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.xml
│       │   │   └── netstandard2.1
│       │   │       ├── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │       └── Microsoft.Bcl.AsyncInterfaces.xml
│       │   ├── ref
│       │   │   ├── net461
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   ├── netstandard2.0
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   └── netstandard2.1
│       │   │       └── Microsoft.Bcl.AsyncInterfaces.dll
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── Microsoft.Bcl.HashCode.1.1.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.Bcl.HashCode.1.1.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── Microsoft.Bcl.HashCode.dll
│       │   │   │   └── Microsoft.Bcl.HashCode.xml
│       │   │   ├── netcoreapp2.1
│       │   │   │   ├── Microsoft.Bcl.HashCode.dll
│       │   │   │   └── Microsoft.Bcl.HashCode.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.Bcl.HashCode.dll
│       │   │   │   └── Microsoft.Bcl.HashCode.xml
│       │   │   └── netstandard2.1
│       │   │       ├── Microsoft.Bcl.HashCode.dll
│       │   │       └── Microsoft.Bcl.HashCode.xml
│       │   ├── ref
│       │   │   ├── net461
│       │   │   │   └── Microsoft.Bcl.HashCode.dll
│       │   │   ├── netcoreapp2.1
│       │   │   │   └── Microsoft.Bcl.HashCode.dll
│       │   │   ├── netstandard2.0
│       │   │   │   └── Microsoft.Bcl.HashCode.dll
│       │   │   └── netstandard2.1
│       │   │       └── Microsoft.Bcl.HashCode.dll
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── Microsoft.CSharp.4.7.0
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.CSharp.4.7.0.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── netcore50
│       │   │   │   └── Microsoft.CSharp.dll
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.3
│       │   │   │   └── Microsoft.CSharp.dll
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   └── Microsoft.CSharp.xml
│       │   │   ├── portable-net45 win8 wp8 wpa81
│       │   │   │   └── _._
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── wp80
│       │   │   │   └── _._
│       │   │   ├── wpa81
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── netcore50
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   ├── Microsoft.CSharp.xml
│       │   │   │   ├── de
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── es
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── it
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── Microsoft.CSharp.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.0
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   ├── Microsoft.CSharp.xml
│       │   │   │   ├── de
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── es
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── it
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── Microsoft.CSharp.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   └── Microsoft.CSharp.xml
│       │   │   ├── portable-net45 win8 wp8 wpa81
│       │   │   │   └── _._
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── wp80
│       │   │   │   └── _._
│       │   │   ├── wpa81
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── Microsoft.Data.Sqlite.Core.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Data.Sqlite.Core.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Data.Sqlite.dll
│       │           └── Microsoft.Data.Sqlite.xml
│       ├── Microsoft.DotNet.PlatformAbstractions.3.1.6
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.DotNet.PlatformAbstractions.3.1.6.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   └── lib
│       │       ├── net45
│       │       │   ├── Microsoft.DotNet.PlatformAbstractions.dll
│       │       │   └── Microsoft.DotNet.PlatformAbstractions.xml
│       │       ├── netstandard1.3
│       │       │   ├── Microsoft.DotNet.PlatformAbstractions.dll
│       │       │   └── Microsoft.DotNet.PlatformAbstractions.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.DotNet.PlatformAbstractions.dll
│       │           └── Microsoft.DotNet.PlatformAbstractions.xml
│       ├── Microsoft.EntityFrameworkCore.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.dll
│       │           └── Microsoft.EntityFrameworkCore.xml
│       ├── Microsoft.EntityFrameworkCore.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│       │           └── Microsoft.EntityFrameworkCore.Abstractions.xml
│       ├── Microsoft.EntityFrameworkCore.Analyzers.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Analyzers.3.1.26.nupkg
│       │   ├── analyzers
│       │   │   └── dotnet
│       │   │       └── cs
│       │   │           └── Microsoft.EntityFrameworkCore.Analyzers.dll
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── _._
│       ├── Microsoft.EntityFrameworkCore.Design.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Design.3.1.26.nupkg
│       │   ├── build
│       │   │   ├── net461
│       │   │   │   └── Microsoft.EntityFrameworkCore.Design.props
│       │   │   └── netcoreapp2.0
│       │   │       └── Microsoft.EntityFrameworkCore.Design.props
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Design.dll
│       │           └── Microsoft.EntityFrameworkCore.Design.xml
│       ├── Microsoft.EntityFrameworkCore.Relational.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Relational.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Relational.dll
│       │           └── Microsoft.EntityFrameworkCore.Relational.xml
│       ├── Microsoft.EntityFrameworkCore.Sqlite.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Sqlite.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── _._
│       ├── Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│       │           └── Microsoft.EntityFrameworkCore.Sqlite.xml
│       ├── Microsoft.Extensions.Caching.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Caching.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Caching.Abstractions.dll
│       │       │   └── Microsoft.Extensions.Caching.Abstractions.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Caching.Abstractions.dll
│       │           └── Microsoft.Extensions.Caching.Abstractions.xml
│       ├── Microsoft.Extensions.Caching.Memory.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Caching.Memory.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Caching.Memory.dll
│       │       │   └── Microsoft.Extensions.Caching.Memory.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Caching.Memory.dll
│       │           └── Microsoft.Extensions.Caching.Memory.xml
│       ├── Microsoft.Extensions.Configuration.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Configuration.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Configuration.dll
│       │       │   └── Microsoft.Extensions.Configuration.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Configuration.dll
│       │           └── Microsoft.Extensions.Configuration.xml
│       ├── Microsoft.Extensions.Configuration.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Configuration.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
│       │       │   └── Microsoft.Extensions.Configuration.Abstractions.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Configuration.Abstractions.dll
│       │           └── Microsoft.Extensions.Configuration.Abstractions.xml
│       ├── Microsoft.Extensions.Configuration.Binder.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Configuration.Binder.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Configuration.Binder.dll
│       │       │   └── Microsoft.Extensions.Configuration.Binder.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Configuration.Binder.dll
│       │           └── Microsoft.Extensions.Configuration.Binder.xml
│       ├── Microsoft.Extensions.DependencyInjection.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.DependencyInjection.3.1.26.nupkg
│       │   └── lib
│       │       ├── net461
│       │       │   ├── Microsoft.Extensions.DependencyInjection.dll
│       │       │   └── Microsoft.Extensions.DependencyInjection.xml
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.DependencyInjection.dll
│       │       │   └── Microsoft.Extensions.DependencyInjection.xml
│       │       ├── netstandard2.0
│       │       │   ├── Microsoft.Extensions.DependencyInjection.dll
│       │       │   └── Microsoft.Extensions.DependencyInjection.xml
│       │       └── netstandard2.1
│       │           ├── Microsoft.Extensions.DependencyInjection.dll
│       │           └── Microsoft.Extensions.DependencyInjection.xml
│       ├── Microsoft.Extensions.DependencyInjection.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│       │           └── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│       ├── Microsoft.Extensions.DependencyModel.3.1.25
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.Extensions.DependencyModel.3.1.25.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   └── lib
│       │       ├── net451
│       │       │   ├── Microsoft.Extensions.DependencyModel.dll
│       │       │   └── Microsoft.Extensions.DependencyModel.xml
│       │       ├── netstandard1.3
│       │       │   ├── Microsoft.Extensions.DependencyModel.dll
│       │       │   └── Microsoft.Extensions.DependencyModel.xml
│       │       ├── netstandard1.6
│       │       │   ├── Microsoft.Extensions.DependencyModel.dll
│       │       │   └── Microsoft.Extensions.DependencyModel.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.DependencyModel.dll
│       │           └── Microsoft.Extensions.DependencyModel.xml
│       ├── Microsoft.Extensions.Logging.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Logging.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Logging.dll
│       │       │   └── Microsoft.Extensions.Logging.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Logging.dll
│       │           └── Microsoft.Extensions.Logging.xml
│       ├── Microsoft.Extensions.Logging.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Logging.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Logging.Abstractions.dll
│       │           └── Microsoft.Extensions.Logging.Abstractions.xml
│       ├── Microsoft.Extensions.Options.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Options.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Options.dll
│       │       │   └── Microsoft.Extensions.Options.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Options.dll
│       │           └── Microsoft.Extensions.Options.xml
│       ├── Microsoft.Extensions.Options.ConfigurationExtensions.2.2.0
│       │   ├── Microsoft.Extensions.Options.ConfigurationExtensions.2.2.0.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
│       │           └── Microsoft.Extensions.Options.ConfigurationExtensions.xml
│       ├── Microsoft.Extensions.Primitives.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Primitives.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Primitives.dll
│       │       │   └── Microsoft.Extensions.Primitives.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Primitives.dll
│       │           └── Microsoft.Extensions.Primitives.xml
│       ├── Newtonsoft.Json.12.0.2
│       │   ├── LICENSE.md
│       │   ├── Newtonsoft.Json.12.0.2.nupkg
│       │   └── lib
│       │       ├── net20
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── net35
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── net40
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── net45
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── netstandard1.0
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── netstandard1.3
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── netstandard2.0
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── portable-net40 sl5 win8 wp8 wpa81
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       └── portable-net45 win8 wp8 wpa81
│       │           ├── Newtonsoft.Json.dll
│       │           └── Newtonsoft.Json.xml
│       ├── SQLitePCLRaw.bundle_e_sqlite3.2.0.4
│       │   ├── SQLitePCLRaw.bundle_e_sqlite3.2.0.4.nupkg
│       │   └── lib
│       │       ├── Xamarin.iOS10
│       │       │   └── SQLitePCLRaw.batteries_v2.dll
│       │       ├── Xamarin.tvOS10
│       │       │   └── SQLitePCLRaw.batteries_v2.dll
│       │       ├── net461
│       │       │   ├── SQLitePCLRaw.batteries_v2.dll
│       │       │   └── SQLitePCLRaw.nativelibrary.dll
│       │       ├── netcoreapp3.1
│       │       │   ├── SQLitePCLRaw.batteries_v2.dll
│       │       │   └── SQLitePCLRaw.nativelibrary.dll
│       │       └── netstandard2.0
│       │           └── SQLitePCLRaw.batteries_v2.dll
│       ├── SQLitePCLRaw.core.2.0.4
│       │   ├── SQLitePCLRaw.core.2.0.4.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── SQLitePCLRaw.core.dll
│       ├── SQLitePCLRaw.lib.e_sqlite3.2.0.4
│       │   ├── SQLitePCLRaw.lib.e_sqlite3.2.0.4.nupkg
│       │   ├── build
│       │   │   └── net461
│       │   │       └── SQLitePCLRaw.lib.e_sqlite3.targets
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   └── _._
│       │   │   └── netstandard2.0
│       │   │       └── _._
│       │   └── runtimes
│       │       ├── alpine-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-arm
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-arm64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-armel
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-mips64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-musl-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-x86
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── osx-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.dylib
│       │       ├── win-arm
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win-arm64
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win-x64
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win-x86
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win10-arm
│       │       │   └── nativeassets
│       │       │       └── uap10.0
│       │       │           └── e_sqlite3.dll
│       │       ├── win10-arm64
│       │       │   └── nativeassets
│       │       │       └── uap10.0
│       │       │           └── e_sqlite3.dll
│       │       ├── win10-x64
│       │       │   └── nativeassets
│       │       │       └── uap10.0
│       │       │           └── e_sqlite3.dll
│       │       └── win10-x86
│       │           └── nativeassets
│       │               └── uap10.0
│       │                   └── e_sqlite3.dll
│       ├── SQLitePCLRaw.provider.dynamic_cdecl.2.0.4
│       │   ├── SQLitePCLRaw.provider.dynamic_cdecl.2.0.4.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── SQLitePCLRaw.provider.dynamic_cdecl.dll
│       ├── SunnyUI.3.2.0
│       │   ├── LICENSE
│       │   ├── SunnyUI.3.2.0.nupkg
│       │   ├── SunnyUI.png
│       │   └── lib
│       │       ├── net40
│       │       │   └── SunnyUI.dll
│       │       ├── net472
│       │       │   └── SunnyUI.dll
│       │       └── net6.0-windows7.0
│       │           └── SunnyUI.dll
│       ├── SunnyUI.Common.3.2.0
│       │   ├── SunnyUI.Common.3.2.0.nupkg
│       │   ├── SunnyUI.png
│       │   └── lib
│       │       ├── net40
│       │       │   └── SunnyUI.Common.dll
│       │       └── netstandard2.0
│       │           └── SunnyUI.Common.dll
│       ├── System.Buffers.4.5.1
│       │   ├── LICENSE.TXT
│       │   ├── System.Buffers.4.5.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   └── uap10.0.16299
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── net45
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   └── uap10.0.16299
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Collections.Immutable.1.7.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── System.Collections.Immutable.1.7.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   ├── netstandard1.3
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   └── portable-net45 win8 wp8 wpa81
│       │   │       ├── System.Collections.Immutable.dll
│       │   │       └── System.Collections.Immutable.xml
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.ComponentModel.Annotations.4.7.0
│       │   ├── LICENSE.TXT
│       │   ├── System.ComponentModel.Annotations.4.7.0.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── net461
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netcore50
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netstandard1.4
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netstandard2.0
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netstandard2.1
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── portable-net45 win8
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── net461
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── netcore50
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard1.3
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard1.4
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard2.1
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── portable-net45 win8
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Diagnostics.DiagnosticSource.4.7.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── System.Diagnostics.DiagnosticSource.4.7.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net45
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   ├── net46
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   ├── netstandard1.3
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   └── portable-net45 win8 wpa81
│       │   │       ├── System.Diagnostics.DiagnosticSource.dll
│       │   │       └── System.Diagnostics.DiagnosticSource.xml
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Memory.4.5.4
│       │   ├── LICENSE.TXT
│       │   ├── System.Memory.4.5.4.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Memory.dll
│       │   │   │   └── System.Memory.xml
│       │   │   ├── netcoreapp2.1
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Memory.dll
│       │   │   │   └── System.Memory.xml
│       │   │   └── netstandard2.0
│       │   │       ├── System.Memory.dll
│       │   │       └── System.Memory.xml
│       │   ├── ref
│       │   │   └── netcoreapp2.1
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Numerics.Vectors.4.5.0
│       │   ├── LICENSE.TXT
│       │   ├── System.Numerics.Vectors.4.5.0.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net46
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── portable-net45 win8 wp8 wpa81
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── net46
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Runtime.CompilerServices.Unsafe.4.7.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── System.Runtime.CompilerServices.Unsafe.4.7.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   └── netstandard2.0
│       │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── ref
│       │   │   ├── net461
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   └── netstandard2.0
│       │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0
│       │   ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg
│       │   ├── ThirdPartyNotices.txt
│       │   ├── dotnet_library_license.txt
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── win8
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── wpa81
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   └── runtimes
│       │       ├── aot
│       │       │   └── lib
│       │       │       └── netcore50
│       │       │           └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │       ├── unix
│       │       │   └── lib
│       │       │       └── netstandard1.1
│       │       │           └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │       └── win
│       │           └── lib
│       │               ├── net45
│       │               │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │               ├── netcore50
│       │               │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │               └── netstandard1.1
│       │                   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       └── System.Threading.Tasks.Extensions.4.5.4
│           ├── LICENSE.TXT
│           ├── System.Threading.Tasks.Extensions.4.5.4.nupkg
│           ├── THIRD-PARTY-NOTICES.TXT
│           ├── lib
│           │   ├── MonoAndroid10
│           │   │   └── _._
│           │   ├── MonoTouch10
│           │   │   └── _._
│           │   ├── net461
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── netcoreapp2.1
│           │   │   └── _._
│           │   ├── netstandard1.0
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── netstandard2.0
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── portable-net45 win8 wp8 wpa81
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── xamarinios10
│           │   │   └── _._
│           │   ├── xamarinmac20
│           │   │   └── _._
│           │   ├── xamarintvos10
│           │   │   └── _._
│           │   └── xamarinwatchos10
│           │       └── _._
│           ├── ref
│           │   ├── MonoAndroid10
│           │   │   └── _._
│           │   ├── MonoTouch10
│           │   │   └── _._
│           │   ├── netcoreapp2.1
│           │   │   └── _._
│           │   ├── xamarinios10
│           │   │   └── _._
│           │   ├── xamarinmac20
│           │   │   └── _._
│           │   ├── xamarintvos10
│           │   │   └── _._
│           │   └── xamarinwatchos10
│           │       └── _._
│           ├── useSharedDesignerContext.txt
│           └── version.txt
└── 好例子网_SqliteEFDemo.7z

462 directories, 671 files



实例下载地址

EFcore Sqlite基本增删改查的Demo升级版3.0

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警