|
Using String, Date, Math, Rank and System Functions in SQL Server
SQL Server can be used for querying data using various built in functions. Depending on the use, the built in functions are categorized as string functions, date functions, mathematical functions, ranking functions, and system functions.
|
|
Serialization and Encoding in WCF
The concept of serialization and encoding in WCF helps convert data to communicate easily over the network.
|
|
Displaying Data Using XSLT
Formatting an XML document based on certain criteria that can be specified in the XML document using the XSL Transformations (XSLT).
|
|
Track File Changes with Ruby & inotify
rb-inotify is a simple wrapper written using FFI around the inotify system calls to track file changes in ruby
|
|
Validating XML Document and Applying Style Sheet
The XML document is not validated in its declaration and user needs to validate the document through a schema. A Document Object Model ( DOM ) is used for validating the XML document.
|
|
Working with SQLite Database in Android
In this tutorial we will cover how to create a SQLite database and tables in an android project and then insert data and retrieve data from tables in an application.
|
|
Exploring the XML Document Object Model
The Document Object Model ( DOM) is used for defining the logical structure of document and the way in which the documents are accessed and manipulated.
|
|
Hosting and Consuming WCF Service
A WCF service is hosted on the computer accessible to the client application over a network. The service can be accessed across different platforms located at different locations.
|
|
|
|
|