lightspeed Questions

7

Solved

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 su...
Marianomaribel asked 12/5, 2011 at 21:52

19

Currently I am using the hosting with lightspeed server. Hosting says mod_rewrite is enabled but I can't get my script working there. Whenever I try to access the URL, it returns 404 - not found pa...
Evanevander asked 7/9, 2011 at 17:3

3

I have a SQL Tabe "Document" which contains a lot of rows (up to a few millions). When I'm executing an Select-Statement it takes about 0.5seconds. But when I'm executing an Update with the very ...
Cress asked 11/1, 2013 at 9:11

2

I am using TinyBrick's Lightspeed module for whole page caching and am trying to setup Hole Punching. I'm following the directions at: http://blog.delorumcommerce.com/general/90-percent-lightspeed...
Verdugo asked 1/9, 2011 at 16:36

2

Solved

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 IEnum...
Glazier asked 3/3, 2011 at 15:56

6

Solved

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 ...
Alcott asked 8/4, 2009 at 22:18
1

© 2022 - 2024 — McMap. All rights reserved.