Recent Posts

18
Comments

Bundling and Minifying Inline Css and Js by imran_ku07

Introduction: Application performance is the very important factor for an application success. Yahoo's Best Practices for Speeding Up Your Web Site is a great resource for increasing your application performance. Out of these practices, 'Putting Stylesheets...
0
Comments

Handling HTTP 404 Error in ASP.NET Web API by imran_ku07

Introduction: Building modern HTTP/RESTful/RPC services has become very easy with the new ASP.NET Web API framework. Using ASP.NET Web API framework, you can create HTTP services which can be accessed from browsers, machines, mobile devices and other...
Filed under: ,
1
Comments

A jQuery Plugin for Google Map Thumb(Magnifier) by imran_ku07

Introduction: Recently in one of my project I came across with a requirement to show a thumbnail(or magnifier) in Google map because there was a lot of custom objects(line, polygon, etc) on my Google map due to which the map become obscure. I was able...
Filed under: , ,
3
Comments

Using Razor V2 in ASP.NET MVC 3 by imran_ku07

Introduction: Razor view engine's popularity and usage is continuously increasing because it is very easy to learn and write. Also, it is very clean and easy to maintain. The beauty of Razor is that you can host it in any application not just in ASP.NET...
5
Comments

Adding AjaxOnly Filter in ASP.NET Web API by imran_ku07

Introduction: Currently, ASP.NET MVC 4, ASP.NET Web API and ASP.NET Single Page Application are the hottest topics in ASP.NET community. Specifically, lot of developers loving the inclusion of ASP.NET Web API in ASP.NET MVC. ASP.NET Web API makes it very...
5
Comments

Switching between Mobile and Desktop Host in ASP.NET MVC 4 by imran_ku07

Introduction: ASP.NET MVC 4 comes with a bunch of new features including lot of features for mobile. Mobile features include Mobile Optimized Project Templates, Display Modes , View Switcher, Browser Overriding, etc. In addition to these features, you...
Filed under: , ,
4
Comments

Highlighting the Current Page of WebGrid by imran_ku07

Introduction: WebGrid helper makes it very easy to display/show tabular data quickly in your ASP.NET MVC 3(or ASP.NET Web Pages) application. This works great in most cases. However, sometimes, you may need to customize the WebGrid. For example, you may...
5
Comments

A Client Validation Issue in MVC 3 and MVC 4(Beta) by imran_ku07

Introduction: Recently while working on an application I ran into an client side validation issue. The issue was that ASP.NET MVC 3 application ignoring the cancel class(which is used to disable the validation of a particular submit button), when you...
4
Comments

Microsoft MVP for year 2012 by imran_ku07

Just received an email from Microsoft that I'm being nominated for Microsoft Most Valuable Professional (Microsoft MVP) for the second consecutive year.This is great news for me It feels so great for me. I am very thankful to all friends, community member...
Filed under: ,
12
Comments

Solving Duplicate Content with Distinct URLs Issue in ASP.NET MVC by imran_ku07

Introduction: When developing a web application, it is very important to optimize your application for search engines because a huge amount of traffic to website comes from search engines. ASP.NET MVC 3 support some Search Engine Optimization(SEO) features...
Filed under: , ,
More Posts « Previous page - Next page »