Recent update: 2008-3-21
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 ...
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" ...
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" ...
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" ...
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! ...
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! ...
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.
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 ...
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.
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.
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.
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 = ...
Hi, If Autobinder bind your "dynamic class" to an BindingSource, this BindingSource.SupportsSorting is true, but SupportsFiltering is false. Why? -christoph
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 ...
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 ...
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 ...
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 ...
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 ...
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/ · ...
27 byte By
Klenne at 2008-2-13
Is Jasper useable from c#?
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... ...
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 ...