I am looking for any examples which ideally cover several possible combinations ( S开发者_如何转开发impleRepository, ActiveRecord , POCO ) - something similar to Brad Abrams
I\'m trying to figure out how to do a query with a where blah=blah or blah=blah2 with subsonic 3 开发者_开发技巧linq and I can\'t figure it out. My query at the moment looks like this:
I\'m playing around with Subsonic 3.0 SimpleRepository and try to get menus and menuitems with one lin开发者_如何学Goq query, but the menuitems is allways null
I use SubSonic 3.0.0.3 ActiveRecord with ASP.NET MVC and it is very nice. However, we run on IIS 6 and I tend to have quite a few issues with speed. I dont know if this is me being too paranoid but I
I have a project which I am developing with SQLite and SubSonic 3. I want to know that how can I avoid the App.config file altogether. How do I tell my program to use SQLite Data provider. I mean, how
I\'m looking for possible ways to persist the following classes.Subsonic SimpleRepository looks like it might work, and people have said it should, when I asked a more general question.
I am new to SubSonic so please be gentle :) I am getting \"Specified cast is not valid\" when performing a save on my object using the SimpleRepository. Unfortunately I have no idea how to track down
I have 2 tables, POST (idpost, user, text) COMMENT (idcomment, idpost, text) I want to delete all comments with post that have a user like \"usertest\",
Id like to perform an outer join with the second join statement in this query, I keep getting weird errors! (it must be the 3rd RedBull)
开发者_开发知识库Before ask my question, i have to say that subsonic is wonderfull tool, i realy like it.