1
vote
Is SPRING.Net the best framework for Aspect Oriented Programming(AOP)?
An older post, but might help you see some of the pro/cons of products and AOP implementations.
…
1
vote
ASP.NET MVC/jQuery: Inplace Editing
Store the markup for the edit in a variable, store the current markup before the edit in a variable (so you can revert if the cancel button is pressed) and then switch it out using jquery:
…
