Recent update: 2008-3-21

Welcome to the Microsoft Codename Jasper Forum

5974 byte By CarlPerry-Microsoft at 2008-3-7
I wanted to post a welcome message to everybody that is working with the "Jasper" CTP. In case you aren't familiar with "Jasper" go check out the download at http://www.microsoft.com/downloads/details.aspx?FamilyID=471bb3ac-b31a-49cd-a567-f2e286715c8f&DisplayLang=en and ...

Jasper using IronPython and VS 2008 August SDK

2207 byte By Dr.Gigabit at 2008-3-6
Hi all, I am using IronPython from the latest VS SDK and trying to run the sample "Querry" from Jasper CTP. First I realized that I have to add the following into app.config <assemblyBinding> <dependentAssembly> <assemblyIdentity name="System.Core" ...

Jasper using IronPython and VS 2008 August SDK

2207 byte By Dr.Gigabit at 2008-3-5
Hi all, I am using IronPython from the latest VS SDK and trying to run the sample "Querry" from Jasper CTP. First I realized that I have to add the following into app.config <assemblyBinding> <dependentAssembly> <assemblyIdentity name="System.Core" ...

Jasper using IronPython and VS 2008 August SDK

2207 byte By Dr.Gigabit at 2008-3-3
Hi all, I am using IronPython from the latest VS SDK and trying to run the sample "Querry" from Jasper CTP. First I realized that I have to add the following into app.config <assemblyBinding> <dependentAssembly> <assemblyIdentity name="System.Core" ...

Jasper Demo Code

625 byte By weehyong at 2008-3-1
Recently, I gave a talk at the Singapore .Net usergroup on Project Jasper. Thought I will post up the code I have created so that anyone who is interested to try out Jasper can use it. You can download it here http://community.sgdotnet.org/files/folders/jasper/entry144836.aspx Have fun! ...

Jasper Demo Code

625 byte By weehyong at 2008-2-28
Recently, I gave a talk at the Singapore .Net usergroup on Project Jasper. Thought I will post up the code I have created so that anyone who is interested to try out Jasper can use it. You can download it here http://community.sgdotnet.org/files/folders/jasper/entry144836.aspx Have fun! ...

AutoDataSource EntityInserted event

168 byte By weehyong at 2008-2-27
If I have a button (e.g. Save) on a ASP.Net webform, how do I cause it to use the AutoDataSource EntityInserted event when it is clicked? Thanxs.

Jasper for Orcas Beta2

348 byte By RRaghu at 2008-2-26
Will there be a new CTP that runs on Beta2? Since ADO Entity Framework for Orcas Beta2 is not released yet, will new CTP closely follow Entity Framework for beta2? The documentation says this project is only for languages that support late binding only. So this means you can not use it from ...

AutoDataSource EntityInserted event

168 byte By weehyong at 2008-2-25
If I have a button (e.g. Save) on a ASP.Net webform, how do I cause it to use the AutoDataSource EntityInserted event when it is clicked? Thanxs.

AutoDataSource EntityInserted event

168 byte By weehyong at 2008-2-24
If I have a button (e.g. Save) on a ASP.Net webform, how do I cause it to use the AutoDataSource EntityInserted event when it is clicked? Thanxs.

AutoDataSource EntityInserted event

168 byte By weehyong at 2008-2-23
If I have a button (e.g. Save) on a ASP.Net webform, how do I cause it to use the AutoDataSource EntityInserted event when it is clicked? Thanxs.

Jasper for Orcas Beta2

388 byte By RRaghu at 2008-2-22
Will there be a new CTP that runs on Beta2? Since ADO Entity Framework for Orcas Beta2 is not released yet, will new CTP closely follow Entity Framework for beta2? The documentation says this project is only for languages that support late binding only. So this means you can not use it from ...

Caching generated complied code?

559 byte By MatthewHobbs at 2008-2-22
Are there any plans (if not already) to allow Jasper to cache its generated code or complied assemblies and either be configured to not recheck the database or EDM, or (if using an EDM) check the file timestamp of the EDM file (and corresponding custom classes?), or allow some custom code to ...

Partial EDM OK?

431 byte By MatthewHobbs at 2008-2-21
Regarding when to use default EDM (generated from the db) or a pre-existing EDM... is it possible to do both by telling Jasper to use a pre-existing EDM but also use a default EDM (generated) for tables not specified in the pre-existing EDM or for a manually specified list of tables? I.e. can ...

AutoDataSource; Error re: Building ASP.NET Applications with Jasper

4990 byte By entArchPrgmr at 2008-2-20
I am just trying to get my feet wet here and have viewed the 'pre-MIX' Ch9 'Meet the Jasper team' webcast, and my Configuration is: Windows XP sp2, Orcas Beta1 March 2007 CTP, Jasper MIX/MAY 2007 CTP, .net 3.0, .net 3.5 (Pre-release), SQL Server 2005 Express. Issue: I am trying to build ...

