Recent Posts

2
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: ,
6
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...
1
Comments

WURFL.NET and ASP.NET MVC 4 Display Modes by imran_ku07

Introduction: The usage of mobile phones to access the web is increasing day by day. So, this is now become very important for every public web application to add the support of mobile browsers. ASP.NET MVC 4 makes it very easy for you to make the mobile...
26
Comments

WebGrid Helper with Check All Checkboxes by imran_ku07

Introduction: WebGrid helper is one of the helper of ASP.NET Web Pages(WebMatrix) technology included in ASP.NET MVC 3. This helper is very easy to use and makes it very simple to display tabular data in your web page. In addition to displaying tabular...
5
Comments

A WebForm View with a Razor Layout in ASP.NET MVC 3 by imran_ku07

Introduction: By default, ASP.NET MVC 3 ships with two built-in view engines: WebFormViewEngine and RazorViewEngine. WebFormViewEngine is for web form view and RazorViewEngine is for razor view. You can use a master page to create a consistent layout...
Filed under: , ,
2
Comments

An Issue with Area in ASP.NET MVC 3 (VB.NET) by imran_ku07

Introduction: ASP.NET MVC allows you to break/partition your large application into smaller parts. You can use Area in ASP.NET MVC (C# and VB.NET) projects easily. But I have found an issue regarding Area in ASP.NET MVC 3 Tools Update when working with...
9
Comments

Using the Features of ASP.NET MVC 3 Futures by imran_ku07

Introduction: ASP.NET MVC 3 includes a bunch of new features that can help you to develop Rich Internet Application(RIA) easily. In addition to these new features, you can also use the features of ASP.NET MVC 3 Futures. ASP.NET MVC 3 Futures includes...
22
Comments

Overriding Unobtrusive Client Side Validation Settings in ASP.NET MVC 3 by imran_ku07

Introduction: By default, client side validation in ASP.NET MVC 3 leverages unobtrusive javascript and famous jQuery validation plugin. The jQuery validation plugin makes client side validation very straightforward. With this plugin, you have a lot of...
More Posts Next page »