(X) Hide this Watch the recordings of our recent webinars: Switching on the Cloud for Silverlight by Gill Cleeren and WCF RIA Services Validation by Brian Noyes.
Sign up for the upcoming SilverlightShow webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 17 results for Database.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Page 
  • 1
  • 2
Next
Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Mar 11, 2011 (3 weeks ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterIn this article, Xianzhong Zhu introduces a new native database solution, called Sqlite Client for Windows Phone, provided by CodePlex, together with other associated programming tips.

    Source: DotNetSlackers

    Either from a user's perspective or from a developer's perspective, Windows Phone 7 has brought us dozens of new and exciting features. At the same time, there are also numerous missing features in the current Windows Phone 7 Series expected by various kinds of users. One of the representative regrets may be lacking local database API – the current Windows Phone 7 OS only supports access to data via XML, Isolated Storage, and Cloud Storage. Do we really have no other choice? Not necessarily so. Luckily there are several developers and teams have been working to fill this gap.


  • 0 comments  /  posted by  Silverlight Show  on  Jan 27, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterRudi Grobler takes a quick look at the Sterling database available on WP7.

    Source: Rudi Grobler in the Cloud

    Sterling is a lightweight object-oriented database implementation for Silverlight and Windows Phone 7 that works with your existing class structures. Sterling supports full LINQ to Object queries over keys and indexes for fast retrieval of information from large data sets.
  • Sterling Silverlight and Windows Phone 7 Database Triggers and Auto-Identity

    0 comments  /  posted by  Silverlight Show  on  Jan 17, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterIn this article, Jeremy Likness discusses Sterling and WP7 Database Triggers.

    Source: C#er : IMage

    Sterling changeset 72063 [browse the source code here] introduces triggers. The trigger is a powerful feature that allows you to universally intercept database operations. Their application in Sterling resolves several concerns, including: 

    • Validation — prevent a save operation from succeeding if data integrity is compromised, or prevent a delete operation when prerequisites are not met
    • Data-specific concerns — should the business layer be concerned with a "last modified date" that relates to the database? Use a trigger to set the date consistently without involving other pieces of your application
    • Post-save processing (for example, clear a "dirty flag" once the item is persisted)
  • 0 comments  /  posted by  Silverlight Show  on  Nov 11, 2010 (4 months ago)

    In this article, Mahesh Sabnis explores the mechanism of communicating with the local SQL Database using the out-of-browser features of Silverlight 4 with elevated trust permissions.

    Source: Dot Net Curry

    I started my carrier as a VB 6.0 Developer 12 yrs ago. During this period, I used to work with ADO (the data access technology during that time) for accessing data and performing CRUD operations. It’s been a long time since then. Now I use the latest .NET technologies for various types of application development and training. Currently I am using Silverlight 4.0 which contains some fantastic features like COM enhancement programming.

    Follow us on twitter We tweet all news and content updates - follow us on Twitter! 

  • 0 comments  /  posted by  irantha suwandaratha  on  Nov 09, 2010 (4 months ago)

    EffiProz Silverlight Database Online Demo  http://www.effiproz.com/SL4QTDemo.aspx

    EffiProz-SL embedded database for Silverlight applications is written 100% in C# and comes with an ADO.NET style programming interface. EffiProz-SL Supports creating In-Memory and Silverlight Isolated Storage databases. Some of the product features are SQL Stored Procedures, Multi-Version Concurrency Control, Role Based Access Control, Multi-Schema Support and the ability to create encrypted databases. New Silverlight 4 release includes a Out-of-Browser applications support,Data Binding Support for Silverlight Controls and ability to create databases in local file system special folders (like My Documents, etc.).

  • 0 comments  /  posted by  Silverlight Show  on  Nov 05, 2010 (4 months ago)

    Michael Washington has a demo of a simple attendance application using the Silverlight Sterling Database.

    Source: Code Project

    To demonstrate the functionality of Sterling, I decided to demonstrate using a small but non-trivial example. This attendance application is small, but it is not without it's complications. You are able to choose a day, and you will only see the students enrolled on that day. When you enter an attendance status it is saved immediately.

    Follow us on twitter We tweet all news and content updates - follow us on Twitter! 

  • 0 comments  /  posted by  Silverlight Show  on  Oct 21, 2010 (5 months ago)
    Find out some useful information about Sterling - a lightweight object-oriented database implementation for Silverlight and Windows Phone 7 that works with your existing class structures. 

    Source: CodePlex

    The goal behind Sterling is to keep it:

    • Non-intrusive. You shouldn't have to change your classes just to persist them.
    • Lightweight. As of this writing, the DLL for Sterling is under 70 Kb. No one needs to bloat their project for something as simple as persisting data.
    • Flexible. While the core is light, Sterling is designed to handle any serialization task and make it ultra-easy to query databases using LINQ-to-Objects.
    • Portable. Sterling is designed to run on both Silverlight 4.0 and the Windows Phone 7.

    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 

  • Entity Framework 4 “Code-First”: Custom Database Schema Mapping

    0 comments  /  posted by  Silverlight Show  on  Jul 27, 2010 (8 months ago)
    In a previous blog post, Scott Guthrie demonstrated how to use the default Entity Framework 4 mapping conventions to enable database persistence. In this post, he discusses how you can override the default persistence mapping rules, and use whatever custom database schema you want.

    The CTP4 release of the “EF Code-First” functionality provides a pretty nice code-centric way to work with data.  It brings with it a lot of productivity, as well as a lot of power.  Hopefully these two blog posts provides a glimpse of some of the possibilities it provides. 

  • Siaqodb(object database for Silverlight and WP7) v 2.0 released

    0 comments  /  posted by  siaqodb user  on  Jul 20, 2010 (8 months ago)
    Siaqodb 2.0 has been just released and some of its new features include POCO support, Indexes support and support for the just released WP7 developer tools BETA.

     The main features added are:

    • POCO support- now a storable class is not mandatory anymore to implement ISqoDataObject or to inherit from SqoDataObject
    • Indexes support added – now you can index by a property/field so queries are much faster if index is involved.
    • Attributes like Index, UniqueConstraint, MaxLength, Ignore can be used also on automatic properties
    • Added new methods on Siaqodb class like:DeleteObjectBy(…) or LoadObjectByOID(…)
    • Support for just released WP7 developer tools BETA
  • Windows Phone 7 Database

    1 comments  /  posted by  Silverlight Show  on  May 03, 2010 (11 months ago)
    Sergey Barskiy has converted his existing Silverlight database project and adapted it to Windows Phone 7.

    It supports multiple strongly typed tables, basic Linq based operations, addition and deletion of ranges of items, deletion of items based on condition.  You can also directly bind data to UI in Silverlight because base table inherits from ObservableCollection.  It supports encryption along with lazy loading of table.


Page 
  • 1
  • 2
Next