Download Managed UI Flow for ASP.NET MVC Framework

Description

If your web application getting more complex, understanding and managing of complex UI flows(pageflow of application) getting harder and harder, If you are spending too much time developing your own approaches to generic problems like state management, Start Managed--->UIFlow now

Source Files

The download file muif.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ManagedUIFlow/ManagedUIFlow.Specs/Application/AppHandlerSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Application/AppHttpHandlerSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Application/AppRouteHandlerSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Application/RouteCollectionExtensionsSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/DefaultCommandFactorySpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/EndFlowSepcs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/FlowActionHelpers/FlowActionResultSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/FlowActionHelpers/FlowControllerSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/FlowActionSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/FlowViewSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Commands/SubFlowSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Services/BasicSessionFlowViewServSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Services/ContinuationSessionFlowViewServSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Services/DistinctSessionFlowViewServSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Infrastructure/Services/FlowServiceSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/ManagedUIFlow.Specs.csproj
ManagedUIFlow/ManagedUIFlow.Specs/ManagedUIFlow.Specs.csproj.vspscc
ManagedUIFlow/ManagedUIFlow.Specs/Model/ApplicationControllerSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Model/CommandBuilderSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Model/ManagedFlowSpecs.cs
ManagedUIFlow/ManagedUIFlow.Specs/Properties/AssemblyInfo.cs
ManagedUIFlow/ManagedUIFlow.sln/*from   ww w .ja v a  2 s  . co m*/
ManagedUIFlow/ManagedUIFlow.vssscc
ManagedUIFlow/ManagedUIFlow/Application/AppHandler.cs
ManagedUIFlow/ManagedUIFlow/Application/AppHttpHandler.cs
ManagedUIFlow/ManagedUIFlow/Application/AppRouteHandler.cs
ManagedUIFlow/ManagedUIFlow/Application/RouteCollectionExtensions.cs
ManagedUIFlow/ManagedUIFlow/FlowException.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/DefaultCommandFactory.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/EndFlow.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/FlowAction.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/FlowActionHelpers/FlowActionResult.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/FlowActionHelpers/FlowController.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/FlowActionHelpers/FlowViewModel.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/FlowView.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Commands/SubFlow.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Configuration/FlowConfigurationElementCollection.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Configuration/FlowsConfigurationElementCollection.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Configuration/GivenConfigurationElementCollection.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Configuration/WhenConfigurationElement.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Configuration/XmlFlowsConfigurationSection.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Flow.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Navigation.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/NavigationType.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/Transition.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Flows/XmlFlowFactory.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/BasicSessionFlowViewService.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/ContinuationSessionFlowViewService.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/DistinctSessionFlowViewService.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/FlowService.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/FlowViewServiceBuilder.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/Helpers/PathHelpers.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/Helpers/RequestContextExtensions.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/Helpers/RouteValuesHelpers.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/Helpers/UrlHelper.cs
ManagedUIFlow/ManagedUIFlow/Infrastructure/Services/IFlowViewService.cs
ManagedUIFlow/ManagedUIFlow/ManagedUIFlow.csproj
ManagedUIFlow/ManagedUIFlow/ManagedUIFlow.csproj.vspscc
ManagedUIFlow/ManagedUIFlow/Model/ApplicationController.cs
ManagedUIFlow/ManagedUIFlow/Model/CommandBuilder.cs
ManagedUIFlow/ManagedUIFlow/Model/ICommand.cs
ManagedUIFlow/ManagedUIFlow/Model/ICommandFactory.cs
ManagedUIFlow/ManagedUIFlow/Model/ManagedFlow.cs
ManagedUIFlow/ManagedUIFlow/Model/ManagedFlowDataDictionary.cs
ManagedUIFlow/ManagedUIFlow/Properties/AssemblyInfo.cs
ManagedUIFlow/ManagedUIFlow/Properties/Resources.Designer.cs
ManagedUIFlow/ManagedUIFlow/Properties/Resources.resx
ManagedUIFlow/ManagedUIFlow/RedirectBehavior.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/AddressBook.csproj
ManagedUIFlow/Samples/AddressBook/AddressBook/AddressBook.csproj.vspscc
ManagedUIFlow/Samples/AddressBook/AddressBook/Content/Site.css
ManagedUIFlow/Samples/AddressBook/AddressBook/Controllers/AccountController.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Controllers/DetailsController.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Controllers/HomeController.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Controllers/SearchController.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Controllers/SearchViewModel.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Default.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Default.aspx.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Flow.config
ManagedUIFlow/Samples/AddressBook/AddressBook/Global.asax
ManagedUIFlow/Samples/AddressBook/AddressBook/Global.asax.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Models/Person.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Models/PersonRepository.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Properties/AssemblyInfo.cs
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/MicrosoftAjax.debug.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/MicrosoftAjax.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/MicrosoftMvcAjax.debug.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/MicrosoftMvcAjax.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/jquery-1.3.2-vsdoc.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/jquery-1.3.2.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/jquery-1.3.2.min-vsdoc.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Scripts/jquery-1.3.2.min.js
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Account/ChangePassword.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Account/ChangePasswordSuccess.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Account/LogOn.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Account/Register.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Details/Display.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Home/About.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Home/Index.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Search/Criteria.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Search/Results.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Shared/Error.aspx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Shared/LogOnUserControl.ascx
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Shared/Site.Master
ManagedUIFlow/Samples/AddressBook/AddressBook/Views/Web.config
ManagedUIFlow/Samples/AddressBook/AddressBook/Web.config

Download

Click the following link to download muif.zip.

muif.zip




















Home »
  ASP.NET Free Code »
    Development »




API
Cache
Compiler
CSS
Example
Framework
HTML5
HTTP
Javascript
jQuery
JSON
Library
log4net
RSS
Session
SharePoint
Silverlight
UI
Unicode
URL
Validation
Visual Studio
WCF
Workflow
XML