Technology
Microsoft .NET
Microsoft developed .NET in order to have a uniform development environgment for web, windows & mobile applications. The .NET framework is a collection of libraries that support VB.NET, Java.NET, C++.NET and C#. A Just in Time compiler (JIT-compiler) optimises the applicatoins at their start. This ensures an optimization between the application, the operating system and the hardware.
.NET is an OOP Language (Object Oriented Programming Language). This gives a greater flexibility to structure the architecture of an application.
Visual Studio.NET
Microsoft Visual Studio .NET the development environment for all .NET applications. Our developers all have a vast experience in working with these technologies.
Ajax - Asynchronous JavaScript and XML
AJAX stands for 'Asynchronous JavaScript and XML'. AJAX is not a new technology. The different technologies that make AJAX (HTML, XML, DOM, XMLHTTP en JavaScript) have already been in use for several years. AJAX is a smart combination of all these existing technologies. It reduces the time to render a page by making less round trips to the server, meaning a page does not fully need to reload.
AJAX can be used for navigation, forms, validation, automatic refresh of data etc...
XML WEB SERVICES
XML webservices are components that make use of HTTP and SOAP. It is an open standard and offers the possibility to make two completely different platforms talk to each other and exchange data.