基本信息
源码名称:WPF学生信息管理系统
源码大小:8.25M
文件格式:.zip
开发语言:C#
更新时间:2023-06-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

WPF MVVM学生信息管理系统

.
├── C#WPF学生信息管理系统_MVVM.zip
└── MVVM
    ├── MVVM
    │   ├── App.xaml
    │   ├── App.xaml.cs
    │   ├── AssemblyInfo.cs
    │   ├── Converter
    │   ├── DAL
    │   │   └── LocalDb.cs
    │   ├── Data
    │   ├── MVVM.csproj
    │   ├── MVVM.csproj.user
    │   ├── MainWindow.xaml
    │   ├── MainWindow.xaml.cs
    │   ├── Models
    │   │   └── Student.cs
    │   ├── Properties
    │   │   └── PublishProfiles
    │   ├── Themes
    │   │   └── Generic.xaml
    │   ├── ViewModel
    │   │   └── MainViewModel.cs
    │   ├── Views
    │   │   ├── StudentWindow.xaml
    │   │   └── StudentWindow.xaml.cs
    │   ├── bin
    │   │   └── Debug
    │   │       └── netcoreapp3.1
    │   │           ├── CommonServiceLocator.dll
    │   │           ├── EntityFramework.SqlServer.dll
    │   │           ├── EntityFramework.dll
    │   │           ├── GalaSoft.MvvmLight.Extras.dll
    │   │           ├── GalaSoft.MvvmLight.Platform.dll
    │   │           ├── GalaSoft.MvvmLight.dll
    │   │           ├── MVVM.deps.json
    │   │           ├── MVVM.dll
    │   │           ├── MVVM.exe
    │   │           ├── MVVM.pdb
    │   │           ├── MVVM.runtimeconfig.dev.json
    │   │           ├── MVVM.runtimeconfig.json
    │   │           ├── Microsoft.CodeAnalysis.CSharp.dll
    │   │           ├── Microsoft.CodeAnalysis.VisualBasic.dll
    │   │           ├── Microsoft.CodeAnalysis.dll
    │   │           ├── Microsoft.VisualBasic.dll
    │   │           ├── System.Data.SqlClient.dll
    │   │           ├── System.Windows.Interactivity.dll
    │   │           └── runtimes
    │   │               ├── debian-x64
    │   │               │   └── native
    │   │               │       └── libuv.so
    │   │               ├── fedora-x64
    │   │               │   └── native
    │   │               │       └── libuv.so
    │   │               ├── opensuse-x64
    │   │               │   └── native
    │   │               │       └── libuv.so
    │   │               ├── osx
    │   │               │   └── native
    │   │               │       └── libuv.dylib
    │   │               ├── rhel-x64
    │   │               │   └── native
    │   │               │       └── libuv.so
    │   │               ├── unix
    │   │               │   └── lib
    │   │               │       └── netcoreapp2.1
    │   │               │           └── System.Data.SqlClient.dll
    │   │               ├── win
    │   │               │   └── lib
    │   │               │       └── netcoreapp2.1
    │   │               │           └── System.Data.SqlClient.dll
    │   │               ├── win-arm64
    │   │               │   └── native
    │   │               │       └── sni.dll
    │   │               ├── win-x64
    │   │               │   └── native
    │   │               │       └── sni.dll
    │   │               ├── win-x86
    │   │               │   └── native
    │   │               │       └── sni.dll
    │   │               ├── win7-arm
    │   │               │   └── native
    │   │               │       └── libuv.dll
    │   │               ├── win7-x64
    │   │               │   └── native
    │   │               │       └── libuv.dll
    │   │               └── win7-x86
    │   │                   └── native
    │   │                       └── libuv.dll
    │   └── obj
    │       ├── Debug
    │       │   └── netcoreapp3.1
    │       │       ├── App.g.cs
    │       │       ├── App.g.i.cs
    │       │       ├── GeneratedInternalTypeHelper.g.i.cs
    │       │       ├── MVVM.AssemblyInfo.cs
    │       │       ├── MVVM.AssemblyInfoInputs.cache
    │       │       ├── MVVM.GeneratedMSBuildEditorConfig.editorconfig
    │       │       ├── MVVM.assets.cache
    │       │       ├── MVVM.csproj.AssemblyReference.cache
    │       │       ├── MVVM.csproj.BuildWithSkipAnalyzers
    │       │       ├── MVVM.csproj.CopyComplete
    │       │       ├── MVVM.csproj.CoreCompileInputs.cache
    │       │       ├── MVVM.csproj.FileListAbsolute.txt
    │       │       ├── MVVM.designer.deps.json
    │       │       ├── MVVM.designer.runtimeconfig.json
    │       │       ├── MVVM.dll
    │       │       ├── MVVM.g.resources
    │       │       ├── MVVM.genruntimeconfig.cache
    │       │       ├── MVVM.pdb
    │       │       ├── MVVM_MarkupCompile.cache
    │       │       ├── MVVM_MarkupCompile.i.cache
    │       │       ├── MVVM_MarkupCompile.lref
    │       │       ├── MVVM_i5dbf4qv_wpftmp.AssemblyInfo.cs
    │       │       ├── MVVM_i5dbf4qv_wpftmp.AssemblyInfoInputs.cache
    │       │       ├── MVVM_i5dbf4qv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
    │       │       ├── MVVM_i5dbf4qv_wpftmp.assets.cache
    │       │       ├── MVVM_i5dbf4qv_wpftmp.csproj.BuildWithSkipAnalyzers
    │       │       ├── MVVM_oyostcds_wpftmp.AssemblyInfo.cs
    │       │       ├── MVVM_oyostcds_wpftmp.AssemblyInfoInputs.cache
    │       │       ├── MVVM_oyostcds_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
    │       │       ├── MVVM_oyostcds_wpftmp.assets.cache
    │       │       ├── MVVM_oyostcds_wpftmp.csproj.BuildWithSkipAnalyzers
    │       │       ├── MainWindow.baml
    │       │       ├── MainWindow.g.cs
    │       │       ├── MainWindow.g.i.cs
    │       │       ├── Themes
    │       │       │   └── Generic.baml
    │       │       ├── Views
    │       │       │   ├── StudentWindow.baml
    │       │       │   ├── StudentWindow.g.cs
    │       │       │   ├── StudentWindow.g.i.cs
    │       │       │   └── UserControl1.g.i.cs
    │       │       └── apphost.exe
    │       ├── MVVM.csproj.nuget.dgspec.json
    │       ├── MVVM.csproj.nuget.g.props
    │       ├── MVVM.csproj.nuget.g.targets
    │       ├── project.assets.json
    │       └── project.nuget.cache
    └── MVVM.sln

48 directories, 91 files