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 (1)
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)
April 2010 - Posts
5
Comments
Understanding 400 Bad Request Exception
by
imran_ku07
Introduction: Why I am getting this exception? What is the cause of this error. Developers are always curious to know the root cause of an exception, even though they found the solution from elsewhere. So what is the reason of this exception (400 Bad...
Filed under:
ASP.NET
,
C#
,
MVC
,
Security
,
IIS
1
Comments
The type 'XXX' is defined in an assembly that is not referenced exception after upgrade to ASP.NET 4.0
by
imran_ku07
Introduction : I found two posts in ASP.NET MVC forums complaining that they are getting exception, The type XXX is defined in an assembly that is not referenced , after upgrading thier application into Visual Studio 2010 and .NET Framework 4.0 at here...
Filed under:
ASP.NET
,
MVC
,
.NET 4.0
6
Comments
Server Controls in ASP.NET MVC without ViewState
by
imran_ku07
Introduction : ASP.NET Web Forms provides a development environment just like GUI or windows application and try to hide statelessness nature of HTTP protocol. For accomplishing this target, Web Forms uses ViewState (a hidden field) to remove the gap...
Filed under:
ASP.NET
,
C#
,
MVC
,
Web Form
2
Comments
ASP.NET MVC AND TOOLBOX
by
imran_ku07
Introduction : ASP.NET MVC popularity is not hidden from the today's world of web applications. One of the great thing in ASP.NET is the separation of concerns, in which presentation views are separate from the business or modal layer. In these views...
Filed under:
ASP.NET
,
MVC
,
Visual Studio
26
Comments
Reading All Users Session
by
imran_ku07
Introduction : InProc Session is the widely used state management. Storing the session state Inproc is also the fastest method and is well-suited to small amounts of volatile data. Reading and writing current user Session is very easy. But some times...
Filed under:
ASP.NET
,
C#
,
Session
37
Comments
Image Preview in ASP.NET MVC
by
imran_ku07
Introduction : Previewing an image is a great way to improve the UI of your site. Also it is always best to check the file type, size and see a preview before submitting the whole form. There are some ways to do this using simple JavaScript but not work...
Filed under:
ASP.NET
,
C#
,
MVC
,
Javascript
,
Ajax
1
Comments
Editing Routes in ASP.NET MVC
by
imran_ku07
Introduction : Phil Haack's had written two great articles about Editable Routes, Editable Routes or Editable Routes Using App_Code .These Article are great. But if you not need to unit test your Routes and don't care about restart Application Domian...
Filed under:
ASP.NET
,
MVC
,
Routing
7
Comments
Session and Pop Up Window
by
imran_ku07
Introduction : Session is the secure state management. It allows the user to store their information in one page and access in another page. Also it is so much powerful that store any type of object. Every user's session is identified by their cookie...
Filed under:
ASP.NET
,
C#
,
Session
More Posts