Click here to Skip to main content

Articles by Balamurali Balaji (Articles: 23)

Articles: 23

RSS Feed

Average article rating: 2.83

Dialogs and Windows

Customizing User Controls with Smart Tag Feature
Posted: 8 Jun 2009   Updated: 22 Jun 2009   Views: 19,144   Rating: 4.24/5    Votes: 10   Popularity: 4.24
Licence: The Code Project Open License (CPOL)      Bookmarked: 57   Downloaded: 351
This article explains how to add Smart Tag feature to a user control.

Ajax

The magical effects of the UpdatePanel control in AJAX
Posted: 6 Mar 2008   Updated: 7 Mar 2008   Views: 40,274   Rating: 2.48/5    Votes: 17   Popularity: 3.06
Licence: The Code Project Open License (CPOL)      Bookmarked: 31   Downloaded: 0
This article provides an in-depth view on the UpdatePanel control in AJAX and explores all the possible options to work with it in ASP.NET web pages.
ASP.NET 3.5, AJAX, and Web Services
Posted: 17 Mar 2008   Updated: 17 Mar 2008   Views: 28,483   Rating: 2.67/5    Votes: 5   Popularity: 1.86
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   Downloaded: 593
This article explains how to call Web Service methods using AJAX client script.

ASP.NET Controls

Accessing Data using Language Integrated Query (LINQ) in ASP.NET WebPages – Part 2
Posted: 2 Feb 2008   Updated: 7 Feb 2008   Views: 30,540   Rating: 2.81/5    Votes: 6   Popularity: 2.13
Licence: The Code Project Open License (CPOL)      Bookmarked: 23   Downloaded: 0
Access various types of data using LinqDataSource control ASP.NET

HTML / CSS

Exploring XHTML, the .NET way!
Posted: 21 Jun 2009   Updated: 21 Jun 2009   Views: 8,367   Rating: 1.00/5    Votes: 2   Popularity: 0.30
Licence: The Code Project Open License (CPOL)      Bookmarked: 8   Downloaded: 0
This article explores the usage of XHTML in a VS.NET environment.

Web Services

Consuming .NET Web Services Using the XMLHTTP Protocol
Posted: 9 Feb 2008   Updated: 9 Feb 2008   Views: 23,862   Rating: 3.83/5    Votes: 4   Popularity: 2.31
Licence: The Code Project Open License (CPOL)      Bookmarked: 22   Downloaded: 0
This article explains how to call a Web Service method using the XmlHttp protocol encapsulated by the XmlHttpRequest object.

Windows Mobile

Numeric Converter – Going mobile!
Posted: 3 Oct 2009   Updated: 3 Oct 2009   Views: 3,648   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
A mobile application for converting numbers from one base to another.

Office Development

Logic Inspector in InfoPath 2007 Forms
Posted: 2 Jul 2006   Updated: 2 Jul 2006   Views: 24,796   Rating: 2.08/5    Votes: 8   Popularity: 1.88
Licence: The Code Project Open License (CPOL)      Bookmarked: 10   Downloaded: 0
How to use the Logic Inspector tool in Infopath Forms 2007.

SharePoint Server

Web Authoring and Designing with SharePoint Designer 2007
Posted: 2 Jul 2006   Updated: 2 Jul 2006   Views: 76,250   Rating: 2.34/5    Votes: 13   Popularity: 2.61
Licence: The Code Project Open License (CPOL)      Bookmarked: 27   Downloaded: 0
Designing websites using SharePoint designer as a replacement for the FrontPage designer.

Database

Using InfoMessage Event of SqlConnection Object
Posted: 8 Jun 2009   Updated: 8 Jun 2009   Views: 9,529   Rating: 4.50/5    Votes: 2   Popularity: 1.20
Licence: The Code Project Open License (CPOL)      Bookmarked: 19   Downloaded: 0
This article explores the usage of InfoMessage event of SqlConnection object

C#

