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).
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).
MVC5 introduced Attribute Routing to go along with Convention Routing. Let's dig into these ideas and see how they work separately and together.
NOTE: I have written a more updated tutorial on Tag Helpers [http://www.exceptionnotfound.net/tag-helpers-in-asp-net-5-an-overview/]. Check it out! I mentioned in Welcoming the Coming Death of WebForms [http://www.exceptionnotfound.net/welcoming-the-coming-death-of-webforms/] that one of the features I was most excited about in ASP.NET 5 was Tag Helpers.
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!
Let's build the CheckBoxList control from WebForms in ASP.NET MVC!