Languages
C#.net
C# is a language for writing .NET applications. It was created specifically to support features found in the .NET development platform. It is standardized by the ECMA.
Visual Basic.net
Visual Basic .NET (2002) (VB 7.0) runs on .NET framework 1.0. The most important feature is Managed code, which contrasts with Visual Basic 6.0 and before. Visual Basic .NET 2003 (VB 7.1) includes support for the .NET Compact Framework, superior upgrade wizard and many more improvements.
PL/SQL
We use Procedural Language/Structured Query Language, Oracle Corporation's procedural extension language for SQL and the Oracle relational database. Its syntax is similar to Ada or Pascal.
T-SQL
We use transact-SQL to include procedural programming, local variables, various support functions for mathematics, date processing, string processing.
Visual Basic Script (VB Script)
We use VBScript as scripting language for Quick Test Professional. We also use it as the internal scripting language for some applications like industrial operator interfaces and human machine interfaces.
Web Technologies
Asp.Net
We use ASP.NET on a client’s insistence. ASP.NET is a new technology for server-side scripting. Being written from the ground up, it is not backward compatible with classic ASP.
Microsoft MVC
Composed of 3 roles - Model, View and Controller - model representing the state of a chosen aspect of the application, controller to handle interactions and update the model to reflect a change in state of the application, and then to pass information to the view. We use MVC in web applications where the view is the HTML or XHTML generated by the app.
AJAX
We use AJAX to implement a web application that communicates with a server in the background, so that it won’t interfere with the existing position of the page.
Ext JS
We build interactive web applications with Ext Js using techniques such as Ajax, DHTML and DOM scripting.
jQuery
Features like DOM traversal and modification (including support for CSS 1-3), CSS manipulation, Effects and animations, Ajax and Cross-browser support make JQuery our favourite.
JavaScript
Dynamic typing, first-class functions, prototypes, regular expressions and many other features of Javascript make it the first choice of most of our clients.
Others
- XML/XSL/XHTML
- DHTML
- Open Social
- Netvibes
Database Solutions
Microsoft© SQL Server 2000/2005
SQL Server 2005 is the most popular database solution used across various companies globally. It introduced MARS, a method that allow usage of database connections for several purposes; DMVs for a fine-tuned performance as well as Database Mirroring that provides redundancy and failover capabilities at the database level.
Oracle
Oracle Database delivers excellent performance, consistency, scalability and security on multiple or single-servers running Windows, Linux, and UNIX. From content management to business processes, Oracle Database can provide 360-degree benefits.
MySQL
With over a hundred million copies of its software downloaded and distributed, MySQL remains the world’s most liked open source database software. We provide database solutions using MySQL.
SQLite
We use SQlite for low to medium traffic websites, for data that must be sifted and sorted in diverse ways and desktop applications such as finance analysis tools, CAD and record-keeping programs.
Microsoft© Access
Embed Microsoft’s visually stimulating database tool to gather and manage various information in the database.