Friday, August 28, 2009

Data Structure

A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways. In computer programming, a data structure may be selected or designed to store data for the purpose of working on it with various algorithms.
Visit my Script Blog
http://senthilmcan-datastructure.blogspot.com/

Wednesday, August 26, 2009

Programming Language

C, C++,...
Visit my C Blog
http://senthilmcan-c.blogspot.com/

Client Script

Java/ VB Script
Visit my Script Blog
http://senthilmcan-clientscript.blogspot.com/

Tuesday, August 25, 2009

Microsoft Visual Studio .Net

A Microsoft operating system platform that incorporates applications, a suite of tools and services and a change in the infrastructure of the company's Web strategy.

There are four main principles of .NET from the perspective of the user:

  • It erases the boundaries between applications and the Internet. Instead of interacting with an application or a single Web site, .NET will connect the user to an array of computers and services that will exchange and combine objects and data.
  • Software will be rented as a hosted service over the Internet instead of purchased on a store shelf. Essentially, the Internet will be housing all your applications and data.
  • Users will have access to their information on the Internet from any device, anytime, anywhere.
  • There will be new ways to interact with application data, such as speech and handwriting recognition.
.NET depends on four Internet standards:
  • HTTP
  • XML
  • SOAP
  • UDDI
Microsoft views this new technology as revolutionary, enabling Internet users to do things that were never before possible, such as integrate fax, e-mail and phone services, centralize data storage and synchronize all of a users computing devices to be automatically updated.
Visit my .Net Blog

Structured Query Language (SQL)

SQL (Structured Query Language) is a database computer language designed for managing data in relational database management systems (RDBMS). Its scope includes data query and update, schema creation and modification, and data access control. SQL was one of the first languages for Edgar F. Codd's relational model in his influential 1970 paper, "A Relational Model of Data for Large Shared Data Banks" and became the most widely used language for relational databases.
Visit my SQL Blog