Русский / English

Technologies

We use object-oriented concepts to create high-load websites, web applications and web services based on managed code and providing high productivity.

The benefits of managed code include programmer convenience and enhanced security guarantees. The ASPX and other resource files are placed in a virtual host on an Internet Information Services server (or other compatible ASP.NET servers). The first time a client requests a page, the .NET framework parses and compiles the file into a .NET assembly and sends the response; subsequent requests are served from the DLL files. By default ASP.NET will compile the entire site in batches of 1000 files upon first request.

ASP.NET aims for performance benefits over other script-based technologies by compiling the server-side code to one or more DLL files on the web server. This compilation happens automatically the first time a page is requested (which means the developer need not perform a separate compilation step for pages). This feature provides the ease of development offered by scripting languages with the performance benefits of a compiled binary.

Development environment
ASP.NET (+ AJAX)

Programming languages
C#, VB.NET

Databases
MS SQL, Oracle, My SQL
(+ XML data storage)

Technologies
Flash, Flex, MS Silverlight

Benefits

Exciting performance enhancements
Code security and high flexibility
Easy developing of enterprise-class web applications
High antihacker security
Rapid development
Different database types integration
Cross-browser