posts - 225, comments - 7, trackbacks - 2

Technical Thoughts of Jorriss

Issues, ideas and technology solutions - The technical blog of Richie Rump

Middleware

Unraveling the mysteries of NewSequentialID

A few months ago we started development on a new system. From the ground up we redesigned everything from our business processes to how we store data. Part of the redesign was deciding on using SOA technology in our middle tier. This will allow us to separate our UI from our middle tier even further. Due to the disconnected way our objects were going to work we decided to use guid or unique identifiers for our primary keys in our data model and assign guids in the middle tier. Of course, our DBAs weren't too keen on the idea and...

posted @ Thursday, April 24, 2008 2:55 PM | Feedback (1) | Filed Under [ .Net Database Middleware SOA SQL Server ]

CSLA 2.0: Building Better Business Objects

For almost four years I’ve been using Rockford Lhotka’s CSLA. CSLA or the Component-based Scalable Logical Architecture is a framework to build business objects. It’s a powerful architecture that provides many different features for middle-ware objects (automating validation logic, n-level undo, and databinding support just to name a few). Personally, I wouldn’t start an application without it. Rocky has updated the framework once again this time with version 2.0. It includes better validation (it also breaks some of my code, thanks Rocky), authorization support and updates to the data portal. As usual Rocky has updated his books Expert VB 2005 Business...

posted @ Tuesday, April 04, 2006 8:59 PM | Feedback (0) | Filed Under [ .Net C# Middleware Visual Basic ]

MSMQ and .Net

I found this great two part introduction to MSMQ and .Net. The first part, Programming MSMQ in .NET and the second part, Programming MSMQ in .NET: Transactional Messaging are definitely worth a read. 

posted @ Wednesday, February 08, 2006 8:04 PM | Feedback (0) | Filed Under [ .Net Middleware ]

CSLA Object Generator

Somehow I missed this. I use the Component-based Scalable Logical Architecture (CSLA) to build business objects. We also use CodeSmith for object generation. Developer Cole Shelton has created a CSLA Object Generator that use CodeSmith on the backend to generate business objects. The generator allows you to create multiple objects and you can base your objects on more than one database table. I will be testing this guy shortly.

posted @ Sunday, April 24, 2005 11:56 PM | Feedback (0) | Filed Under [ .Net C# Middleware Visual Basic ]

Powered by: