I\'m considering using SubSonic to create and access an SQLite database. Not sure yet what flavor fits better for me though I tend to prefer the SimpleRepository approach.
I am using SubSonic with the A开发者_C百科ctiveRecord template. I like it pretty well so far but can not figure out how to do a join query. I have read this link but the generated class templates it c
I was watching subsonic\'s simple repository demo. I came to know that DB schema can be generated from code. I think of code generation as usually domain layer from database.
Table:Account AccountID|AccountName|AccountTypeID|IsActive 17|aaaa|5|1 18|bbbb|5|1 19|cccc|5|1 Table:AccountAddress
Subsonic 3.0 is updating multiple rows instead of just the one it\'s supposed to DB Table is defined as follows -
I am trying to get Subsonic(3.0.0.4) to work(.Net 3.5 - VS2010), simple install that looks at the Northwind database using ActiveRecord. I used the 5 minute demo from http://subsonicproject.com/docs/T
I am making use of Subsonic开发者_运维技巧 SimpleRepository i have a class: public class X{public string abc {get; set;}private string def {get; set;}}
I am trying to make changes to a site that uses SubSonic 2.0.3. I have all of the co开发者_运维知识库de but I need to regenerate some database tables. I do not have the SubCommander exe though. I look
I\'m currently experiencing the issue mentioned here (and several other places): Subsonic 3 Linq Projection Issue
I have a table called Group_Focus and when we generated our code with Subsonic 2.2 it\'s calling the object GroupFocu while the files are named GroupFocu.cs and GroupFocuController.cs.Is there anyway