基本信息
源码名称:My.WinformMvc实现增删改查
源码大小:2.79M
文件格式:.rar
开发语言:C#
更新时间:2021-12-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 3 元 
   源码介绍
My.WinformMvc实现增删改查

.
└── My.WinformMvc
    ├── My.IoC
    │   ├── Emit
    │   │   ├── ConstructorBuilderExtension.cs
    │   │   ├── EmitAssembly.cs
    │   │   ├── EmitGenerator.cs
    │   │   └── MethodBuilderExtension.cs
    │   ├── Exceptions
    │   │   └── Exceptions.cs
    │   ├── Helpers
    │   │   ├── EnumerableExtensions.cs
    │   │   ├── Requires.Internal.cs
    │   │   ├── Requires.cs
    │   │   ├── StringExtensions.cs
    │   │   └── TypeExtensions.cs
    │   ├── IoC
    │   │   ├── ActivatorKind.cs
    │   │   ├── Activities
    │   │   │   ├── CompositeInjectionActivity.cs
    │   │   │   ├── InjectionActivity.cs
    │   │   │   └── InjectionProcess.cs
    │   │   ├── Collections
    │   │   │   └── ThreadSafeDictionary.cs
    │   │   ├── Condition
    │   │   │   ├── IInjectionCondition.cs
    │   │   │   ├── IInjectionTargetInfo.cs
    │   │   │   └── InjectionTargetInfo.cs
    │   │   ├── Configuration
    │   │   │   ├── FluentApi
    │   │   │   │   ├── CommonConfigurationApi.cs
    │   │   │   │   ├── FuncConfigurationApi.cs
    │   │   │   │   ├── ICommonConfigurationApi.cs
    │   │   │   │   ├── ITypeConfigurationApi.cs
    │   │   │   │   ├── InstanceConfigurationApi.cs
    │   │   │   │   └── ReflectionOrEmitConfigurationApi.cs
    │   │   │   ├── IConfigurationApi.cs
    │   │   │   ├── IRegistrationProvider.cs
    │   │   │   ├── Injection
    │   │   │   │   ├── IConstructorInjectionConfigurationItem.cs
    │   │   │   │   ├── IInjectionConfigurationInterpreter.cs
    │   │   │   │   ├── IMemberInjectionConfigurationItem.cs
    │   │   │   │   ├── InjectionConfigurationGroup.cs
    │   │   │   │   └── InjectionConfigurationSet.cs
    │   │   │   └── Provider
    │   │   │       ├── FuncRegistrationProvider.cs
    │   │   │       ├── InstanceRegistrationProvider.cs
    │   │   │       ├── ReflectionOrEmitRegistrationProvider.Designer.cs
    │   │   │       ├── ReflectionOrEmitRegistrationProvider.cs
    │   │   │       ├── ReflectionOrEmitRegistrationProvider.resx
    │   │   │       └── RegistrationProvider.cs
    │   │   ├── ContainerOption.cs
    │   │   ├── Core
    │   │   │   ├── AscendingConstructorSorter.cs
    │   │   │   ├── AutoObjectRegistrar.cs
    │   │   │   ├── BindingFlagsConstructorFinder.cs
    │   │   │   ├── DefaultConstructorSelector.cs
    │   │   │   ├── IAutoRegistrationPolicy.cs
    │   │   │   ├── IConstructorFinder.cs
    │   │   │   ├── IConstructorSelector.cs
    │   │   │   ├── IConstructorSorter.cs
    │   │   │   ├── IHasKernel.cs
    │   │   │   ├── IObjectRegistrar.cs
    │   │   │   ├── IObjectResolver.cs
    │   │   │   ├── InjectionContext.cs
    │   │   │   ├── InjectionOperator.cs
    │   │   │   ├── Kernel.cs
    │   │   │   ├── Logger.cs
    │   │   │   ├── ObjectDescription.cs
    │   │   │   ├── ObjectRegistration.cs
    │   │   │   ├── ObjectRelation.cs
    │   │   │   ├── RegistrationCommitter.cs
    │   │   │   ├── RegistrationState.cs
    │   │   │   └── ThreadedRegistrationCommitter.cs
    │   │   ├── Dependencies
    │   │   │   ├── AutowiredDependencyProvider.cs
    │   │   │   ├── ConstantDependencyProvider.cs
    │   │   │   ├── DependencyProvider.cs
    │   │   │   ├── DependencyProviderException.cs
    │   │   │   ├── DependencyUpdater.cs
    │   │   │   └── Resolution
    │   │   │       └── DependencyResolver.cs
    │   │   ├── Exceptions
    │   │   │   └── Exceptions.cs
    │   │   ├── Extensions
    │   │   │   └── OpenGeneric
    │   │   │       ├── OpenGenericConfigurationApi.cs
    │   │   │       ├── OpenGenericRegistrationData.cs
    │   │   │       ├── OpenGenericRegistrationExtensions.cs
    │   │   │       └── OpenGenericRequestHandler.cs
    │   │   ├── Helpers
    │   │   │   ├── ExceptionFormatter.cs
    │   │   │   ├── ParameterException.cs
    │   │   │   ├── SystemHelper.cs
    │   │   │   └── TypeExtensions.cs
    │   │   ├── ILifetimeScope.cs
    │   │   ├── IObjectCollectionObserver.cs
    │   │   ├── IObjectContainer.cs
    │   │   ├── IObjectObserver.cs
    │   │   ├── IObjectRegistration.cs
    │   │   ├── IRegistrationModule.cs
    │   │   ├── Injection
    │   │   │   ├── Emit
    │   │   │   │   ├── DummyEmitInjector.cs
    │   │   │   │   ├── EmitInjectorBuilder.cs
    │   │   │   │   ├── EmitInjectorKey.cs
    │   │   │   │   ├── EmitInjectorManager.cs
    │   │   │   │   ├── EmitInjectorProvider.cs
    │   │   │   │   ├── EmitParameterMerger.Generic.cs
    │   │   │   │   ├── EmitParameterMerger.cs
    │   │   │   │   ├── EmitParameterMergerBuilder.cs
    │   │   │   │   └── InjectorEmitBody.cs
    │   │   │   ├── Func
    │   │   │   │   └── FuncInjector.cs
    │   │   │   ├── Injector.cs
    │   │   │   ├── Instance
    │   │   │   │   └── InstanceInjector.cs
    │   │   │   └── Reflection
    │   │   │       ├── ReflectionInjector.cs
    │   │   │       └── ReflectionMemberInjector.cs
    │   │   ├── Lifetime.cs
    │   │   ├── Lifetimes
    │   │   │   ├── ContainerLifetime.cs
    │   │   │   ├── ILifetimeProvider.cs
    │   │   │   ├── Lifetime.cs
    │   │   │   ├── LifetimeScope.cs
    │   │   │   ├── ScopeLifetime.cs
    │   │   │   ├── SingletonLifetime.cs
    │   │   │   └── TransientLifetime.cs
    │   │   ├── Mapping
    │   │   │   ├── IObjectMapper.cs
    │   │   │   ├── IObjectMapperBuilder.cs
    │   │   │   └── ObjectMapperManager.cs
    │   │   ├── ObjectBuilder.cs
    │   │   ├── ObjectContainer.cs
    │   │   ├── Observers
    │   │   │   ├── ObjectCollectionObserver.cs
    │   │   │   ├── ObjectCollectionObserverImpl.cs
    │   │   │   ├── ObjectObserver.cs
    │   │   │   └── ObjectObserverImpl.cs
    │   │   ├── Parameter.cs
    │   │   ├── ParameterSet.cs
    │   │   ├── RegistrationExtensions.cs
    │   │   ├── Registry
    │   │   │   ├── ObjectBuilderGroup.cs
    │   │   │   ├── ObjectBuilderRegistry.RegisterUnregister.cs
    │   │   │   ├── ObjectBuilderRegistry.TryGetContains.cs
    │   │   │   └── ObjectBuilderRegistry.cs
    │   │   ├── ResolutionExtensions.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   └── Utils
    │   │       └── ComponentContainer.cs
    │   ├── My.IoC.csproj
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── System
    │   │   ├── Delegates.cs
    │   │   ├── Disposable.cs
    │   │   └── ExtensionAttribute.cs
    │   ├── Threading
    │   │   ├── ILock.cs
    │   │   ├── IReaderWriterLockSlim.cs
    │   │   ├── MonitorLock.cs
    │   │   ├── OptimisticReaderWriterLock.cs
    │   │   ├── Spin.cs
    │   │   ├── SpinLockSlim.cs
    │   │   └── SpinReaderWriterLockSlim.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── My.IoC.dll
    │   │   │   └── My.IoC.pdb
    │   │   └── Release
    │   │       ├── My.IoC.dll
    │   │       └── My.IoC.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │   ├── My.IoC.Configuration.Provider.ReflectionOrEmitRegistrationProvider.resources
    │       │   ├── My.IoC.Resources.resources
    │       │   ├── My.IoC.csproj.FileListAbsolute.txt
    │       │   ├── My.IoC.csproj.GenerateResource.Cache
    │       │   ├── My.IoC.dll
    │       │   ├── My.IoC.pdb
    │       │   └── TempPE
    │       │       ├── IoC.Configuration.Provider.ReflectionOrEmitRegistrationProvider.Designer.cs.dll
    │       │       └── IoC.Resources.Designer.cs.dll
    │       └── Release
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── My.IoC.Configuration.Provider.ReflectionOrEmitRegistrationProvider.resources
    │           ├── My.IoC.Resources.resources
    │           ├── My.IoC.csproj.FileListAbsolute.txt
    │           ├── My.IoC.csproj.GenerateResource.Cache
    │           ├── My.IoC.dll
    │           ├── My.IoC.pdb
    │           └── TempPE
    │               ├── IoC.Configuration.Provider.ReflectionOrEmitRegistrationProvider.Designer.cs.dll
    │               └── IoC.Resources.Designer.cs.dll
    ├── MyWinformMvc
    │   ├── Action
    │   │   ├── ActionInvokerProvider.cs
    │   │   ├── AsyncActionInvoker.cs
    │   │   ├── DefaultActionInvoker.cs
    │   │   └── IActionInvoker.cs
    │   ├── BaseController.cs
    │   ├── BaseView.Designer.cs
    │   ├── BaseView.cs
    │   ├── ControllerManager.cs
    │   ├── Coordinator.cs
    │   ├── Core
    │   │   ├── ControllerCloser.cs
    │   │   ├── Disposable.cs
    │   │   └── Logger.cs
    │   ├── DataBinding
    │   │   ├── DataBindingAttribute.cs
    │   │   └── DataBindingManager.cs
    │   ├── Extensions
    │   │   └── ExtensionMethods.cs
    │   ├── Filters
    │   │   ├── ActionFilterAttribute.cs
    │   │   ├── AuthorizationFilterAttribute.cs
    │   │   ├── Contexts
    │   │   │   ├── ActionExecutedContext.cs
    │   │   │   ├── ActionExecutingContext.cs
    │   │   │   ├── AuthorizationContext.cs
    │   │   │   ├── ExceptionContext.cs
    │   │   │   ├── FilterContext.cs
    │   │   │   ├── ResultExecutedContext.cs
    │   │   │   └── ResultExecutingContext.cs
    │   │   ├── ExceptionFilterAttribute.cs
    │   │   ├── FilterInfo.cs
    │   │   ├── IActionFilter.cs
    │   │   ├── IAuthorizationFilter.cs
    │   │   ├── IExceptionFilter.cs
    │   │   ├── IResultFilter.cs
    │   │   └── ResultFilterAttribute.cs
    │   ├── Foundation
    │   │   └── Delegates.cs
    │   ├── IActionResult.cs
    │   ├── IController.cs
    │   ├── IControllerManager.cs
    │   ├── ICoordinator.cs
    │   ├── IIocWrapper.cs
    │   ├── IPairManager.cs
    │   ├── IPairProvider.cs
    │   ├── IView.cs
    │   ├── MvcControllerAttribute.cs
    │   ├── MvcViewAttribute.cs
    │   ├── MyWinformMvc.csproj
    │   ├── Navigation
    │   │   ├── ActionNames.cs
    │   │   ├── CloseViewResult.cs
    │   │   ├── DisplayViewResult.cs
    │   │   ├── HideViewResult.cs
    │   │   ├── OpenActionResult.cs
    │   │   ├── OpenResult.cs
    │   │   ├── RedirectToActionResult.cs
    │   │   ├── RedirectToResult.cs
    │   │   └── ViewNavigation.cs
    │   ├── PairManager.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   └── Resources.resx
    │   ├── Session.cs
    │   ├── Validation
    │   │   ├── ModelState.cs
    │   │   └── Validator.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── My.IoC.dll
    │   │   │   ├── My.IoC.pdb
    │   │   │   ├── My.WinformMvc.dll
    │   │   │   └── My.WinformMvc.pdb
    │   │   └── Release
    │   │       ├── My.IoC.dll
    │   │       ├── My.IoC.pdb
    │   │       ├── My.WinformMvc.dll
    │   │       └── My.WinformMvc.pdb
    │   └── obj
    │       ├── Debug
    │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │   ├── My.WinformMvc.Properties.Resources.resources
    │       │   ├── My.WinformMvc.dll
    │       │   ├── My.WinformMvc.pdb
    │       │   ├── MyWinformMvc.csproj.FileListAbsolute.txt
    │       │   ├── MyWinformMvc.csproj.GenerateResource.Cache
    │       │   ├── MyWinformMvc.csprojResolveAssemblyReference.cache
    │       │   └── TempPE
    │       │       └── Properties.Resources.Designer.cs.dll
    │       └── Release
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── My.WinformMvc.Properties.Resources.resources
    │           ├── My.WinformMvc.dll
    │           ├── My.WinformMvc.pdb
    │           ├── MyWinformMvc.csproj.FileListAbsolute.txt
    │           ├── MyWinformMvc.csproj.GenerateResource.Cache
    │           ├── MyWinformMvc.csprojResolveAssemblyReference.cache
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── MyWinformMvc.sln
    ├── MyWinformMvc.suo
    └── Sample
        ├── ContactManager
        │   ├── ContactManager.csproj
        │   ├── ContactManager.csproj.user
        │   ├── Controllers
        │   │   ├── EditController.cs
        │   │   ├── ListController.cs
        │   │   └── LoginController.cs
        │   ├── DataMapping
        │   │   └── ContactMapper.cs
        │   ├── Domain
        │   │   ├── BaseEntity.cs
        │   │   ├── Contact.cs
        │   │   └── Login.cs
        │   ├── Filters
        │   │   ├── ConfirmDeleteAttribute.cs
        │   │   ├── CustomExceptionFilerAttribute.cs
        │   │   ├── NotifyDeleteAttribute.cs
        │   │   ├── RoleBasedAuthorizationAttribute.cs
        │   │   └── WriteResultAttribute.cs
        │   ├── Images
        │   │   ├── Bottom.png
        │   │   ├── Middle.png
        │   │   ├── Top.png
        │   │   └── TurnOffButton.bmp
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ReadMe.txt
        │   ├── Repository
        │   │   └── Database.cs
        │   ├── Services
        │   │   ├── ContactService.cs
        │   │   ├── IContactService.cs
        │   │   └── ILoginService.cs
        │   ├── Start.cs
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── ContactManager.Views.dll
        │   │   │   ├── ContactManager.Views.pdb
        │   │   │   ├── ContactManager.exe
        │   │   │   ├── ContactManager.pdb
        │   │   │   ├── ContactManager.vshost.exe
        │   │   │   ├── My.IoC.dll
        │   │   │   ├── My.IoC.pdb
        │   │   │   ├── My.WinformMvc.dll
        │   │   │   ├── My.WinformMvc.pdb
        │   │   │   └── message.log
        │   │   └── Release
        │   │       ├── ContactManager.Views.dll
        │   │       ├── ContactManager.Views.pdb
        │   │       ├── ContactManager.exe
        │   │       ├── ContactManager.pdb
        │   │       ├── ContactManager.vshost.exe
        │   │       ├── ContactManager.vshost.exe.manifest
        │   │       ├── My.IoC.dll
        │   │       ├── My.IoC.pdb
        │   │       ├── My.WinformMvc.dll
        │   │       ├── My.WinformMvc.pdb
        │   │       ├── ReadMe.txt
        │   │       └── message.log
        │   └── obj
        │       ├── Debug
        │       │   ├── ContactManager.Properties.Resources.resources
        │       │   ├── ContactManager.csproj.FileListAbsolute.txt
        │       │   ├── ContactManager.csproj.GenerateResource.Cache
        │       │   ├── ContactManager.csprojResolveAssemblyReference.cache
        │       │   ├── ContactManager.exe
        │       │   ├── ContactManager.pdb
        │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │       │   └── TempPE
        │       │       └── Properties.Resources.Designer.cs.dll
        │       └── Release
        │           ├── ContactManager.Properties.Resources.resources
        │           ├── ContactManager.csproj.FileListAbsolute.txt
        │           ├── ContactManager.csproj.GenerateResource.Cache
        │           ├── ContactManager.csprojResolveAssemblyReference.cache
        │           ├── ContactManager.exe
        │           ├── ContactManager.pdb
        │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │           └── TempPE
        │               └── Properties.Resources.Designer.cs.dll
        └── ContactManager.Views
            ├── ContactManager.Views.csproj
            ├── EditView.Designer.cs
            ├── EditView.cs
            ├── EditView.resx
            ├── ListView.Designer.cs
            ├── ListView.cs
            ├── ListView.resx
            ├── LoginView.cs
            ├── LoginView.designer.cs
            ├── LoginView.resx
            ├── Model
            │   ├── ContactModel.cs
            │   └── LoginModel.cs
            ├── Properties
            │   └── AssemblyInfo.cs
            ├── Utils
            │   ├── Constant.cs
            │   ├── FileAppender.cs
            │   └── Logger.cs
            ├── bin
            │   ├── Debug
            │   │   ├── ContactManager.Views.dll
            │   │   ├── ContactManager.Views.pdb
            │   │   ├── My.IoC.dll
            │   │   ├── My.IoC.pdb
            │   │   ├── My.WinformMvc.dll
            │   │   └── My.WinformMvc.pdb
            │   └── Release
            │       ├── ContactManager.Views.dll
            │       ├── ContactManager.Views.pdb
            │       ├── My.IoC.dll
            │       ├── My.IoC.pdb
            │       ├── My.WinformMvc.dll
            │       └── My.WinformMvc.pdb
            └── obj
                ├── Debug
                │   ├── ContactManager.Views.EditView.resources
                │   ├── ContactManager.Views.ListView.resources
                │   ├── ContactManager.Views.LoginView.resources
                │   ├── ContactManager.Views.csproj.FileListAbsolute.txt
                │   ├── ContactManager.Views.csproj.GenerateResource.Cache
                │   ├── ContactManager.Views.csprojResolveAssemblyReference.cache
                │   ├── ContactManager.Views.dll
                │   ├── ContactManager.Views.pdb
                │   ├── DesignTimeResolveAssemblyReferencesInput.cache
                │   └── TempPE
                └── Release
                    ├── ContactManager.Views.EditView.resources
                    ├── ContactManager.Views.ListView.resources
                    ├── ContactManager.Views.LoginView.resources
                    ├── ContactManager.Views.csproj.FileListAbsolute.txt
                    ├── ContactManager.Views.csproj.GenerateResource.Cache
                    ├── ContactManager.Views.csprojResolveAssemblyReference.cache
                    ├── ContactManager.Views.dll
                    ├── ContactManager.Views.pdb
                    ├── DesignTimeResolveAssemblyReferencesInput.cache
                    └── TempPE

90 directories, 354 files