Forums

About SubSonic Tools for Visual Studio


These Tools integrate the SubSonic code-generation features in Visual Studio 2005. They can be used to generate your DAL in a Web Site, an EXE (WinForms/Service/etc) or a DLL project. The generated files are automatically added to your project's solution and managed by the tools. The Tools also support code generation for an Enterprise Library provider.

SubSonic Tools


About SubSonic


At it's core it's:
  • A Data Access Layer (DAL) builder that requires no code on your part, it builds itself at compile-time with a full object layer and strongly-typed collections
  • A complete utility toolset, complete with Rails-like scaffolding, migrations (DB Versioning), and code generators
  • A dynamic query tool, that lets you use SQL Server and the Enterprise Library without having to know SQL
  • An OR Mapper that extends to views and stored procedures so you're not locked into the OR/M thing
  • http://www.codeplex.com/actionpack
Last edited Sep 29 2007 at 6:30 PM by DevInstinct, version 25
Comments
drewski wrote  May 8 2007 at 4:47 PM 
Great utility for subsonic. Eliminates so much of the inital setup time, not that there was anything like nhibernate, but still it reduces it. Thanks for your work.

mmudassir wrote  May 20 2007 at 5:53 AM 
I am having some error while running the MSI:
The installer has encountered an unexpected error installing this pacakge. This may include a problem with this pacakage. the error code is 2869

any clue?

adeayon wrote  Jun 24 2007 at 9:31 PM 
If you are getting this error on vista it may be directly related to a well known issue with elevated privileges. Try and install as administrator or with priviledges elevated.

Bunce wrote  Nov 28 2007 at 11:21 AM 
Great tool!! Just wondering if it will be compatible with VS2008?

A

xifengma wrote  Nov 30 2007 at 7:18 AM 
i generated classes based on my database, but some of them have no class body , who can tell me why this happened

dworthley wrote  Jun 28 at 4:40 AM 
Turns out that with one simple change and a re-compile, it works with VS 2008. I wrote about it here:

http://www.itcrossing.com/Blog/tabid/103/EntryId/242/Running-SubSonic-Tools-for-Visual-Studio-in-Visual-Studio-2008.aspx

Updating...