Tagged Questions
The subsonic-v3p2 tag has no wiki summary.
2
votes
1answer
2k 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
155 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 ...
0
votes
6answers
186 views
linq help - newbie
how come this work
public IQueryable<Category> getCategories(int postId)
{
subnusMVCRepository<Categories> categories = new subnusMVCRepository<Categories>();
...