Workflow Engine Database Design Tutorials Designing a Workflow Engine Database Part 5: Actions and Activities Let's design the database tables that represent process Actions and Activites for our Workflow Engine (Part 5 of 8) by Matthew Jones
Workflow Engine Database Design Tutorials Designing a Workflow Engine Database Part 4: States and Transitions Let's design what States and Transitions mean for our Workflow Engine database (Part 4 of 8). by Matthew Jones
Workflow Engine Database Design Tutorials Designing a Workflow Engine Database Part 3: Request Details and Data What makes a Request, and how can we store data that is unique to each Process? Find out in this post! (Part 3 of 8) by Matthew Jones
Workflow Engine Database Design Tutorials Designing a Workflow Engine Database Part 2: The Process Table and Users by Matthew Jones
Workflow Engine Database Design Tutorials Designing a Workflow Engine Database What is a Workflow Engine, and what does it do? Let's find out and set off on a Database Design adventure (Part 1 of 8). by Matthew Jones
ASP.NET MVC Demystified ASP.NET MVC Tutorials Attribute Routing vs Convention Routing - ASP.NET MVC Demystified MVC5 introduced Attribute Routing to go along with Convention Routing. Let's dig into these ideas and see how they work separately and together. by Matthew Jones
ASP.NET MVC Demystified ASP.NET MVC Sample Project Unobtrusive Validation - ASP.NET MVC Demystified Let's learn what Unobtrusive Javascript is in MVC, and how we can use it to do client-side validation without writing any script. Sample project included! by Matthew Jones