Sorry, no bio is available
Articles by imrannathani (5)
-
Barcode image generation made easy
Published: 25 Jun 2007 Views: 14,560 Avg Rating: 0/5 Votes: 0 Comments: 2
In this article we are going to generate barcodes in .NET. Barcode-aware devices, such as scanners and printers, are readily available on the market, as long as the barcodes we generate follow the standards.We will implement barcode generation using Microsoft Ajax in a web application.
-
Writing an ActiveX control in C#
Published: 20 Apr 2007 Views: 111,834 Avg Rating: 4/5 Votes: 1 Comments: 11
An ActiveX control is an object that supports a customizable programmatic interface. Using the methods, events and properties exposed by the control, web developers can automate their web pages to give the functionality which is equivalent to that of a desktop application.
-
Generating Relational data from xml datatype Part 2
Published: 20 Nov 2006 Views: 4,955 Avg Rating: 0/5 Votes: 0 Comments: 1
In Part 1 of this article, we saw the basics of the xml datatype and retrieval of data from it. In this part we will see the use of the xml datatype in relational data tables and the retrieval of data from an xml datatype in relational form.
-
Generating Relational data from xml datatype Part 1
Published: 15 Nov 2006 Views: 6,569 Avg Rating: 0/5 Votes: 0 Comments: 0
The introduction of the xml datatype in SQL Server has given us an enhancement of actually dumping raw XML obtained from different servers into a distributed environment into one relational table. This article which is the first part of two, deals with the basics of the xml datatype and retrieving data from the xml datatype.
-
Dynamic XML from SQL Server
Published: 03 Nov 2006 Views: 25,175 Avg Rating: 0/5 Votes: 0 Comments: 1
"Efficiency in simplicity", that's what XML is all about. XML is great for information exchange because of its simple flat file structure and user defined tags. For any application to interact with another either an complex marshalling code would be required or a simple implementation of XML would suffice. MS SQL gives us the advantage of generating dynamic XML in our data queries itself. In this article we will see some of the common used SQL XML queries.
|
Article Comments by imrannathani (0)
|