Conversion of Decimal to any Base (Binary, Octal or Hexa) and vice-versa (C#)
Posted: 27 May 2005   Updated: 27 May 2005   Views: 130,255   Rating: 3.06/5    Votes: 18   Popularity: 3.84
Licence: The Code Project Open License (CPOL)      Bookmarked: 31   Downloaded: 1,623
Generic functions written in C# to convert a binary,octal or a hexa-decimal to a decimal number and vice-versa.

LINQ

Accessing data using Language Integrated Query (LINQ) in ASP.NET web pages – Part 1
Posted: 2 Feb 2008   Updated: 2 Feb 2008   Views: 16,911   Rating: 1.73/5    Votes: 5   Popularity: 1.21
Licence: The Code Project Open License (CPOL)      Bookmarked: 32   Downloaded: 97
Access various types of data using the LinqDataSource control in ASP.NET.

Windows Communication Foundation

Integrating LINQ-to-SQL queries within a WCF Service
Posted: 22 Mar 2008   Updated: 22 Mar 2008   Views: 47,470   Rating: 1.78/5    Votes: 10   Popularity: 1.59
Licence: The Code Project Open License (CPOL)      Bookmarked: 22   Downloaded: 0
This article shows how to use LINQ to SQL queries with a WCF Service.
JSON serialization and de-serialization in WCF DataContracts
Posted: 7 Jun 2009   Updated: 7 Jun 2009   Views: 35,702   Rating: 2.87/5    Votes: 9   Popularity: 2.86
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   Downloaded: 0
Explains how to use JSON serialization and deserialization in WCF DataContracts.

Windows Presentation Foundation

The PaddingBall game in WPF
Posted: 4 Jun 2008   Updated: 4 Jun 2008   Views: 23,273   Rating: 4.00/5    Votes: 6   Popularity: 3.11
Licence: The Code Project Open License (CPOL)      Bookmarked: 19   Downloaded: 826
This article shows how to develop the Padding Ball game using WPF.
Music Video Box (WPF)
Posted: 7 Aug 2009   Updated: 10 Aug 2009   Views: 17,059   Rating: 4.43/5    Votes: 3   Popularity: 2.11
Licence: The Code Project Open License (CPOL)      Bookmarked: 21   Downloaded: 721
This article explains the creation of a Music Video Box using Windows Presentation Foundation 3D Geometry and Media classes to play music albums as chosen by the user.
How to Perform WPF Data Binding Using LINQ to XML
Posted: 3 Jul 2009   Updated: 3 Jul 2009   Views: 17,332   Rating: 3.85/5    Votes: 6   Popularity: 2.99
Licence: The Code Project Open License (CPOL)      Bookmarked: 13   Downloaded: 0
This article explains how to perform data binding to WPF controls using LINQ to XML.
How to Perform WPF Data Binding Using LINQ to XML – Part 2
Posted: 3 Jul 2009   Updated: 3 Jul 2009   Views: 8,151   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 8   Downloaded: 201
This article is Part 2 of the previous article and explains how to perform data binding to WPF controls using LINQ to data stored in an XML file.
How to Consume a Web Service in a WPF Application?
Posted: 20 Jul 2009   Updated: 20 Jul 2009   Views: 23,768   Rating: 3.26/5    Votes: 11   Popularity: 3.40
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   Downloaded: 0
This article explains how to consume a Web Service in a WPF Windows application. It requires binding of WPF controls to data coming from a Web Service.
PhotoViewer Application in WPF (Visual Studio 2008 Beta 2)
Posted: 19 Nov 2007   Updated: 19 Nov 2007   Views: 25,650   Rating: 2.50/5    Votes: 7   Popularity: 2.11
Licence: The Code Project Open License (CPOL)      Bookmarked: 16   Downloaded: 582
This article explains how to create a PhotoViewer application based on WPF in Visual Studio 2008

Windows Workflow Foundation

Creating Sequential Workflows in Visual Studio 2005 – A Sample
Posted: 2 Jun 2007   Updated: 2 Jun 2007   Views: 42,456   Rating: 3.25/5    Votes: 7   Popularity: 2.75
Licence: The Code Project Open License (CPOL)      Bookmarked: 26   Downloaded: 0
This article explains the steps in creating a sequential workflow in Visual Studio 2005 using Windows Workflow Foundation in .NET Framework 3.0.

Programming Tips

Cohesion of Methods
Posted: 14 Jul 2005   Updated: 14 Jul 2005   Views: 18,214   Rating: 1.62/5    Votes: 8   Popularity: 1.46
Licence: The Code Project Open License (CPOL)      Bookmarked: 11   Downloaded: 0
This articles focuses on building your classes and the cohesion factors you need to keep in mind while writing programs.

Threads, Processes & IPC

Don't waste time! Synchronize your ThreadPool.
Posted: 7 Jul 2005   Updated: 7 Jul 2005   Views: 29,466   Rating: 1.20/5    Votes: 8   Popularity: 1.08
Licence: Not specified      Bookmarked: 16   Downloaded: 146
This article is about some fun with ThreadPool. You can make the thread work even when it is waiting.
No blogs have been submitted.
No video articles have been posted.
No tips have been posted.

Balamurali Balaji

Founder
BB Systems
India India

Member



Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 27 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid