Questions tagged as 'mvc'

1
answer

Problem with Decimal (4,2)

I have an MVC project, I am using Entity Framkework and in my database there is a table with a column of type decimal (4,2) . The problem is: I try to insert any value, for example: 5.00 // 5,00 // 14.21 // 14,21 and it always re...
asked by 19.05.2015 / 15:29
1
answer

Display 2 dataTextField in a SelectList

Hello! I have a problem with making a selectlist display 2 values in textfield. I have the following SelectList that is stored in a viewbag: ViewBag.Account = new SelectList(new AccountBusiness().GetList<Account>(Util.AuxiliaryMethods.BM...
asked by 28.08.2018 / 15:01
1
answer

MVC versus MVVM

I can not differentiate between either MVC or MVVM. What really differentiates MVC from MVVM? In job interviews, they sometimes ask just that, how you differentiate one from the other.     
asked by 22.06.2017 / 15:08
1
answer

How to change chart when changing date

First of all I apologize for my ignorance of some concepts, I am new to the area. I recently started in a company where I have the following problem: I have Datepicker and when I select a date, I need the chart to change by the date se...
asked by 07.11.2016 / 16:58
1
answer

Where to implement Facade in MVC?

I'm developing a C # project using MVC, but the teacher wants all student projects to have Facade, the question is this! Where do I implement the Facade, Model, View, or Controller?     
asked by 19.04.2016 / 14:15
2
answers

How to use jQuery in MVC Architecture?

We know that MVC is a standard of software architecture (design pattern)  which makes a separation of: View (UI), Template (Business Rules), Controller that communicates between the two. Of course, MVC can be adopted as a template to...
asked by 07.04.2016 / 22:26
2
answers

Dynamically execute a class model method from an ajax request for the controller

I'm creating a feature on my system for reloading components dynamically so that queries are executed that are allocated to model-layer classes through AJAX requests. However, as I use the MVC standard from the CodeIgniter framework, every reque...
asked by 05.01.2015 / 13:15
1
answer

Report Builder 3.0 RDL Report with MVC 4

I have a problem here, I made a C # system using Razor MVC 4 with SQL Server 2014 database, so long ... well now I need to generate reports, I made a report there in Report Builder and added it in my solution, there I created the methods: publ...
asked by 06.08.2014 / 23:03
1
answer

MVC representation in UML class diagram

I'm building the class diagram of my project and I was left with a question at one point. In the project I create an instance of my Controller class in main and step reference (I know that in Java the pass is always by value, but when we pass th...
asked by 16.12.2015 / 00:11
1
answer

open a view in new tab

I have a view with a graph, but I do not want it to open inside my template and yes in a new aba . $this->loadGrafico('graficoEscola', $grafico);     
asked by 14.10.2018 / 14:15