Tagged Questions
The lightspeed tag has no wiki summary.
11
votes
9answers
1k views
Most complete ORM with LINQ support?
I'm looking for an ORM that offers complete or near-complete LINQ support.
LINQ to SQL
- Supports about everything inside of LINQ (.Contains, Math.Log, etc)
- Cannot eager load relationship ...
8
votes
6answers
3k views
Lightspeed vs NHibernate
What is the experience with LightSpeed? The comparison provided by Mindscape doesn't say too much about NHibernate. Lightspeed seems flexible, but I don't see much about performance. How well does ...
2
votes
3answers
107 views
How do I save changes to a sequential list of names to sql database?
OK, here's the scenario. I think it's pretty common, and I have solved it in a prior life using a brute-force approach, but I'm thinking there has to be a better way.
Given an ordered list of names, ...
2
votes
1answer
310 views
Why is autofac disposing an object before the HttpRequest ends?
I'm writing an ASP.NET MVC website, using autofac for dependency injection, and Mindscape's Lightspeed as the ORM. There's a UserRepository class, which depends on a lightspeed UnitOfWork, and which ...
2
votes
2answers
496 views
LightSpeed with IoC/Dependency Injection using Repository Pattern
Does anyone have an example of using LightSpeed with the Repository Pattern using interfaces and dependency injection?
2
votes
2answers
217 views
Can I create domain schema only (without any data) in Amazon SimpleDB?
I am evaluating Amazon SimpleDB at this time. SimpleDB is very flexible in the sense that it does not have to have table (or domain) schemas. The schema evolves as the create / update commands flow ...
1
vote
2answers
413 views
MVC3 Validation with Lightspeed
My ORM (LightSpeed) generates this for Animals table, with Name and Age. Using MVC3 and Razor
[Serializable]
[System.CodeDom.Compiler.GeneratedCode("LightSpeedModelGenerator", "1.0.0.0")]
...
1
vote
1answer
432 views
MVC3 app architecture - how to store data
Goals:
Be able to rapidly develop an application in MVC3
Have validation in one place (ie probabaly the model)
where I already have a database
Question: What is your current toolchain of choice ...
1
vote
2answers
204 views
How do I convert an array of T (IEnumerable<T>) to IQueryable<T> for processing with LINQ?
I'm working on an app using a WCF server (using the new beta Mindscape LightSpeed ORM) and consuming the service at an ASP.NET MVC2 client. My entities show up at the client as array of T, or ...
1
vote
1answer
275 views
Mindscape.LightSpeed Database connectivity problem
I'm using Mindspace.Lightspeed in my C# desktop application for the first time but I'm getting errors and unable to connect to database.
My App.config contains the following code:
<?xml ...
1
vote
1answer
74 views
Dynamic Data - Success or Failure?
Azure, probably ASP.NET Webforms. We're building a management interface for about 8 tables. Usual CRUD :-)
2 backend users, and doesn't need to look flash.
We'd like to use Mindscape's LightSpeed ...
0
votes
0answers
11 views
Mindscape LightSpeed Strange Exception
I got this strange exception when calling .SaveChanges(). (running the project from IIS).
When I run from the development server, it throws ExecutionEngineException.
System.NullReferenceException ...
0
votes
1answer
88 views
MVC3 - UpdateModel… how to change incoming data?
UpdateModel fails because arcm.Notes was null coming into this method and I want it to be an empty string.
Maybe I need to refresh the ValueProvider (?) after setting Notes to "", so I can use ...
0
votes
1answer
91 views
MVC3 UpdateModel - Setting the Id property is only supported with .NET 3.5
Getting an error caught in UpdateModel
"Setting the Id property is only supported with .NET 3.5+ during entity deserialization" System.Exception {System.NotSupportedException}
public ActionResult ...
0
votes
0answers
39 views
Is there any Way to integrate the lightspeed store with WP -ecommerce?
Is there any Way to integrate the lightspeed store with WP -ecommerce Plugin or wordpress template
Thanks
Gurpreet
0
votes
1answer
146 views
NHibernate,Entity Model or LightSpeed which is preferable?
Can any one tell which is best suited for performance oriented applications?
0
votes
1answer
223 views
How do I setup Hole Punching in TinyBrick's Lightspeed for Magento
I am using TinyBrick's Lightspeed module for whole page caching and am trying to setup Hole Punching.
I'm following the directions at: ...
0
votes
4answers
951 views
Convert string to int for ordering using LINQ
I'd like to order my list by a string converted into an int:
var orderedListOfRfidTags = uow.RfidTags.OrderBy(t => Convert.ToInt32(t.Number)).ToList();
but get: The method 'ToInt32' is not ...
0
votes
2answers
366 views
How to find out how many concurrent users on a Magento website
We are switching web hosts, and I have been asked to find out how many concurrent users the Magento-based websites have in order to estimate the appropriate hardware.
How can I find this ...
0
votes
2answers
354 views
Lightspeed ORM or nHibernate? [closed]
Possible Duplicate:
Lightspeed vs NHibernate
Hey Everyone,
I've down some research and played with each product mentioned above but can't decide which one to choose. Does anyone have ...
0
votes
1answer
312 views
Telerik OpenAccess OR Mindscape LightSpeed?
I am trying to decide which one to use for complex WinForm project. So any advice, any expirience is welcomed!
Which performs better ?
Which is easier to learn ?
Which one has better docs and ...
0
votes
1answer
316 views
devart dotConnect MySQL
I've been evaluating MindScape Lightspeed for the purpose of Model creation. So far I am satisfied. I was further looking for OOTB (actually some professional quality code) providers for MySQL for ...
0
votes
2answers
158 views
DDD Modeling question
I have these two structures in my domain: Exercise (with subjects, solution, difficulty ext.) and Subject which has a name and a father subject. Subject is defined by its attributes so in that sense ...
-3
votes
3answers
93 views
Image moving across screen at the Speed of Light [closed]
Would it be possible to write a program that can make an image, lets say a circle the size of a dime, move across your computer screen back and forth at the speed of light having a monitor that is ...