trinity

Stories kicked by trinity

Faster domain model development with schema round-tripping(mindscape.co.nz)

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

Schema round-tripping is the ability for your domain model entities to be updated seamlessly when schema changes occur or, when your modify your model, for those changes to be propagated back to your database schema without any fuss. This article covers how to leverage schema round-tripping with LightSpeed 2.0's Visual Studio 2008 integrated domain design tool. This functionality is baked into every version, including the free express edition. read more...

add a comment |category: |Views: 182

tags: another

Added parallel abilities to Dizzy in the for of AsParallel()(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 11 months ago

Dizzy is a library of methods for operating on lists. I have recently added the ability to filter out parallel operations by using a method similar to the way the ParallelFX team has done "AsParallel()". It implementation might be of interest to you. read more...

add a comment |category: |Views: 103

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

No, OOP hasn't Fail Us(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 11 months ago

If freshes can't write OOP it's school's fault, not OOP. A response to OOP has Failed Us. read more...

4 comments |category: |Views: 352

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

Cool WPF MulticolumnTreeview(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years ago

Great, detailed article on using a WPF MulticolumnTreeview control to display complex, hierarchical data. read more...

add a comment |category: |Views: 231

tags: another

Localizing MVC for ASP.NET views and master pages(damieng.com)

submitted by DamienGDamienG(1405) 4 years ago

A class and technique to automatically use language-specific versions of views, user controls and master pages within MVC for ASP.NET. read more...

add a comment |category: |Views: 20

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

Ninject (Part 2): Customizing your infrastructure for logging(flanders.co.nz)

submitted by casualjimcasualjim(520) 4 years, 1 month ago

Part 2 of a primer on getting started with Ninject. It uses NLog, Ninject, NSpecify and LightSpeed read more...

add a comment |category: |Views: 36

tags: another

Mindscape releases WPF Elements(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 1 month ago

WPF Elements is a suite of 12 controls that make WPF more approachable for developing line of business applications. Included is a MulticolumnTreeView (aka TreeListView) control, MaskedTextBox control, DateTime controls, Numeric text boxes and much more. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET Tips: Getting SOS to work when commands fail(blogs.msdn.com)

submitted by tom24tom24(1100) 4 years, 1 month ago

The mscordacwks file and how to get it to load in a debugger correctly. read more...

add a comment |category: |Views: 0

tags: another

Dear Software Tool Vendors...I'm Breaking Up With You(lostechies.com)

submitted by HoolieManHoolieMan(1715) 4 years, 1 month ago

Ever feel like you can't keep up with the latest and greatest and things are getting more complex not easier? So does Jimmy Bogard. read more...

add a comment |category: |Views: 4

tags: another

Using Ruby to generate LightSpeed models(flanders.co.nz)

submitted by casualjimcasualjim(520) 4 years, 3 months ago

The end of a 4 part series on creating a little ruby application to generate lightspeed models. It demonstrates usage and provides links to relevant information. read more...

add a comment |category: |Views: 8

tags: another

Hotfix to Correct Visual Studio 2008 Performance Issues Released(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 4 years, 3 months ago

Microsoft has released the hotfix to correct the Visual Studio 2008 performance issues. read more...

2 comments |category: |Views: 15

tags: another

LightSpeed 1.2 Released(mindscape.co.nz)

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

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

1 comment |category: |Views: 25

tags: another

What controls do you want in Silverlight v2?(blogs.msdn.com)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

All the controls in WPF? All the controls in Windows Forms? All the controls in ASP.NET? read more...

add a comment |category: |Views: 0

tags: another