Skip to content

Throwing together an example of using pipelines with standard MVC action filters and a custom pipeline.

Notifications You must be signed in to change notification settings

CraftyFella/MVC5Pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC5Pipelines

Throwing together an example of using pipelines with standard MVC action filters and a custom pipeline.

The idea is that there is a pipeline to go through which takes care of all the boring stuff like

Validation 400 Does the resource exist 404

Then when you get to the controller you know that you have a valid resource to work with.

About

Throwing together an example of using pipelines with standard MVC action filters and a custom pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published