tags:

views:

113

answers:

3

I'm lost here, can someone explain to me what subsonic is?

is it a code generator type tool?

+5  A: 

"SubSonic is A Super High-fidelity Batman Utility Belt that works up your Data Access (using Linq in 3.0), throws in some much-needed utility functions, and generally speeds along your dev cycle."

Depending on how you use it, it does involve code generation (t4 templates used to create classes that represent your database objects).

Kurt Schindler
Holy +1's Batman!
David Robbins
+2  A: 

This website, Wikipedia, tells me its an ORM (Object-Relational Mapper)

Anthony Forloney
+1  A: 

As it's creator Rob Conery says, it's the Swiss Army Knife of ORMS.

Here are some other questions where you can find out about SubSonic:

What ORM is the best when using stored procedures

Best free ORM to use with .Net 3.5

If you haven't go to SubSonic's site and watch some of the tutorials. You find that it is easy to become in under 30 minutes.

David Robbins