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)
Recent Posts
1
Comments
Making Cache Aware ResolveUrl/Url.Content
by
imran_ku07
Introduction: Caching static contents is great and recommended but in the same time we need to also consider the fact that the static contents can be updated any time. A popular way to handle this scenario is to change the contents path or append a query...
Filed under:
ASP.NET
,
ASP.NET MVC
4
Comments
Creating a simple Live Cricket Score using ASP.NET SignalR
by
imran_ku07
Introduction: I am from Pakistan. Like most of Pakistanis, I am also a huge fan of Cricket. Yesterday, I got some time from my busy job. I thought to create a simple Cricket Live Score feature using ASP.NET SignalR. It is also Interesting to note that...
Filed under:
ASP.NET
,
jQuery
,
SignalR
0
Comments
A small but crucial point about App_Start folder
by
imran_ku07
As we know that IIS reject requests which contain folder started with App_ (specifically App_code, App_GlobalResources, App_LocalResources, App_WebReferences, App_Data, App_Browsers folders). Lot of developers put some important files here so that only...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Security
,
IIS
2
Comments
Localizing Default Error Messages in ASP.NET MVC and WebForm
by
imran_ku07
Introduction: System.ComponentModel.DataAnnotations validation attributes (like RequiredAttribute ) allows us to localize error messages using ErrorMessageResourceName and ErrorMessageResourceType . But some error messages cannot be localized using these...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Web Form
3
Comments
A Simple jQuery HttpClient
by
imran_ku07
Introduction: One of the reason why HttpClient getting popular day by day is that it is very simple to use and intuitive programming model. Due its simplicity, I have created a very simple HttpClient for jQuery(which abstract the jQuery.ajax calls) for...
Filed under:
ASP.NET
,
jQuery
,
ASP.NEt Web API
1
Comments
Microsoft MVP for year 2013
by
imran_ku07
Just got an email from Microsoft that I'm being nominated for Microsoft Most Valuable Professional (Microsoft MVP) for the thrid consecutive year. Thanks to Microsoft and all my friends.
Filed under:
ASP.NET
,
ASP.NET MVC
1
Comments
ASP.NET Bundling/Minification and Embedded Resources
by
imran_ku07
Introduction: If you want to share your application resources(like css, javascript, images, etc) between different projects then embedded resource is a great choice. Embedded resource is also good for component/control writers because it allows component...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Javascript
,
Html Helper
,
Performance
,
Css
,
Bundling and Minification
1
Comments
Fixing the Model Binding issue of ASP.NET MVC 4 and ASP.NET Web API
by
imran_ku07
Introduction: Yesterday when I was checking ASP.NET forums, I found an important issue / bug in ASP.NET MVC 4 and ASP.NET Web API. The issue is present in System.Web.PrefixContainer class which is used by both ASP.NET MVC and ASP.NET Web API assembly...
Filed under:
ASP.NET
,
ASP.NET MVC
,
ASP.NEt Web API
,
Nuget
1
Comments
Browser Specific Extensions of HttpClient
by
imran_ku07
Introduction: REpresentational State Transfer (REST) causing/leaving a great impact on service/API development because it offers a way to access a service without requiring any specific library by embracing HTTP and its features. ASP.NET Web API makes...
Filed under:
ASP.NET
,
ASP.NEt Web API
,
Nuget
7
Comments
Advanced Options of ASP.NET Bundling and Minification
by
imran_ku07
Introduction: Rick Anderson has written a great introduction to ASP.NET Bundling and Minification at here . In addition to the options presented by Rick, there are some other features in System.Web.Optimization framework which is also important for developers...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Javascript
,
Performance
,
Css
,
Bundling and Minification
More Posts
Next page »