Click here to Skip to main content

Articles by Farooq Kaiser (Articles: 14, Technical Blogs: 5)

Articles: 14, Technical Blogs: 5

RSS Feed

Average article rating: 4.36

Ajax

Displaying JQuery Progress using ASP.NET MVC with Ajax
Posted: 25 Aug 2009   Updated: 25 Aug 2009   Views: 28,897   Rating: 4.29/5    Votes: 11   Popularity: 4.43
Licence: The Code Project Open License (CPOL)      Bookmarked: 23   Downloaded: 1,436
JQuery is a lightweight JavaScript library and can be downloaded from http://www.jquery.com. The jQuery library is also included in the Scripts folder of the Visual Studio ASP.NET MVC template.
AJAX with ASP.NET MVC
Posted: 21 Aug 2009   Updated: 25 Aug 2009   Views: 30,651   Rating: 4.64/5    Votes: 7   Popularity: 3.90
Licence: The Code Project Open License (CPOL)      Bookmarked: 30   Downloaded: 1,180
ASP.NET AJAX enables a Web application to retrieve data from the server asynchronously and to refresh parts of the existing page. This improves the user experience by making the Web application more responsive and enables you to create amazing Web 2.0 applications to delight your users.
JQuery AJAX with ASP.NET MVC
Posted: 27 Aug 2009   Updated: 2 Sep 2009   Views: 96,439   Rating: 4.76/5    Votes: 18   Popularity: 6.15
Licence: The Code Project Open License (CPOL)      Bookmarked: 68   Downloaded: 3,934
The JQuery has several methods that can be used to perform Ajax requests
Custom Sorting with Jquery UI
Posted: 19 Sep 2009   Updated: 19 Sep 2009   Views: 15,208   Rating: 4.33/5    Votes: 6   Popularity: 3.32
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   Downloaded: 257
In this article, I will examine how to build custom sorting Using Jquery UI. The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.

ASP.NET

How To Improve the Performance of ASP.NET MVC Web Application
Posted: 30 Aug 2009   Updated: 5 Sep 2009   Views: 36,109   Rating: 4.25/5    Votes: 13   Popularity: 4.73
Licence: The Code Project Open License (CPOL)      Bookmarked: 71   Downloaded: 0
In this article, I will examine how you can improve the performance of an ASP.NET MVC application by taking advantage of the various components
Resizable asp.net Gridview columns using Jquery
Posted: 13 Apr 2012   Updated: 14 Apr 2012   Views: 18,585   Rating: 4.88/5    Votes: 12   Popularity: 5.15
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   Downloaded: 1,938
This article explains how to use jQuery's plug-in colResizable to implement client-side column resizing in an ASP.NET GridView.
HTML Helpers with Extension Methods
Posted: 12 Aug 2009   Updated: 13 Aug 2009   Views: 13,910   Rating: 2.67/5    Votes: 4   Popularity: 1.61
Licence: The Code Project Open License (CPOL)      Bookmarked: 12   Downloaded: 0
In this article, I will explore HTML Helpers with Extension Methods
Implementing HTTP File Upload with ASP.NET MVC
Posted: 14 Aug 2009   Updated: 14 Aug 2009   Views: 83,244   Rating: 4.70/5    Votes: 17   Popularity: 5.70
Licence: The Code Project Open License (CPOL)      Bookmarked: 57   Downloaded: 0
In this article, I will explore how to upload a file using ASP.NET MVC. Since the MVC framework does not use server controls, it will be interesting to see how file upload works in MVC.
Handling Unknown Actions in ASP.NET MVC
Posted: 16 Aug 2009   Updated: 16 Aug 2009   Views: 10,925   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 13   Downloaded: 0
In this article, I will explore handling unknown actions. A Controller.HandleUnknownAction method gets called when a controller cannot find an action method that matches a browser request.
Localizing ASP.NET MVC
Posted: 7 Sep 2009   Updated: 7 Sep 2009   Views: 21,746   Rating: 3.43/5    Votes: 12   Popularity: 3.70
Licence: The Code Project Open License (CPOL)      Bookmarked: 30   Downloaded: 479
I will examine how to localize ASP.NET MVC application using existing .NET Framework
Knockoutjs grid with Asp.net
Posted: 23 Jun 2012   Updated: 23 Jun 2012   Views: 10,600   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 11   Downloaded: 786
This article explains how to use Knockoutjs�s plug-in simpleGrid with asp.net using HTTP handler.

