Creating Advanced Audit Trails using ActionFilters in ASP.NET MVC
As mentioned in my previous article on Implementing Simple Audit Trails using ActionFilters in ASP.NET MVC, accountability is such an important factor when working with »
As mentioned in my previous article on Implementing Simple Audit Trails using ActionFilters in ASP.NET MVC, accountability is such an important factor when working with »
The recent Microsoft ASP.NET and Web Tools 2012.2 Update made the process of creating SignalR applications much easier within Visual Studio 2012. The update »
When Visual Studio decided to get its most recent facelift with its 2012 release, you might have found yourself looking around for a few things that »
While recently updating an MVC Project, several erratic issues began to start to arise involving inconsistent Controller calls, Controller blocking and apparent deadlocks that were basically »
Accountability is always important, especially when dealing with systems that contain sensitive data. It can often be helpful to have an audit trail that will allow »
Have you ever visited Wikipedia and simply just gotten lost in the abyss of knowledge that is available there? If only something existed to allow you »
I came across this question on the forums from antrea, who had a fairly straight-forward request to center a SliderExtender control within a <div> »
Wherever there is a form or page that allows a user to post up information, there is an opportunity for repeat postings and spam. No one »
Have you ever been working on a Web Forms project and you made a change only to build your project and find that the designer.cs »
I've been searching for some time for a single resource that I could go to check a variety of best practices and methods of improving the »