Search

WD Tech Blog
WD Tech Blog
  • Home
  • Archive
  • Vita
  • WebDucer
  • Light Dark Automatic
  • English
    Deutsch

Newest Post

Eugen
Last updated on Aug 16, 2021 5 min read Xamarin
Using LiteDB in Xamarin / Xamarin.Forms
Using LiteDB in Xamarin / Xamarin.Forms

There are also enough scenarios for mobile apps where you want to use a document database instead of the usual SQLite database. One candidate for this is LiteDB, which was developed entirely in managed C# and is thus very well suited for Xamarin applications.

Posts

Automatic login under Windows 10
In some cases it is useful to start Windows 10 under a specific user. Up to version 1908 it was relatively easy to do this with the existing tool netplwiz. Since version 2004, however, this no longer works.
Eugen
Last updated on Aug 16, 2021 2 min read Windows
Automatic login under Windows 10
SQLite Browser in Android Studio
With the new ‘Database Inspectior’ in Android Astudio 4.1 the development can be accelerated significantly. You are able to monitor and query the data in the SQLite database directly in the running app.
Eugen
Last updated on Aug 16, 2021 3 min read Android
SQLite Browser in Android Studio
Entity Framework 6 migrations with SQLite

The Entity Framework also supports database migration with Code First method. However, this feature must be explicitly supported by the database provider (for MS SQL this is the case). Unfortunately, this feature is not implemented in SQLite.

In this article I show a feasible way how this can be implemented with EF6 and current SQLite version.

Eugen
Last updated on Aug 16, 2021 9 min read Entity Framework, Database
Entity Framework 6 migrations with SQLite
See older posts

Books

Eugen
January, 2021 mitp book
Developing Android Apps - 3rd Edition
Developing Android Apps - 3rd Edition

This book gives you a practical introduction to Android app programming with Java. You will learn everything that is important for professional app development: from the basic building blocks of an app to layout creation with XML and the use of databases.

PDF Cite Code Project mitp Amazon

Privacy policy · Imprint

© 2023 Eugen [WebDucer] Richter. This work is licensed under CC BY SA 4.0

Published with Wowchemy — the free, open source website builder that empowers creators.

Cite
Copy Download