Tagged Questions

2
votes
1answer
3k views

Inserting a new record pattern in SubSonic 3

I'm trying out the new SubSonic 3 preview, but I'm not sure about the patterns I should be using for the basic CRUD operations in my MVC project. I'm trying to keep as much of my data logic in my ...
0
votes
1answer
156 views

NULL ForeignKeyTo property in Subsonic 3/ASP.NET MVC?

Issue: the primary key of the base table is named differently than the the key in the fk table. Subsonic 3 does not know how to handle that, which is fine, its beta. So I was going to change the ...