Go4Expert October 2014 Monthly Newsletter
 

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.
Read More
share on Twitter

Serialization and Encoding in WCF


The concept of serialization and encoding in WCF helps convert data to communicate easily over the network.
Read More
share on Twitter

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).
Read More
share on Twitter

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
Read More
share on Twitter

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.
Read More
share on Twitter

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.
Read More
share on Twitter

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.
Read More
share on Twitter

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.
Read More
share on Twitter
Twitter Facebook Google+