AutoDataSource; Error re: Building ASP.NET Applications with Jasper

4990 byte By entArchPrgmr at 2008-2-19
I am just trying to get my feet wet here and have viewed the 'pre-MIX' Ch9 'Meet the Jasper team' webcast, and my Configuration is: Windows XP sp2, Orcas Beta1 March 2007 CTP, Jasper MIX/MAY 2007 CTP, .net 3.0, .net 3.5 (Pre-release), SQL Server 2005 Express. Issue: I am trying to build ...

Column Names that appear in multiple tables

456 byte By JulieLerman at 2008-2-18
I remember the question about how to deal with Customers.CompanyName vs. Suppliers.CompanyName being asked in teh MIX session and believe the answer was "we'll be addressing this", I was wondering if the naming service can be used to fix this. The examples in teh CTP seem to focus ...

Jasper and IronPython in an ASP.NET Application

544 byte By KevinHoffman at 2008-2-17
Every single demo that I've seen of Jasper has involved people using ipy to dynamically interrogate the database, which is fine. Also, the ASP.NET demos of Jasper have used VB as the code-behind language. Here's the problem: both of those scenarios that I will never use in production. I will ...

Jasper and LINQ in CTP Samples

966 byte By JulieLerman at 2008-2-16
I'm looking at the VIsual Basic query samples and curious about the compile time checking in the LINQ samples. This may just be the mystery of Dynamic Languages... In this code: Code Snippet Dim customers As Object = From c In CType(context.Customers, IQuery) _ Where c.Country = ...

SupportsFiltering

186 byte By ChrDressler at 2008-2-15
Hi, If Autobinder bind your "dynamic class" to an BindingSource, this BindingSource.SupportsSorting is true, but SupportsFiltering is false. Why? -christoph

Can't use any database other that Northwind?

5547 byte By JasonLepack at 2008-2-15
I'm having issues with Jasper. I'm just testing it out using VB Express Orcas. I've had lots of success using the Northwind Database but as soon as I try to use any other database I have issues. Either nothing will show up in any of the controls or I will get some sort of "schema not ...

Jasper and IronPython in an ASP.NET Application

544 byte By KevinHoffman at 2008-2-15
Every single demo that I've seen of Jasper has involved people using ipy to dynamically interrogate the database, which is fine. Also, the ASP.NET demos of Jasper have used VB as the code-behind language. Here's the problem: both of those scenarios that I will never use in production. I will ...

Jasper and IronPython in an ASP.NET Application

544 byte By KevinHoffman at 2008-2-15
Every single demo that I've seen of Jasper has involved people using ipy to dynamically interrogate the database, which is fine. Also, the ASP.NET demos of Jasper have used VB as the code-behind language. Here's the problem: both of those scenarios that I will never use in production. I will ...

Inserting a record

938 byte By newdrim at 2008-2-15
Hi! I was playing around with WinForms demo that comes with Jasper CTP. The demos use Nortwind database and there is a form that allows insertion of records into Products table (SimpleForm.vb). Since ProductID field is identity field I would like to enter only ProductName, but I can't ...

Slides and video from Mix '07 Jasper session posted

410 byte By ShyamPather at 2008-2-14
Hello all- Just wanted to let everyone know I have posted the slides and the links to the video from the Jasper session that Sam Druker and I did at Mix '07. You can find the information on my blog at: http://pather.net/shyam/ViewPost.aspx?PostId=9. Thanks -shyam ...

Getting Started with Microsoft Codename "Jasper"

21559 byte By CarlPerry-Microsoft at 2008-2-14
I wanted to post a quick note about how you can get started with "Jasper". Some of the information below is in the overview document, however the blog's listed below are not. Blogs to use for questions, reference, other samples · Shyam Pather’s blog: http://pather.net/shyam/ · ...

c# support

27 byte By Klenne at 2008-2-13
Is Jasper useable from c#?

Jasper Data Layer

372 byte By redmoon at 2008-2-13
I see Jasper” is built on top of the ADO.NET Entity Framework ,but I know also EF will not ship in Orcas. So I think jasper should have a data access layer with provider for any data access technology. I can use jasper with LINQ ,and with ADO.NET EF,and with db4o, ext... ...

C# PF Usage OutOfMemory with Build version of Application

775 byte By DCSharp at 2008-2-12
I have a program that reads AD and writes a table. I was using stringbuilder and completely re-wrote the app using OleDb & Parameters.Eitherway (with StringBuilder or without), when it runs in VS2005, no problem.When I build project (for deployment), the exe immediately runs PF Usage past ...