massive
MVC3 Testing a Create Action and passing back created object - TempData?
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.[详细]
2023-04-12 18:11 分类:问答Count on an IEnumerable<dynamic>
I\'m using Rob Conery\'s Massive ORM. Is there an elegant way to do a count on the record set returned?[详细]
2023-04-12 03:43 分类:问答Testing results with Massive
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?[详细]
2023-04-10 11:16 分类:问答Populate dropdownlist using Massive ORM?
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.[详细]
2023-04-06 02:39 分类:问答Why am I getting a RuntimeBinderException when returning dynamic?
I\'m using Massive and have a Members table. On my Members class I have a find method to find a member by Email:[详细]
2023-04-04 03:51 分类:问答Is there an equivalent of Rob Conery's Massive for NoSQL (MongoDB)?
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[详细]
2023-04-03 10:35 分类:问答How to use Massive.cs's .Paged() query with table joins?
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[详细]
2023-04-01 17:21 分类:问答Examples using Massive [closed]
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[详细]
2023-03-26 06:42 分类:问答How to implement validation with the Massive ORM?
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[详细]
2023-03-18 04:49 分类:问答Dependency Injection with Massive ORM: dynamic trouble
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[详细]
2023-03-15 12:13 分类:问答