Posts by Rodrigo Tiburski • 139 points
9 posts
-
1
votes1
answer884
viewsA: Google Charts with SQL Server
Resolution to the problem was having: Controller public class GraficoController : Controller { private ControleContext db = new ControleContext(); // GET: Grafico public ActionResult Index() {…
-
1
votes1
answer884
viewsQ: Google Charts with SQL Server
Hello, I’m trying to develop some graphics in a web application Asp.net MVC 5, regarding the development of the report, quiet, leaving with fixed information. But, how can I integrate the graph with…
-
3
votes1
answer323
viewsQ: Group items in application table Asp.net web MVC
How can I group items into a table? I am bringing these items from the database, I would like to group by the code of the same, for example, if there is repeated code 1 I would like to group it into…
-
2
votes0
answers62
viewsQ: Transfer Information from One View to Another
Good afternoon! I came across a question, I am developing a project Xamarin Forms Shared, using MVVM standard, in a certain View Model1 linked to View1, when performing a search and existing the…
-
0
votes1
answer516
viewsQ: Firebird with restfull service and web api in C#
Hello, within a project I came across the following situation, I need to replicate information from a db Firebird Desktop to a db SQL Server Web, as both architectures do not talk to each other, the…
-
0
votes2
answers76
viewsA: Entityframework Aspnet Core Migrations
Resolution: After deletion, performed Rebuild, resolved what was occurring.
-
3
votes2
answers76
viewsQ: Entityframework Aspnet Core Migrations
Good evening, I came across a problem to update the DB of an Aspnet Core application. Had created the bank, but ended up deleting, now, while trying to create again using the following commands:…
-
2
votes1
answer607
viewsQ: no such table: tbcarro
After following some examples, I am doubtful about the following error: 11-24 20:49:14.803 18215-18215/tiburski.rg.cadastrocarro E/SQLiteDatabase: Error inserting nome=ggggg modelo=ggggg placa=hhhh…
-
1
votes2
answers848
viewsQ: What should be the communication between Model and View using MVC?
I’m trying to implement some small projects using the MVC standard: Within the project structure, I created the following packages: View : User Interaction Screens. Controller: I have a class with…