1

I have to get up to speed with subsonic 2.* to support an existing application. The subsonicproject website has a few walk-throughs but I was hoping to find something more complete. For instance, I don't see any mention of how to create a new record using subsonic.

Thank you,

Myron

Steven Kryskalla
  • 14,179
  • 2
  • 40
  • 42
user188620
  • 13
  • 2

2 Answers2

5

Start here: http://subsonicproject.com/docs/ActiveRecord

Then just go down the list: http://subsonicproject.com/docs/Setting_up_SubSonic_2.x

http://subsonicproject.com/docs/Simple_Query_Tool http://subsonicproject.com/docs/Command_line

The whole idea was to make it really, really simple to do things. People expect to have to read reams of docs to get into it - you don't. It's supposed to be a simple thing.

-1

Official documentation can be found here, under the heading "SubSonic 2.2 (for .NET 2.0 and up)". However, I'm sure you have seen that it is woefully inadequate.

You may be better served by checking through Rob Conery's blog. SubSonic 2.* content starts somewhere in 2007.

Forgotten Semicolon
  • 13,909
  • 2
  • 51
  • 61