June 2010 - Posts

17
Comments

Disabling Client Side Validation For Disabled Input Controls In ASP.NET MVC by imran_ku07

Introduction: Client side validation always saves a lot of time and bandwidth, because it take place on the client side and the user is immediately informed that they've gone wrong in filling out the form before the form is posted back to the server....
1
Comments

Distinguishing Between Refresh And Cached Page by imran_ku07

Introduction: Caching (a technique of storing an in memory copy of some information that’s expensive to create) increases both performance and scalability. Therefore using caching users can receive the response very quickly. But sometimes there is a need...
Filed under: , , , ,
7
Comments

Persisting Session Between Different Browser Instances by imran_ku07

Introduction: By default inproc session's identifier cookie is saved in browser memory. This cookie is known as non persistent cookie identifier. This simply means that if the user closes his browser then the cookie is immediately removed. On the other...
Filed under: , , ,
8
Comments

Globally Handling Request Validation In ASP.NET MVC by imran_ku07

Introduction: Cross Site Scripting(XSS) and Cross-Site Request Forgery (CSRF) attacks are one of dangerous attacks on web. They are among the most famous security issues affecting web applications. OWASP regards XSS is the number one security issue on...
Filed under: , , ,
More Posts