In my recent article I've reported about a nice free alternative to manage SQL databases, which, from the same UI can manage also MySQL databases. I thought that it might be a good idea to actually ...
I have created an app to read and write to BLE devices. This is an extension of BLE_Examples. In this example the scan lists all devices found. You connect to a device by selecting it in the list. At ...
Starting with the .NET Framework version 4, the Entity Framework supports data definition language (DDL). This allows you to create or delete a database instance based on the connection string and the ...