I\'m look for a subsonic 3.0 Ad开发者_如何转开发d-in tools for visual studio like what was provided for Subsonic 2.
Ive been using subcommander to generate my dal.Im using vb.net and sqlexpress and .net 3.5 My webconfig looks like this
Using Subsonic 3, I have a simple class called \"ConferenceRepository\" that has a method that returns a bunch of conferences based on their status. I am testing this using SubSonic\'s built in suppor
I thought I would throw an omni-search on my data. So I made a function that returns any match开发者_StackOverflow on a string.
Having used all of them (some more than others), I am still undecided on which could be the best to use (with .NET 3.5). What are the pro\'s and con\'s of each when developing?
I am using Subsonic 3 to generate DAL. Further I am using T4 templates to generate my BOs from DAL. Subsonic\'s T4 templates are working properly, but when I run my templates it gives me following err
I probably missed something in the .tt configuration for some reason my intellisense when I type SubSonic.Query or Query = new Query(DB.Table) is not highl开发者_StackOverflow社区ighting and giving me
I\'m using Subsonic 3 (Active Record), VS2010, Framework 3.5 against a MySQL database. Someone named a column \"string.\" I S@*t you not.
I have a problem with this subsonic3.0.0.4 find statement: IList<Market> marketlist = marketlRep.Find<Market>(
I\'m using SubSonic 3.0.0.3 and I can\'t seem to get the ActiveRecord .tt files to recognize and generate code for the foreign keys and relationships in my SQLite database.