How to use Entity Framework when SQL Express is not installed?
If you don’t have SQL Express installed and running, you may have got the following error when your code tried to read or write some data: A network-related or instance-specific...
...on a journey to become an outlier software engineer!
If you don’t have SQL Express installed and running, you may have got the following error when your code tried to read or write some data: A network-related or instance-specific...
I was asked by one of my friend to help him to save some data in his android application. Due to that nature of the application, his preferred storage option...