-
Category : Windows Develop
Tags :
- Update : 2018-08-27
- Size : 3.04mb
- Downloaded :0次
- Author :xxpu****
- About :
Nobody
- PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Function introduction
QMVC is a high performance MVC framework, Q is the abbreviation for MVC,, Model, Controller, View, Quick. QMVC using C# programming language development, the use of.NET framework Microsoft 4.5 class library, is used for the development of B/S structure. The QMVC project the author is a teacher I Chinese Buddhist, he said, of good fortune, good deeds, Buddhism s purpose, so this project is free and open source.
Two, directory introduction
First QMVC source in the presence of two kinds of MVC model, the QMVC is a basic framework, a APP QMVC framework, APP QMVC code is based on the basic framework of QMVC, the source code in the APPS directory is stored on the APP QMVC framework.
1, the root directory is the basic framework of QMVC
2, Router for QMVC routing function, using HTTP request address analysis.
3, ControllerBase class of all controllers of the base class
4, IMVCModel model call interface, of course, your Model can not be inherited in this interface,
Packet file list
(Preview for download)
wuxiu.QMVC
wuxiu.QMVC.APPS.DEMO
wuxiu.QMVC.APPS.DEMO\APPProvider.cs
wuxiu.QMVC.APPS.DEMO\APPS
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP\app.config
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP\DefaultViews
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP\DefaultViews\Home
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP\DefaultViews\Home\index.cshtml
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP\DefaultViews\_layout.cshtml
wuxiu.QMVC.APPS.DEMO\APPS\DEMO_APP\DefaultViews\_PageStart.cshtml
wuxiu.QMVC.APPS.DEMO\APPS\Web.config
wuxiu.QMVC.APPS.DEMO\bin
wuxiu.QMVC.APPS.DEMO\bin\System.Web.Razor2.dll
wuxiu.QMVC.APPS.DEMO\bin\System.Web.Razor2.pdb
wuxiu.QMVC.APPS.DEMO\bin\System.Web.WebPages.Deployment2.dll
wuxiu.QMVC.APPS.DEMO\bin\System.Web.WebPages.Deployment2.pdb
wuxiu.QMVC.APPS.DEMO\bin\System.Web.WebPages.Razor2.dll
wuxiu.QMVC.APPS.DEMO\bin\System.Web.WebPages2.dll
wuxiu.QMVC.APPS.DEMO\bin\System.Web.WebPages2.pdb
wuxiu.QMVC.APPS.DEMO\bin\wuxiu.QMVC.APPS.DEMO.dll
wuxiu.QMVC.APPS.DEMO\bin\wuxiu.QMVC.APPS.DEMO.dll.config
wuxiu.QMVC.APPS.DEMO\bin\wuxiu.QMVC.APPS.DEMO.pdb
wuxiu.QMVC.APPS.DEMO\bin\wuxiu.QMVC.dll
wuxiu.QMVC.APPS.DEMO\bin\wuxiu.QMVC.pdb
wuxiu.QMVC.APPS.DEMO\Controllers
wuxiu.QMVC.APPS.DEMO\Controllers\HomeController.cs
wuxiu.QMVC.APPS.DEMO\Global.asax
wuxiu.QMVC.APPS.DEMO\Global.asax.cs
wuxiu.QMVC.APPS.DEMO\Models
wuxiu.QMVC.APPS.DEMO\Models\HomeIndexModel.cs
wuxiu.QMVC.APPS.DEMO\obj
wuxiu.QMVC.APPS.DEMO\obj\Debug
wuxiu.QMVC.APPS.DEMO\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
wuxiu.QMVC.APPS.DEMO\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
wuxiu.QMVC.APPS.DEMO\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
wuxiu.QMVC.APPS.DEMO\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
wuxiu.QMVC.APPS.DEMO\obj\Debug\TempPE
wuxiu.QMVC.APPS.DEMO\obj\Debug\wuxiu.QMVC.APPS.DEMO.csproj.FileListAbsolute.txt
wuxiu.QMVC.APPS.DEMO\obj\Debug\wuxiu.QMVC.APPS.DEMO.csprojResolveAssemblyReference.cache
wuxiu.QMVC.APPS.DEMO\obj\Debug\wuxiu.QMVC.APPS.DEMO.dll
wuxiu.QMVC.APPS.DEMO\obj\Debug\wuxiu.QMVC.APPS.DEMO.pdb
wuxiu.QMVC.APPS.DEMO\obj\Release
wuxiu.QMVC.APPS.DEMO\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
wuxiu.QMVC.APPS.DEMO\obj\Release\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
wuxiu.QMVC.APPS.DEMO\obj\Release\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
wuxiu.QMVC.APPS.DEMO\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
wuxiu.QMVC.APPS.DEMO\obj\Release\TempPE
wuxiu.QMVC.APPS.DEMO\obj\Release\wuxiu.QMVC.APPS.DEMO.csproj.FileListAbsolute.txt
wuxiu.QMVC.APPS.DEMO\obj\Release\wuxiu.QMVC.APPS.DEMO.csprojResolveAssemblyReference.cache
wuxiu.QMVC.APPS.DEMO\obj\Release\wuxiu.QMVC.APPS.DEMO.dll
wuxiu.QMVC.APPS.DEMO\obj\Release\wuxiu.QMVC.APPS.DEMO.pdb
wuxiu.QMVC.APPS.DEMO\Properties
wuxiu.QMVC.APPS.DEMO\Properties\AssemblyInfo.cs
wuxiu.QMVC.APPS.DEMO\Web.config
wuxiu.QMVC.APPS.DEMO\Web.Debug.config
wuxiu.QMVC.APPS.DEMO\Web.Release.config
wuxiu.QMVC.APPS.DEMO\wuxiu.QMVC.APPS.DEMO.csproj
wuxiu.QMVC.APPS.DEMO\wuxiu.QMVC.APPS.DEMO.csproj.user
wuxiu.QMVC.DEMO
wuxiu.QMVC.DEMO\bin
wuxiu.QMVC.DEMO\bin\System.Web.Razor2.dll
wuxiu.QMVC.DEMO\bin\System.Web.Razor2.pdb
wuxiu.QMVC.DEMO\bin\System.Web.WebPages.Deployment2.dll
wuxiu.QMVC.DEMO\bin\System.Web.WebPages.Deployment2.pdb
wuxiu.QMVC.DEMO\bin\System.Web.WebPages.Razor2.dll
wuxiu.QMVC.DEMO\bin\System.Web.WebPages.Razor2.pdb
wuxiu.QMVC.DEMO\bin\System.Web.WebPages2.dll
wuxiu.QMVC.DEMO\bin\System.Web.WebPages2.pdb
wuxiu.QMVC.DEMO\bin\wuxiu.QMVC.dll
wuxiu.QMVC.DEMO\bin\wuxiu.QMVC.pdb
wuxiu.QMVC.DEMO\bin\wuxiu.QMVC.TestWebApp.dll
wuxiu.QMVC.DEMO\bin\wuxiu.QMVC.TestWebApp.pdb
wuxiu.QMVC.DEMO\Controllers
wuxiu.QMVC.DEMO\Controllers\HomeController.cs
wuxiu.QMVC.DEMO\DefaultViews
wuxiu.QMVC.DEMO\DefaultViews\Home
wuxiu.QMVC.DEMO\DefaultViews\Home\index.cshtml
wuxiu.QMVC.DEMO\DefaultViews\Web.config
wuxiu.QMVC.DEMO\DefaultViews\_layout.cshtml
wuxiu.QMVC.DEMO\DefaultViews\_PageStart.cshtml
wuxiu.QMVC.DEMO\Global.asax
wuxiu.QMVC.DEMO\Global.asax.cs
wuxiu.QMVC.DEMO\lib
wuxiu.QMVC.DEMO\lib\MyRouter.cs
wuxiu.QMVC.DEMO\Models
wuxiu.QMVC.DEMO\Models\HomeIndexModel.cs
wuxiu.QMVC.DEMO\obj
wuxiu.QMVC.DEMO\obj\Debug
wuxiu.QMVC.DEMO\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
wuxiu.QMVC.DEMO\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
wuxiu.QMVC.DEMO\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
wuxiu.QMVC.DEMO\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
wuxiu.QMVC.DEMO\obj\Debug\TempPE
wuxiu.QMVC.DEMO\obj\Debug\wuxiu.EeasyMVC.TestWebApp.csproj.FileListAbsolute.txt
wuxiu.QMVC.DEMO\obj\Debug\wuxiu.EeasyMVC.TestWebApp.csprojResolveAssemblyReference.cache
wuxiu.QMVC.DEMO\obj\Debug\wuxiu.EeasyMVC.TestWebApp.dll
wuxiu.QMVC.DEMO\obj\Debug\wuxiu.EeasyMVC.TestWebApp.pdb
wuxiu.QMVC.DEMO\obj\Debug\wuxiu.QMVC.DEMO.csproj.FileListAbsolute.txt
wuxiu.QMVC.DEMO\obj\Debug\wuxiu.QMVC.DEMO.csprojResolveAssemblyReference.cache
Related instructions
- We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
- The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
- Please use Winrar for decompression tools
- If download fail, Try it againg or Feedback to us.
- If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
- Before downloading, you can inquire through the uploaded person information