Skip to main content



ASP.NET MVC

Integration with ASP.NET MVC web applications

Key Points

  • InRule can run in-process on web servers
  • In typical "layered" architectures, business logic is separated into its own component
  • InRule can bind directly to .NET types, including types generated by the Entity Framework
  • InRule can be used for data validation, and complex business logic operations

Using an ASP.NET MVC web application as an in-process host to execute rules

mceclip0.png