I\'m tryingot get started with IoC, I have an MVC project in which is use subsonic, I\'m trying to inject subsonic simplerepository to my controllers but I\'m getting this error:
I was wondering when support for compact framework an开发者_StackOverflow中文版d sql server compact edition will be added to the Subsonic 3.0 project?Is the link below any use?
hi am running batch insert with subsonic 3.0.0.3 and MVC and i have wrote the following example: var myquery1 = new Insert(provider).Into<orderitem>(\"orderitem_orderid\", \"orderitem_productid
I encountered bug in my programm because of SubSonic3 returns records with default connection string in
I have a MySQL table with a couple of Datetime columns. The columns are set to allow null and some have default value \'0000-00-00 00:00:00\'. This is a conversion project from ASP to ASP.NET so the t
I\'m using Linq from SubSonic 3 like this: for(int x; x < 100; x++) { var v = (from c in db.categories
Is there a way to extract the SQL which is run against the database from a bit of subsonic?For instance I have
Hi im using subsonic 3.0.0.3 activeRecord but cant seems to figure between ! select * from orders where orderdate between startdate, enddate;
Yes, there is a method max with 13 overloads, none it\'s simply开发者_StackOverflow社区 the name of the column.Something can post an example in VB.NET?VB.NET:maxField = SomeTableClass.All().Max(Functi
I\'m current evaluating SubSonic 3 for use with a legacy DB - IE very little ability to change the current structure.