By tag: LightSpeed
0
kicks
LightSpeed 2.1 Released - includes new search API
LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features.
0
kicks
A Small and Fast Domain Modeling Tool
Mindscape have released a major upgrade to their LightSpeed domain modelling / ORM tool. Version 2.0 includes a visual model designer integrated into Visual Studio, LINQ support, and the ability to access multiple databases concurrently.
0
kicks
Rich domain modeling with Visual Studio 2008
LightSpeed 2.0 includes a powerful visual domain model designer that has support for database round tripping (auto update on schema changes, push model changes to the database), creates .NET 2.0 compliant or .NET 3.5 compliant code depending on the target framework of your project and customizable c...
0
kicks
LightSpeed 2.0 Released
LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ!
0
kicks
Using the unit of work-per-request pattern in ASP.NET MVC
Describe a simple, efficient and testable approach to implementing the unit of work-per-request (a.k.a session-per-request) pattern in Microsoft’s new ASP.NET MVC framework.
0
kicks
LightSpeed 1.2 Released
Mindscape released a new version of LightSpeed, their OR mapper. There are quite a lot of new features like more mapping options and a cool debugger visualizer that shows the queries being executed to get the data from the DB.
0
kicks
LightSpeed 1.1 Released
A new version of the popular O/RM framework LightSpeed is up. The new release includes soft delete, polymorphic querying, validation improvements, performance enhancements and even better documentation and samples. And the framework library is still only 125KB.
0
kicks
Mindscape LightSpeed on ARCast.TV
LightSpeed is a domain modeling and O/R Mapping framework. This ARCast.TV show discusses the framework with Jeremy Boyd and John-Daniel Trask.
0
kicks
Querying with LightSpeed
A short introduction to how queries are constructed when working with the domain modeling framework and O/R Mapper, LightSpeed. Worth checking out if you're not a fan of writing SQL by hand.
0
kicks
Domain model validation with LightSpeed
Details on how to create rich domain model validation with Mindscape LightSpeed including why validation at the domain model level is advantageous over existing approaches.
0
kicks
LightSpeed Mats’ Challenge Sample Download
A sample download illustrating how LightSpeed passes Mats Helanders ORM challenge.
0
kicks
LightSpeed 1.0 Released!
LightSpeed is a new domain modeling framework that really empowers developers to work more efficiently. No code generation is needed, no mapping files - it all just works. Supports heaps of database engines, takes care of sql generation and a lot more. The focus of LightSpeed is to help developers w...