Recent Posts

9
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: , ,
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...
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...
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...
3
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: ,
3
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...
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...
2
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...
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...
0
Comments

Display Mode Bug in ASP.NET MVC 4 and Workaround by imran_ku07

Introduction: I have found an important bug in ASP.NET forums regarding the new display mode feature in ASP.NET MVC 4. If you are using ASP.NET MVC 4 Display Mode feature in your application or plan to use this feature in your application then it will...
More Posts Next page »