Posts by Patrick Cardoso • 69 points
4 posts
-
0
votes1
answer42
viewsA: Entity Framework bank creation
When I deal with Entity, I create the modes, define the context class (with Dbset), go to the VS console and do the following: (this after installing Entity) Enable-Migrations Add-Migration Create…
-
7
votes4
answers1193
viewsQ: Which DBMS to use so that it can be installed on the client’s computer to run a C#application?
I am developing a small C# system that will be implemented on client computers in the future, accessing a local database. Initially I was going to use SQL Server, but I would have to install it next…
-
0
votes1
answer1716
viewsQ: How to install SDK platforms in Android Studio?
I installed Android Studio and now I need to download and install some Sdks platforms for it. By default, it comes to 7.1.1 installed, but I need to install all from 4.1, but when you click on the…
-
-1
votes1
answer907
viewsQ: How to search for the html input text?
I want to do something like Google, where you start typing and will appear the list of options according to what you entered, where these options are already registered in the database... EXAMPLE: A…