Imran Baloch's Blog
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
.NET 4.0
Ajax
ASP.NET
ASP.NET AJAX
ASP.NET MVC
ASP.NET MVC Futures
ASP.NEt Web API
ASP.NET Web Pages
Asynchronous
Bundling and Minification
C#
Certification
Classic ASP
Client Side validation
Css
DNN
Google Map
Html Helper
IIS
Installation
Javascript
jQuery
Mobile
Model Binder
MVC
Nuget
Performance
PHP
Razor
Routing
Security
SEO
Session
SignalR
Unit Test
View Engine
Visual Studio
Web Form
WebGrid
WebMatrix
WURFL
Sponsors
advertise here
News
Google
Tweet
Navigation
Home
Blogs
Archives
May 2013 (2)
April 2013 (1)
March 2013 (1)
February 2013 (1)
January 2013 (1)
December 2012 (2)
November 2012 (1)
September 2012 (1)
August 2012 (1)
July 2012 (1)
June 2012 (1)
May 2012 (1)
April 2012 (2)
March 2012 (2)
February 2012 (1)
January 2012 (1)
December 2011 (2)
November 2011 (1)
October 2011 (1)
September 2011 (2)
August 2011 (1)
July 2011 (2)
June 2011 (1)
May 2011 (2)
April 2011 (1)
March 2011 (4)
February 2011 (2)
January 2011 (4)
December 2010 (2)
November 2010 (3)
October 2010 (2)
September 2010 (3)
August 2010 (2)
July 2010 (5)
June 2010 (4)
May 2010 (2)
April 2010 (8)
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....
Filed under:
ASP.NET
,
MVC
,
Javascript
,
Client Side validation
,
ASP.NET AJAX
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:
ASP.NET
,
C#
,
MVC
,
Javascript
,
jQuery
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:
ASP.NET
,
MVC
,
Web Form
,
Session
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:
ASP.NET
,
MVC
,
Web Form
,
Security
More Posts