Example Projects

Posts   
 
    
mhunter
User
Posts: 2
Joined: 15-Jan-2005
# Posted on: 15-Jan-2005 13:51:41   

Hi Guys,

I downloaded the vs.net northwind example projects, and this is handy, but i would like to see what the original llbelgen pro project looked like that was used to geneate the vs.net northinwind projects. Are these available somewhere?

Cheers

Matthew

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 16-Jan-2005 12:09:20   

They're not downloadable, but they were created in 1 minute from Northwind on sqlserver. Nothing fancy really, just create project -> pick Northwind, add entities -> rename to singulars, and generate code simple_smile . You can download MSDE for free if you don't have SqlServer available, just follow the link on the demo download page. MSDE comes with Northwind.

Frans Bouma | Lead developer LLBLGen Pro
mhunter
User
Posts: 2
Joined: 15-Jan-2005
# Posted on: 16-Jan-2005 12:36:55   

Thanks for the info. I'll reproduce the llblgen pro project as you say and see how I go.