Better Java Code Generation

Posted by on Oct 12, 2012 in Code Generation, general, JAVA, legacy modernization | 1 comment

Because we write a lot of code very quickly, sometimes people conclude that Java code generation is responsible for the speed we achieve.  And, in a way they’re right, although often people have in mind the old style code generators of the 70′s when they say that. This is not your father’s code generator. When we built our technology, we knew there are two things people hate about code generators: first, they write low quality...

Read More

VB to .Net: Solution To Software Conversion

Posted by on Feb 7, 2012 in .NET | 0 comments

Visual basics software is programming software created by Microsoft to aid in the development of programs and applications. The.Net framework is also a Microsoft windows creation designed specifically for use in applications developed on a windows          platform. It is basically a large base class library that makes it possible for language interoperability to take place (i.e.: it allows each programming language, in its framework to...

Read More

Visual Basic Code Generator: Programming With Ease

Posted by on Dec 19, 2011 in Code Generation, general | 0 comments

Code generation is a technique that is used in the development of applications. There are many types of code generators on the market, each with their unique capabilities. Visual basic code generator is currently the favourite among programmers. This rapid application development tool is generally used to create windows applications. A task it efficiently completes in a short period of time. The basic task of the visual basic code generator is...

Read More