Click here to Skip to main content
15,911,306 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I need help in processing the business rules(18) of the application from background in asp.net mvc application.i know we can use web service also but i don't want to use the web service, i came to know that using service broker queues we can process the rules,how to do that from asp.net mvc application............

like when i update or insert the record i want to show the calculated information,these calculations has to be done in the background




Thanks
Nagendra :-)

What I have tried:

we found one solution is windows service but we don't want to use that so somebody help with asp.net example
Posted
Updated 22-Oct-16 22:01pm
v3

1 solution

Many other options. Explore here - How to run Background Tasks in ASP.NET - Scott Hanselman[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900