cristoph1

Stories kicked by cristoph1

Expression.Compile() on WindowsPhone 7(siaqodb.com)

submitted by cristoph1cristoph1(30) 2 years ago

An interesting thing on WindowsPhone 7 platform is that sometimes a LambdaExpression can be compiled and sometimes not; how come? we was confused too and reason is that Replection.Emit is not supported on WindowsPhone7 and Expression.Compile() sometimes use Reflection.Emit and sometimes not, depends of your expression so sometimes works and sometimes not. Problem was confirmed by Microsoft : http://social.msdn.microsoft.com/Forums/en/windowsphone7seri... read more...

add a comment |category: |Views: 7

tags: another

Should I embed a complete database engine into a Silverlight app?(siaqodb.com)

submitted by cristoph1cristoph1(30) 2 years, 2 months ago

Should I embed a complete database engine into a Silverlight app? Many developers ask themselves if it worth to embed a complete database engine on a Silverlight application and this can be normal because developers are used with traditional database where you need drivers (old ODBC drivers) or ADO.NET providers to be installed on machine that app run and as footprint that are quite big if we speak in sense of using on Silverlight sandbox where footprint is very important. But what exactly ... read more...

add a comment |category: |Views: 5

tags: another

Siaqodb launched(siaqodb.com)

submitted by cristoph1cristoph1(30) 2 years, 3 months ago

We just released first version of Siaqodb ready for production.Siaqodb is object database for .NET, Mono and Silverlight. As release notes: -automatic object schema refactoring: For example you design a class and at a certain point you want to add/change/remove members of that class, but you already had saved in DB objects with old Type definition. Now siaqodb support automatic change of objects stored in DB... read more...

add a comment |category: |Views: 16

tags: another

Does Silverlight 4 really use .Net 4 assemblies?(vistadb.net)

submitted by vistadbvistadb(879) 2 years, 5 months ago

I have gotten a lot of questions from Silverlight users wanting to know if VistaDB will be able to load in Silverlight 4. This would be a great thing if you could actually have a client side database in a Silverlight app. I still am not 100% convinced this is a good idea in most circumstances, but for offline Silverlight apps this would definitely make sense. It would allow you to store data locally in isolated storage on the users machine, and then send it to the server when they next are online. The typical airplane offline app scenario. read more...

1 comment |category: |Views: 14

tags: another

Silverlight client-side database(siaqodb.com)

submitted by cristoph1cristoph1(30) 2 years, 5 months ago

Many times on Silverlight you need to store data on client machine. Some examples would be: undo/redo functionality for your application, games user data, demos/presentations to clients of your application, store data locally while user navigate on your application and only at the end you want to commit changes on server side storage and examples can continue. Also if you use Silverlight Out-Of-Browser application you almost need mandatory a client – side database.... read more...

add a comment |category: |Views: 25

tags: another

siaqodb - object database for .NET, Mono and Silverlight(siaqodb.com)

submitted by cristoph1cristoph1(30) 2 years, 5 months ago

siaqodb is object database engine that currently is running on .NET 3.5+, Mono 2.4+ and Silverlight 3.X . As query engine it use natively LINQ and is first database on the market that provide LINQ query editor as default and only query engine in Siaqodb Manager application read more...

add a comment |category: |Views: 27

tags: another