Friday, May 29, 2009

MyGeneration : A Tool you should try

Hey guys! You should try this tool. I find it very useful in many instances, for example you want to generate sql create, insert or alter scripts from a development database to a production database you can use the installed templates to do this in minutes. I often had to write custom sql to create my insert scripts and all that, but the tool works with just about anything. Try it out even the anti microsoft guys will find this useful especially the database templates.Enjoy


MyGeneration is an extremely flexible development tool written in Microsoft .NET. MyGeneration generates code from templates that can be written in C#, VB.NET, JScript, and VBScript. MyGeneration is great at generating ORM architectures or O/R Mapping files for architectures such as Gentle.NET, Opf3, NHibernate, and others. The meta-data from your database is made available to the templates through the MyMeta API. MyGeneration supports Microsoft SQL, Oracle, IBM DB2, MySQL, PostgreSQL, Microsoft Access, FireBird, Interbase, SQLite and VistaDB. MyGeneration can also generate code for non-Microsoft operating systems. MyGeneration installs with many sample templates that generate C# and VB.NET code, Stored Procedures, PHP, HTML and more. If you don't find what you need after installing MyGeneration, checkout our online template library. MyGeneration has a very unique feature that allows you to create your own Graphical User Interface and thereby provide a user interface for your template. Your templates can then capture data through a Windows Graphical interface and copy it to a data structure for use in the actual code generation. Each template has an optional User Interface code section. MyGeneration supports both projects files and a command line interface.