tortoise_nz

Stories kicked by tortoise_nz

LightSpeed 2.1 Released - includes new search API(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 7 months ago

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. read more...

add a comment |category: |Views: 318

tags: another

Free Visual Studio File Explorer Add-in(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. read more...

add a comment |category: |Views: 638

tags: another

Elegant Invariant Checking with C# 3 (andrewpeters.net)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

Leveraging expression trees and extension methods to build a fluent invariant checking API. read more...

add a comment |category: |Views: 437

tags: another

A Small and Fast Domain Modeling Tool(dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 11 months ago

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. read more...

add a comment |category: |Views: 375

tags: another

How to apply model level validation(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

This post covers how to add validation to your LightSpeed models using the new Visual Studio 2008 integrated design surface. Validation support has always been an important feature of LightSpeed and now with version 2 the ability to leverage them is easier than ever before. Validation of your model objects is something that should be done at the model level and the support for this is deeply rooted into LightSpeed. read more...

add a comment |category: |Views: 1

tags: another

Rich domain modeling with Visual Studio 2008(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

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 code generation templates. Drag and drop database support for SQL Server, Oracle, My SQL, SQLite and PostgreSQL is also supported right out of Visual Studio 2008. Free version available. read more...

2 comments |category: |Views: 273

tags: another

Functional C# - Unfolding Lists(codebetter.com)

submitted by cls2degcls2deg(1535) 3 years, 11 months ago

Very nice post on implementing ideas from functional programming with C#. read more...

add a comment |category: |Views: 353

tags: another

Leveraging LightSpeed specific features from LINQ(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

Post about accessing the powerful features that LightSpeed offers through the new LINQ provider supplied with LightSpeed 2.0. Specifically this article deals with leveraging the powerful Named Aggregates feature and Soft Delete functionality. read more...

add a comment |category: |Views: 7

tags: another

Introducing LINQ to LightSpeed(mindscape.co.nz)

submitted by turtlespinturtlespin(634) 3 years, 11 months ago

LightSpeed 2 incorporates LINQ (Language Integrated Query) support. LINQ to LightSpeed means that if you know LINQ, you can get these benefits without having to learn a new API. You can continue to write LINQ queries as if against LINQ to SQL or another LINQ provider, but you’ll get database independence (effectively LightSpeed gives you LINQ to Oracle, LINQ to MySQL, LINQ to PostgreSQL and LINQ to SQLite as well as LINQ to SQL Server, all in the one box), advanced eager loading functionality (avoiding the so-called “n+1” problem which affects some LINQ implementations) and of course the blazingly fast LightSpeed query engine. read more...

add a comment |category: |Views: 203

tags: another

"Velocity" project - memcached by Microsoft?(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

Is the Velocity project by Microsoft simply a me-too framework or are they creating real value for developers on the Windows platform? read more...

1 comment |category: |Views: 352

tags: another

Silverlight 2 Beta2 Released(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Silverlight 2 Beta2 was released today. Silverlight 2 Beta2 supports a go-live license that allows you to start using and deploying Silverlight 2 for commercial applications. There will be some API changes between Beta2 and the final release, so you should expect that applications you write with Beta2 will need to make some updates when the final release comes out. But we think that these changes will be straight-forward and relatively easy, and that you can begin planning and starting commercial projects now. read more...

add a comment |category: |Views: 102

tags: another

LightSpeed 2.0 Released(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 11 months ago

LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ! read more...

add a comment |category: |Views: 470

tags: another

ASP.NET MVC framework preview 3 released!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years ago

Don't know how I do it, but I think this blog post is yet again the first one mentioning a new release of the ASP.NET framework (preview 3) The official installation package can be downloaded from the Microsoft site. Source code is also available from CodePlex. read more...

1 comment |category: |Views: 174

tags: another

Using the unit of work-per-request pattern in ASP.NET MVC(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years ago

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. read more...

add a comment |category: |Views: 625

tags: another

LightSpeed 2.0 Gets Visual Studio Designer(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years, 1 month ago

First it was LINQ support, now LightSpeed 2 gets a complete Visual Studio design experience. read more...

add a comment |category: |Views: 8

tags: another

Mindscape ships the WPF Property Grid(blog.bluecog.co.nz)

submitted by simonechsimonech(10.1k) 4 years, 4 months ago

The prolific Mindscape from Wellington (NZ) released another cool developer's tool: a property grid for WPF. read more...

add a comment |category: |Views: 35

tags: another