Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get into SubSonic?

Tags:

c#

sql

orm

subsonic

A month ago I searched for some tools that will generate C# classes out for my SQL database/tables. So I don't have to write DAL classes manually and to save a lot of time.

I came across "ORM" and subsonic. I watched the webcasts on the homepage http://subsonicproject.com/ and was pretty impressed by it.

But I am still missing more documentation/knowledge to feel comfortable with subsonic to use it in our projects. Today I read about the "migration" feature somewhere - accidental.

How to get into subsonic? How to get more comfortable with it? How to know about all the features/possibilities it provides? Are there any good blogs/tutorials/whatever for subsonic?

like image 545
toebens Avatar asked Jan 22 '09 00:01

toebens


People also ask

Can't connect to Subsonic?

If you are having trouble connecting to your server, most likely either your internet is down at home, Subsonic is not running on your computer, or your computer is off. If you are using a something-you-picked.subsonic.org URL then there is a slim chance that that server could be down, though it rarely happens.

Is Subsonic free?

Subsonic is a free, web-based media streamer, providing ubiquitous access to your music and video.

What is Subsonic app?

Subsonic for AndroidSongs are cached for offline playback. Supports mp3, ogg, aac, flac, wma. Most video formats supported too. You can also use this app as a remote control for music playing on your server. Features offline mode, adaptive bitrates, equalizer and visualizer.


2 Answers

Unfortunately, the best SubSonic "documentation" is in the form of screencasts, but they are very easy to follow.

Quite a lot about SubSonic on Rob Conery's (original creator) blog http://blog.wekeroad.com/tags/subsonic/.

Personally found the best thing is (like Matt said) to just use it, set it up in external tools in VS, get the connection string and a few other config settings sorted, and you're just about good to go. You can get the basics down in an afternoon.

The forum is quite active http://forums.subsonicproject.com/forums/, and a good place if you get stuck.

like image 183
seanb Avatar answered Sep 22 '22 00:09

seanb


SubSonic is irritatingly short on documentation (which is one reason I abandoned it). Scott Kuhl wrote a "Getting Started with SubSonic" document (just Google his name and SubSonic) but parts of it appeared to be out of date.

Here is Scott's blog - a place to start at least.

Here is the document's home page. I was curious as to whether the document is indeed out of date and I think it is: the web page has a last updated date in 2006.

Unfortunately, I know of no other documentation and I did look for it.

Update: See the link to documentation that Rob Conery provided in his answer.

like image 21
Mark Brittingham Avatar answered Sep 19 '22 00:09

Mark Brittingham