I have some old code that was using 开发者_运维百科Subsonic 1.x and want to migrate to 3. Some of my old methods used to return a Dataset using the old Subsonic Query object and then just calling Exec
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using Compact Framework 3.5 and have tentatively settled on a custom build of Subsonic 3.0 to do data access. The trouble is that I am used to developing model-first but am also interested in kee
What could possibly be wrong here? public Contact GetContact(int key) { var contact = new ContactManagerDB.Select
I\'d like to use a mocking framework as well as an IOC framework with my latest project, based on subsonic 3 (ActiveRecord) and ASP.NET MVC.
I h开发者_Go百科ave an issue when the Context.cs is generated. I have followed the SubSonic3 setup for ActiveRecord, http://www.subsonicproject.com/docs/Using_ActiveRecord. I am using the AdeventureW
Given the following: class Customer string name end class Order int number end I am creating a list of orders. For each order listed, i\'d like to display the开发者_如何转开发 associated customer n
When开发者_Python百科 messing with the Subsonic 3.0 Northwind stuff: var product = Product.SingleOrDefault(x => x.ProductID == 1);
I\'m trying to use Subsonic 3.0.0.3 with an existing web site created in vb.net. I\'ve added a reference to SubSonic.Core.dll and added the ActiveRecord tt/ttinclude files. I also added a contextmenu
Is there a way to debug tt files? I have installed SubSonic3 and all the templates do their job except the StoredProcedures.tt. It remains empty after \'Run Custom T开发者_运维知识库ool\'.Here is an e