Validation

Form validation with ASP.NET MVC using the IErrorDataInfo interface
Posted: 13 Aug 2009   Updated: 13 Aug 2009   Views: 10,666   Rating: 4.78/5    Votes: 6   Popularity: 3.70
Licence: The Code Project Open License (CPOL)      Bookmarked: 15   Downloaded: 0
In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IErrorDataInfo interface.

Database

Reading and Writing BLOB Data to Microsoft SQL or Oracle Database
Posted: 22 Dec 2009   Updated: 22 Dec 2009   Views: 45,440   Rating: 4.25/5    Votes: 11   Popularity: 4.38
Licence: The Code Project Open License (CPOL)      Bookmarked: 43   Downloaded: 0
In this article, I will examine how to store and retrieve binary files such as image or PDF into Microsoft SQL or Oracle database.

Windows Communication Foundation

Creating and Consuming Your First WCF Service
Posted: 25 Sep 2009   Updated: 25 Sep 2009   Views: 196,036   Rating: 4.09/5    Votes: 35   Popularity: 6.29
Licence: The Code Project Open License (CPOL)      Bookmarked: 62   Downloaded: 8,658
In this article, I will examine how to create and consume a WCF service. WCF is next-generation programming platform and runtime system for building, configuring and deploying service-oriented applications.

Average blogs rating: 3.82

ASP.NET

Consuming RSS Feed in MVC ASP.NET [Technical Blog]
Posted: 27 Aug 2009   Updated: 27 Aug 2009   Views: 11,598   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 14   Downloaded: 0
In this article, i will build a MVC application that will consume an RSS feed.
Entity Framework with ASP.NET MVC [Technical Blog]
Posted: 16 Aug 2009   Updated: 16 Aug 2009   Views: 17,310   Rating: 2.83/5    Votes: 4   Popularity: 1.71
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
In this article, I will explore the entity framework with ASP.NET MVC. We will modify the form validation sample that will access the data layer using the Entity Framework.

Validation

Form validation with ASP.NET MVC [Technical Blog]
Posted: 16 Aug 2009   Updated: 16 Aug 2009   Views: 29,483   Rating: 4.60/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 12   Downloaded: 0
This topic shows you the MVC features that support form validation.
Form validation with ASP.NET MVC using the IDataErrorInfo interface [Technical Blog]
Posted: 16 Aug 2009   Updated: 24 Aug 2009   Views: 16,303   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
As I already shown in my previous article Form validation with ASP.NET MVC. In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IDataErrorInfo interface. public interface IDataErrorInfo{    // Properties    st

C#

Named and optional parameters in C# 4.0 [Technical Blog]
Posted: 16 Aug 2009   Updated: 16 Aug 2009   Views: 16,963   Rating: 3.65/5    Votes: 7   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
In this article, I will explore named and optional parameters in C# 4.0.
No tips have been posted.

Farooq Kaiser
Software Developer (Senior) http://www.Fairnet.com
Canada Canada
Member
12+ years of complete software development life cycle experience for web based applications and multi-tier client-server desktop, primarily using LINQ, WCF, WWF, C#, ASP.NET, XML, XSLT, AJAX, Winforms,Visual Basic, JavaScript, JQuery, Google APIs, C++, VB.NET, C, ATL/COM, Open XML. Extensively involved in the requirement analysis, feasibility study, conceptualization, planning, architecture/design, configuration, development, quality assurance, implementation and release of the software products.


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 22 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid