Always remain updated about current software development trends

Articles by IMRAN_KU07

A jQuery Plugin for Google Map Thumb(Magnifier)

       Introduction:                     Recently in one of my project I came across with a requirement to show a thumbnail(or...

Using Razor V2 in ASP.NET MVC 3

       Introduction:                     Razor view engine's popularity and usage is continuously increasing because it...

Adding AjaxOnly Filter in ASP.NET Web API

       Introduction:                     Currently, ASP.NET MVC 4, ASP.NET Web API and ASP.NET Single Page Application are...

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

       Introduction:                       ASP.NET MVC 4 comes with a bunch of new features including lot of features...

Highlighting the Current Page of WebGrid

       Introduction:                    WebGrid helper makes it very easy to display/show tabular data quickly in your ASP.NET...

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

  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...

Microsoft MVP for year 2012

     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,...

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

   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...

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

   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....

WebGrid Helper and Complex Types

   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...