orm

About this tag
The orm tag on WindowsForum.com covers discussions about object-relational mapping in the context of Windows development, particularly within Universal Windows Platform (UWP) apps. Content highlights the use of SQLite as a local data storage solution, noting its inclusion in the Windows 10 Anniversary SDK. Topics include SQLite's self-contained nature, lack of a separate database server, and its role as a lightweight ORM-friendly database for mobile and desktop apps. The tag is relevant for developers working with UWP, .NET, and Windows data access patterns, focusing on practical implementation rather than theoretical ORM concepts.
  1. News

    Data Access in Universal Windows Platform (UWP) Apps

    Link Removed SQLite version 3.11.2 is shipping with the Windows 10 Anniversary edition as part of the Universal Windows Platform (UWP) and is recommended for all UWP local data storage needs. This represents the first time an open source, third-party library, such as SQLite, has shipped as part...
Back
Top