Something NEW?.....Naaa...Not much.

↑ Grab this Headline Animator

Monday 19 November 2007

Jasper

Jasper, an ADO.NET incubation project for building quick, clean and iterative applications. Building data-service applications can be cumbersome and time consuming, requiring developers to create their own data layer, write queries, and then hook everything up to a UI. Using "Jasper", developers can start with a connection string and can immediately begin programming the core of an application.

Jasper uses a set of new technologies
- Dynamic generation of data classes so there is no configuration of design time code-gen to carry around.
- Rich query and O/R capabilities because Jasper is built on top of Entity Framework.
- Auto-binding capabilities for ASP.NET, WinForms, and WPF to make binding data to a UI simple and automatic.
One can start interacting with the data in database without having to create mapping files or define classes. You can build user interfaces by naming controls according to your model without worrying about bidning code.

Jasper is also extensible, allowing to provide our own business logic and class model.

Want to download Project Jasper...? For sample application...

No comments: