Posts by Ari Venuth • 65 points
6 posts
-
0
votes2
answers1072
viewsA: Open Form in tabcontrol specifies
I’m no expert on C# and I needed that, too, so I took it: This class locates a form if it is already open on a Tab, if not already, adds a new Tab, opens the form and puts it in evidence... // Abrir…
-
1
votes1
answer459
viewsQ: Entity Framework Migrations on an already installed system, how to run?
A C# Winforms application, with the Entity Framework that accesses data in SQL Server in development phase we use Migrations to make the database according to our model, but then with the system…
-
1
votes1
answer86
viewsQ: Xamarin-Forms - Listview expansive
I have a database to create a menu, in this I have three tables: 1 - Types of menu 2 - Groups of the menu 3 - Menu options This database will be updated and consulted by a WEB API that has already…
-
1
votes1
answer379
viewsQ: How to "read" return messages ASP.NET CORE WEB API
I see here numerous questions about how to create custom feedback in a WEB API using ASP.NET Core. My question, besides this is the client side, how this message can be read in the application that…
-
2
votes2
answers1122
viewsQ: Bootstrap 3 - dropdown-toggle - Changing menu with it open is possible?
With Bootstrap the task of creating menus for ASP.NET websites is much simpler. However I noticed that when a dropdown menu is "open" when passing the mouse over another item it does not "open"…
-
1
votes1
answer173
viewsQ: ASP.NET MVC after upgrading the packages the default template is lost?
I’m new in this area, I’m "walking barefoot on rocks" to learn ASP.NET, I use VISUAL STUDIO 2017 Community 2017 Version 15.8.4. When creating a new ASP.NET MVC project the visual studio generates an…