Can SubSonic be used with CSLA.NET? Has anyone tried this. From开发者_开发问答 my understanding
I have an old c# project which currently runs on a SQL CE database. I decided yesterday that I would like to use SubSonic to generate a DAL for me as I have used SubSonic a lot in m开发者_StackOverflo
By d开发者_C百科efault if the table has FK, subsonic also retrieves data of the FK table. Is it possible to disable this?If you ask for rows of data from a particular table, SubSonic will only give yo
i\'m having a issue with the T4 templates for generating code. I\'m wondering if anyone can help me with an issue I have.
I\'m trying to generate dal from subsonic. But after generating when I\'m trying to compile its giving me an error of multiple definitions with identical signatures. This is my app.config. I\'m using
I know this question seems subjective but it\'s really pretty simple. As a long term user, and part time contributor to SubSonic I\'m interested in what the community thinks would be the single best w
I currently developed an app that connects to SQL Server 200开发者_Python百科5 database, so my DAL objects where generated using information from that DB.
Just curious if there are plans for eager lo开发者_StackOverflow中文版ading using ActiveRecord in Subsonic 3.Is there a roadmap out there?
I need to generate a table without primary key.开发者_如何学Python Its absolutely neccessary that the table dosen\'t have primary key. Please help.It is absolutely necessary for the SubSonic that tabl
How can I assign alias to tables with SubSonic 2.1? I am trying to reproduce the following query: SELECT *