Multiple ways to copy a remote SQL Database on Local
Many projects use central database for development. All developers working on a project connect to a single database server. It really is efficient to get started on the project and…
Many projects use central database for development. All developers working on a project connect to a single database server. It really is efficient to get started on the project and…
I have written a blog post about EF core few months back. Today, I was trying to setup a sample .NET Core 3 application with EF Core. I found that…
Recently, in one of my attempt to write an API application in .Net core with Entity Framework Core (Code First) approach, I got ran into a couple of errors. When…
Most of us use UI tools to interact with databases during development activities. When the application is installed on test / user's machines, these tools may not be available for…
Recently I have worked on a thick client application. The application uses SQL Server as it's database server. While debugging an issue on the test server, I wanted to add…