How to pass a successfully created object from Create action with a RedirectToAction? All looks good in the action, just can\'t reference it in the test.
I\'m using Rob Conery\'s Massive ORM. Is there an elegant way to do a count on the record set returned?
I\'m returning a list to my MVC controller from Massive. When I\'m in my test how can开发者_开发百科 I check that there are 3 records (as expected) in the returned list?
Im using MVC 3 and Massive ORM. I won开发者_Python百科dering how I could populate a dropdownlist using Massive ORM to get my data from the database.
I\'m using Massive and have a Members table. On my Members class I have a find method to find a member by Email:
Is there an equivalent of Rob Conery\'s Ma开发者_如何转开发ssive for NoSQL (MongoDB)? I like Massive very much, but I\'d like to use it with NoSQL databases, especially with MongoDB and I can\'t find
I\'m using Massive, by Rob Conery, as my \"DAL\". I\'ve built a repository class using it. I\'ve run into a small problem. I\'d like to use the .Paged() method to build paging into one of my ASP.NET M
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I like Rails and so I\'m drawn to Rob Conery\'s Massive ORM as its ... well, very railsish. My 开发者_JAVA百科question is how exactly can you and should you do validations with Massive?In Rails you c
I\'ve started working on an MVC 3 project that needs data from an enormous existing database. My first idea was to go ahead and use EF 4.1 and create a bunch of POCO\'s to represent the tables I need