Recent Posts

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...
4
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...
4
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...
3
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: ,
11
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: , ,
6
Comments

Using Classic ASP, PHP and WebForm Pages in ASP.NET MVC Views by imran_ku07

Introduction: The ASP.NET MVC framework is becoming more and more popular every day. With ASP.NET MVC 3(or upcoming ASP.NET MVC 4), you can build rich modern web applications. If you are developing an application in ASP.NET MVC then sometimes you may...
0
Comments

WebGrid Helper and Complex Types by imran_ku07

Introduction: WebGrid helper makes it very easy to show tabular data. It was originally designed for ASP.NET Web Pages(WebMatrix) to display, edit, page and sort tabular data but you can also use this helper in ASP.NET Web Forms and ASP.NET MVC. When...
More Posts Next page »