DW

Database Wizard

Publisher: Becker Games
Windows Free
Download v1.0 369 downloads
Version1.0
PublisherBecker Games
Release dateJun 17, 2013
Date addedJun 16, 2013
Os requirementsWindows 8, Windows Vista, Windows, Windows 7, Windows XP
RequirementsMicrosoft .NET Framework 4.0
Total downloads369
Downloads per week1
PriceFree

Description

Database Wizard is a program that helps .NET developers in creating and managing a database. It is similar to linq2sql or Entity Framework 5 but Database Wizard gives you more control. It allows you to create the tables from within the program itself, or within an xml document. Once you generate the scripts, you can build the database. Then, you can generate the Database CS files to use in your .NET project. There are 2 sections to each generated file. There are the custom code and generated code sections. Anything you put into the custom code section will be saved and restored when you regenerate your database CS files. It is able to automatically construct foreign relationships and have generated CRUD methods. You can easily create your own custom methods or queries.