CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.resources Tags:
Item Type: NewsGroup Date Entered: 4/5/2005 4:31:54 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 9 Views: 77 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
10 Items, 1 Pages 1 |< << Go >> >|
juchytil
Asp.Net User
Has anyone looked at the MyGeneration Code Generator?4/5/2005 4:31:54 PM

0/0

Has anyone looked at http://www.mygenerationsoftware.com ?

It apparently can generate stored procedures, data access code and even some business elements using its dOOdad architecture. 

I would image that this could still be used with the database provider model as well.

Is this worth looking into?

Joe

From their home page

  • A $199 value given away 100% free. No Adware or Spyware.
  • 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
  • Supported Architectures - dOOdadsGentle.NETOpf3NHibernateMicrosoft's DAAB
  • MyGeneration's dOOdads Architecture Included for Both C# and VB.NET (See Menu)
  • Support for Ten Different Database Systems. 
    Microsoft SQLOracleIBM DB2,   PostgreSQLMicrosoft AccessFireBirdInterbaseVistaDBSQLiteMySQL and Advantage
  • Online Template Library for Publishing and Downloading Templates
  • Very Active Support Forums
  • No Hassle, No Questions asked Download
  • JMyung
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/5/2005 7:34:39 PM

    0/0

    Hmm...

    Aren't you using Codesmith??

    The templates for the SP's are already done...
    juchytil
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/5/2005 9:08:39 PM

    0/0

    I am just beginning to develop modules for DNN3 so I do not have a lot of experience yet, but there have been some posts in this forum that were related to databases other than MSSQL. When I found MyGeneration, it seemed like it may be something that some of the users in this form might be interested in.

    I just thought I would bring it to their attention.

     

    alexdresko
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/6/2005 7:51:59 PM

    0/0

    This is where I like to plug LLBLgen Pro (http://www.llblgen.com).

    Believe it or not, I'm slowly converting everyone.. :)


    Alex Dresko
    I'm not a player, I just code a lot.
    AerosSaga
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/7/2005 1:48:22 PM

    0/0

     alexdresko wrote:

    This is where I like to plug LLBLgen Pro (http://www.llblgen.com).

    Believe it or not, I'm slowly converting everyone.. :)



    What key features in your opinion are worth the $300 as opposed to MyGeneration which is free?

    Regards,

    Scott Schecter
    EntitySpaces
    Schecter Technology Solutions
    MyGeneration
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/11/2005 1:55:04 PM

    0/0

    Here is a thread from Patrick Wellink on LLBLGen and MyGeneration:
    http://bloggingabout.net/wellink/archive/2005/03/14/2413.aspx#FeedBack

     

     

    FransBouma
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/12/2005 7:04:13 AM

    0/0

     MyGeneration wrote:

    Here is a thread from Patrick Wellink on LLBLGen and MyGeneration:
    http://bloggingabout.net/wellink/archive/2005/03/14/2413.aspx#FeedBack

     


    Yeah, that thread is really representative... NOT

    Not only does LLBLGen Pro have a more powerful generator framework, the generated code has way more features than the generated code of for example MyGeneration. No offence Mike, but if you think that silly test is representative, think again: there are at least 2 ways to fetch 300,000 rows in a datatable using llblgen pro code, though the 'tester' didn't try that.

    I'm getting a little tired about that silly thread. I don't mind if people like other products better, though if stupid tests become part of someone's marketing, I DO mind.

    You can take my word for it, Mike, reading this crap I really regret I've ever took the time to answer your various emails.

    (edit)
    I'd like to add that I have no problem with free code generator applications, if someone wants to use them, by all means do so. The rant I posted above is just meant to counter silly claims as if LLBLGen Pro's code is slow, it's not.


    Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
    LLBLGen Pro website: http://www.llblgen.com
    My .NET blog: http://weblogs.asp.net/fbouma
    Microsoft MVP (C#)
    MyGeneration
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/12/2005 2:14:20 PM

    0/0

    Frans, the LLBLGen architecture it is slower than dOOdads in a simple fetch, it has to be by it's very nature, we do not create objects to represent each row in the database. I never claimed dOOdads was more powerful nor did I even make the initial claim that it was faster, but I think fetching data via dOOdads, based on Patricks test, seems to indicate that it is faster. dOOdads is simple in it's very nature, it was meant to be, however, that doesn't mean it cannot be used on complex projects, indeed we use it, and our customers use it.

    We are working on MyGeneration 2.0, which is being rewritten from the ground up in .NET 2.0. We are using the "Actipro Software" suite of tools, including their Syntax Editor. I am also working on dOOdads II or EntitySpaces which is based on C# 2.0 and the new ADO.NET Managed Provider information. We are adding NexusDB and Pervasive SQL support. EntitySpaces will be supported for at least 13 database systems. It's quite an undertaking for weekend/evening warriers but we will get it done. Both MyGeneration 2.0 and EntitySpaces are underway ... 

    FransBouma
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/13/2005 9:55:46 AM

    0/0

     MyGeneration wrote:

    Frans, the LLBLGen architecture it is slower than dOOdads in a simple fetch, it has to be by it's very nature, we do not create objects to represent each row in the database.

    See, this is telling not the whole story. Of course, creating objects is slower than creating a simple datatable with a lot of rows. But LLBLGen Pro can do that too, even in a typed datatable: create a typed list from just 1 entity and you're done. Or create a dynamic list in code, using the entity meta data and construct the filter on the fly using type safe query elements which result in generated SQL.

    I don't mind if people say that their solution is fast, I do mind if people start telling stories that what LLBLGen Pro does is 'slower' based on a dull test which fetches 300,000 rows into a datatable. ANY O/R mapper would be slower in that scenario, however who fetches 300,000 rows into a datatable?


    I never claimed dOOdads was more powerful nor did I even make the initial claim that it was faster, but I think fetching data via dOOdads, based on Patricks test, seems to indicate that it is faster. dOOdads is simple in it's very nature, it was meant to be, however, that doesn't mean it cannot be used on complex projects, indeed we use it, and our customers use it.

    Context, that's what's important. If I have to fetch 10 customers with a filter and for each customer their latest 10 orders and for each order the order lines, LLBLGen Pro can do that very efficiently, by using prefetch paths fetching a graph using graph nodes (1 query per graph node). Can you do that too? I don't think so, as it requires dynamically generated SQL. The problem thus is: in what context is one slower than the other? That's important here.

    I don't mind if some code generator generates code which fetches data into a single datatable faster than my code which fetches data in a single entity collection, I do mind if that's then used to simply say: "We're faster, you're slower". As that's definitely not the case in a lot of situations, and you know that too.


    We are working on MyGeneration 2.0, which is being rewritten from the ground up in .NET 2.0. We are using the "Actipro Software" suite of tools, including their Syntax Editor. I am also working on dOOdads II or EntitySpaces which is based on C# 2.0 and the new ADO.NET Managed Provider information. We are adding NexusDB and Pervasive SQL support. EntitySpaces will be supported for at least 13 database systems. It's quite an undertaking for weekend/evening warriers but we will get it done. Both MyGeneration 2.0 and EntitySpaces are underway .... 

    We used SyntaxEditor for our template studio IDE as well, it's pretty solid. 13 databases is a lot, the time spend to support all the meta-data retrieval routines for these databases is not spend on more depth in the feature set, something we found out is more important than a gazillion databases on the support list (though our provider oriented model (it's nothing new, everyone can do it already in .NET 1.x) allows me to add a database tomorrow if I like).

    ..NET 2.0 will indeed be a good point to see who did his homework and will stick around and who didn't.

    Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
    LLBLGen Pro website: http://www.llblgen.com
    My .NET blog: http://weblogs.asp.net/fbouma
    Microsoft MVP (C#)
    MyGeneration
    Asp.Net User
    Re: Has anyone looked at the MyGeneration Code Generator?4/13/2005 1:59:08 PM

    0/0

    Ya, our tact is to support all of the databases that we can, a mile wide and an inch deep if you will. MyGeneration's main focus is to serve up the meta data and allows folks to use templates to generate whatever they want. Our dOOdads architecture is merely a "Looky what MyGeneration can do" sample, it's cool, it works, and has brought a lot of folks to the table. But MyGeneration is the real product. Lots of folks just take it and generate thier own particular architectures. Gentle.NET and Opf3 (and some others yet to be announced) and have decided that it's better to use MyGeneration and focus on their architectures than try to also maintain a code generator with all of the possible databases.

    Anyway, it's a big world, LLBLGen is a good product, in fact, I think your prices is extremely competitive. A few hundred dollars is merely the cost of a good consultant for a few hours, so products like LLBLGen are a great investment. It's the tightwad companies that lose out by not spending those dollars and instead forcing their developers to spend months writing an architecture which is probably not half as good as what you have created, and they probably hand type it all in to boot, sigh ....

     

     

    10 Items, 1 Pages 1 |< << Go >> >|


    Free Download:

    Books:

    Web:
    Has anyone looked into the MyGeneration code generator? - ASP.NET ... Has anyone looked at http://www.mygenerationsoftware.com ? ... Template Based Code Generator Supporting Four Template Languages - JScript, ...
    CodeProject: MyGeneration .NET Code Generator. Free source code ... However, MyGeneration has none of the negative issues associated with code generation because in ... Detailed looked at the implementation of strings in . NET ... It is an online code generator which outputs different generator types, ... MyGeneration brings support only for Npgsql provider, but does anyone has ever ...
    MyGeneration .NET Code Generator review at Kaboodle Learn more about MyGeneration .NET Code Generator, learn other people's ... The requirement process has one purpose and that is to define the data for ... To look at a data model is to look at an application where the user .... Kaboodle does not sell or share your email address or personal information with anyone. ...
    Code Generation Network - MyGeneration Interview Justin: Anyone can download MyGeneration at any time. It's an open beta. ... CGN : So what does that look like in the code? ... MyGeneration has a very unique feature that allows you to build your own Graphical User Interface ... Net generation which uses the same delimiters as most code generator template parsers. ...
    CodeProject: SmartCode-An Open Source Code Generator. Free source ... Nov 18, 2006 ... If not has anyone come across a code gen that comes out with ... I just looked at a generated header, it says "Generated by MyGeneration ...
    Nabble - ALT.NET Yahoo Group - NHibernate designer/code generator ... rear view mirror from now on! Anyone have any advice? .... MSBUILD file has been configured to fire off the code-gen process to ... If you look out there, you will find things like MyGeneration, ...
    C# Code Generator for the DAL gverma. Try both. MyGeneration - 100% free code generator ... It do helps us in clustering but as each node has to check the cache object map in every ... does anyone have a user guide or something similar? ... If you need something with less of a learning curve (for simpler applications) take a look at SubSonic. ...
    MyGeneration Support • View topic - Anyone adapted EasyObject to ... Yes it can, you should take a look at my post about EasyObject enhacement. .... that does'nt inherit anything, just has its properties and variables) ... Select a forum, ------------------, MyGeneration Code Generator & O/R Mapper, News ...
    The Joel on Software Discussion Group - code generators - what a ... I had previously written a code generator, TierGenerator, that is on GotDotNet workspace. I was extremely disappointed in ... Currently, MyGeneration is leading the pack - and it's free! ... It doesn't have to do the UI. I haven't looked at LLBGEN yet. ... Has anyone had any experiance with Opf3? ...
    CSLA .NET Contrib - Home I've placed some MyGeneration CSharp Templates on CSLAcontrib. .... Now If you take a look at the code which I wrote and the code which is .... I have been working on an open source code generator called NBusiness ... has anyone taken Kathleen Dollard's code that accompanied her book "Code Generation in Microsoft . ...




    Search This Site:










    3.2.2 vertical treeview menus and file manager treeview missing

    new article: integrating active forums & private messages

    menu separator in solpartmenu

    and onther menu system that can be created with nested ordered lists

    change your host and admin pw's.

    post your dnn news @ wwwcoder.com

    free dnn module: timetracker dnn 1.1

    url rewriting

    ftp open source app

    community modules?

    issue 11 – an in-depth look at headings and styling (sifr) in dnn

    skin information webservice

    printer friendly skin

    dnn3.0.5 - test your modules and create free dnn 3.0.5 portal

    varying font size by user

    parser error: unknown server tag 'dnn:breadcrumb'.

    dnn training videos in portuguese

    call for the brazilians: wanna write about dnn?

    new skin: clouds (something very different)

    globalresources.resx

    looking for a specific skin

    dotnetnuke mp3 interviews - website design and google sitemaps

    text link filter module?

    additional region codes for dnn 3.0

    turkish language avaliable?

    free marketing opportunity for dotnetnuke portal administrators

    bulk email

    remote database backups from a share host

    ie web dev toolbar

    a publishing module for dnn?

      Privacy | Contact Us
    All Times Are GMT