Is decoupling web and database tiers via MSMQ necessary or overkill?
I’m putting together a simple asp.net web control, that as the result of an ajax form post inserts a record into a MSQL database.
I’m putting together a simple asp.net web control, that as the result of an ajax form post inserts a record into a MSQL database.