Check out Project Jasper…

One of the other announcements from MIX was “Project Jasper,” which is (in the words of the guys who wrote it):

[…] a set of components aimed at fulfilling the need for a rapid and iterative development experience for data. With Jasper, you are able to just point at a database and immediately begin coding against its data using intuitive, domain-specific data classes. No configuration and no source code generation are required. Jasper works with existing application frameworks (including ASP.NET, WinForms, and WPF) and existing, real-world databases.

One of the ways that Jasper does it’s “point and code” magic is through dynamic generation of entity types based on the shape of the database it’s pointed at. Since the types are dynamically generated, you can only do late binding against them, so VB is the primary language that Jasper works against in Visual Studio. This would also be a perfect scenario for dynamic interfaces, a feature that was slated for Orcas but did not make it (more on that soon), sadly.

I’d encourage anyone interested to check out the announcement and the initial CTP!

One thought on “Check out Project Jasper…

Leave a Reply

Your email address will not be published. Required fields are marked *