 |
 |
| My2ndGeneration Code Generation in the Cloud |
|
|
 |
 |
|
 |
|
 |
December 21st, 2012
My2ndGeneration is a brand new Code Generation / Social Coding site which exists in the cloud, that's right, it's all on the web. Simply push your metadata up and do all of your work in the browser.
Our tiny little cross platform application runs on
Windows, Linux, or the Mac and serves only to push your metadata up to the My2ndGeneration Cloud.
Watch the VIDEO HERE ...
|
|
 |
|
|
|
MyGeneration - Code Generation, O/R Mapping, and Architectures
The Free Code Generator / OR Mapping Tool the competition doesn't want you to know about
|
- The #1 .NET Development Tool on Download.com of all time.
- A $199 value given away 100% free. No Adware or Spyware.
- MyGeneration's dOOdads Architecture Included for Both C# and VB.NET (Quickstart)
- Supported Architectures - dOOdads, EntitySpaces, EasyObjects.NET/EntLib, Gentle.NET, Opf3, NHibernate, Microsoft's DAAB, DotNetNuke, iBatis
- Support for Twelve Different Database Systems.
Microsoft SQL, Oracle, IBM DB2, PostgreSQL, Microsoft Access, FireBird, Interbase, VistaDB, SQLite, MySQL, Advantage and Pervasive
- Template Based Code Generator Supporting Four Template Languages - JScript, VBScript, C# and VB.NET
- Ability to Create Your Own Embedded User Interface in your Templates
- Online Template Library for Publishing and Downloading Templates
- Very Active Support Forums
- No Hassle, No Questions asked Download
- Watch a ultra low-res MyGeneration introductory video at the MyGeneration YouTube Page or Google Video. We host a streaming flash version of the video that is a little more readable here.
|
 |
 |
| MyGeneration is now 100% open source! |
|
|
 |
 |
|
 |
|
 |
The MyGeneration Code Generator has gone Open Source!
** MyGeneration 1.3.0.3 is stable and available now on download.com **
Anyone that would like to contribute, please email us or better yet, request a role on sourceforge.
http://sourceforge.net/projects/mygeneration/
|
|
 |
|
|
|
 |
 |
| Persistence Layer and Business Objects for Microsoft .NET 2.0 or Higher |
|
|
 |
 |
|
 |
|
 |
EntitySpaces Adding Joins and Arithmetic Expressions
public void JoinWithArithmeticExpressionOrderByCalulatedColumn() { // Notice we create a calulated column based on the TotalSales, then Order by it descending CustomerQuery cust = new CustomerQuery(); OrderQuery order = new OrderQuery(); OrderItemQuery item = new OrderItemQuery();
cust.Select(cust.CustomerName, (item.Quantity * item.UnitPrice).Sum().As("TotalSales")); cust.InnerJoin(order).On(order.CustID == cust.CustomerID); cust.InnerJoin(item).On(item.OrderID == order.OrderID); cust.GroupBy(cust.CustomerName); cust.OrderBy("TotalSales", esOrderByDirection.Descending);
CustomerCollection coll = new CustomerCollection(); coll.Load(cust); }
From mobile devices to large scale enterprise solutions in need of serious transaction support, EntitySpaces can meet your needs. Whether you’re writing an ASP.NET application with medium trust requirements, or a Windows.Forms application, the EntitySpaces architecture is there for you. EntitySpaces is provider independent, which means that you can run the same binary code against any of the supported databases. EntitySpaces uses no reflection, no xml files, and sports a tiny foot print of less than 200k. Pound for pound, EntitySpaces is one tough .NET architecture.

Persistence Layer and Business Objects for Microsoft .NET http://www.entityspaces.net
|
|
 |
|
|
|
 |
 |
| The dOOdads .NET Architecture - It's Tight !! |
|
|
 |
 |
|
 |
|
 |
Do you want to write highly readable code like this? We have dOOdads for Microsoft SQL, Oracle, Firebird, Access, PostgreSQL, VistaDB, SQLite, and MySQL.
// Load and Save Employees emps = new Employees(); if(emps.LoadByPrimaryKey(42)) { emps.LastName = "Just Got Married"; emps.Save(); }
// Add a new record Employees emps = new Employees(); emps.AddNew(); emps.FirstName = "Mr."; emps.LastName = "dOOdad"; emps.Save();
// After save the identity column is already here for me. int i = emps.EmployeeID;
// Dynamic Query - All Employees with 'A' in thier last name Employees emps = new Employees(); emps.Where.LastName.Value = "%A%"; emps.Where.LastName.Operator = WhereParameter.Operand.Like; emps.Query.Load();
If the answer is 'Yes' download MyGeneration and you could have your MyGeneration dOOdads business layer done before you head home today ... See our FREE dOOdads .NET Architecture HERE
|
|
 |
|
|
|
 |
 |
| DotNetNuke - AppTheory announces the ATGen SDK |
|
|
 |
 |
|
 |
|
 |
Wednesday, October 12, 2005
 AppTheory is happy to announce the BETA availability of the ATGen SDK for DotNetNuke. This SDK allows developers to quickly create modules and the associated data access layers in minutes that would normally take a good part of a day for each database object that was being accessed and modified.
read more...
|
|
|
 |
|
|
|
 |
 |
| Top 10 Most Downloaded Templates |
|
|
 |
 |
|
 |
|
 |
| Template | Author | Downloads |
|---|
| NHibernate Object Mapping | k-dub | 31204 | | dOOdad Stored Procedures | my.generation | 28975 | | dOOdads Business Entity | my.generation | 26905 | | NHibernate Class Generator | Mike.Griffin | 26771 | | NHibernate Object Mapping 1.1 | gekannt | 25103 | | dOOdads Business View | my.generation | 24960 | | dOOdads Concrete Class | my.generation | 24802 | | NHibernate lujan99 - 1.0.6 | lujan99 | 24082 | | Sql DAAB Stored Procedures | mgnoonan | 23791 | | Access Stored Procedures | my.generation | 23609 |
http://www.mygenerationsoftware.com
|
|
 |
|
|
|
|
|
|
|