Questions tagged as 'mvc'

1
answer

Model, View and Controller "Multipurpose" - Laravel 5.1

Good morning, I have in my application 10 different tables, but it has the same structure ... id | nome | descricao . For each table I have in laravel the Model , the Controller and the Views of cadastre...
asked by 08.01.2016 / 13:02
1
answer

C # + Entity + MySQL = The underlying provider failed on Open

I have a problem when I host my system on locaweb. My system is done in C # asp.net MVC3 with EF and MySQL. This problem occurs only in locaweb, I already checked the connectionstring and everything is with login and password. System.Securi...
asked by 05.01.2016 / 01:16
1
answer

Can View chat directly with Model?

In MVC the View serves to handle the entire user interface, the Model serves to contain the classes that represent the system and its business rules and < Controller performs the communication between View and Model (something like control...
asked by 29.08.2016 / 16:33
1
answer

MVC C # How to force SSL - too_many_redirects

I'm trying to force the use of SSL from my MVC WEB application. I've tried with redirect in the global wing, but it goes into lopping too_many_redirects. protected void Application_BeginRequest(Object source, EventArgs e) { if (!Context.R...
asked by 13.12.2015 / 02:00
1
answer

MVC is feasible and recommended on Android projects? [closed]

I'm working on a mobile project where you need to migrate a legacy application that was developed for Windows Mobile 6.1 , Android strong>. This application was developed using C # , with 3-tier architecture, divided into View , Business...
asked by 01.03.2016 / 16:36
1
answer

Why does not creating the model create the migration?

I'm starting on Laravel 5 and then this tutorial >. When creating model php artisan make:model Tarefa It does not create the migration in database/migrations/ as it would be supposed, does anyone know the reason?     
asked by 04.09.2015 / 16:12
1
answer

Can I consider that my application is in MVC?

Weight, next: I'm kind of having a conceptual question. I started to implement my application (c # - forms) thinking of following the development based on the MVC architecture. But intuitively - and I do not know if it is conceptually correct...
asked by 17.07.2015 / 04:47
1
answer

Good practices MVC

I'm now starting a somewhat large project, and I chose to use the MVC framework. I created the whole backoffice base in a folder, but when I created it, I had the following doubt: Should I create another structure (or copy the current one) in...
asked by 14.05.2015 / 15:09
1
answer

Doubt filter with linq, ASP NET MVC

I'm having a doubt on a filter using Linq, I have a critical object Within Critical has an ienumerable I need to return a list of critics that the status of the last moveocritica is equal to 2 But the code below is giving error var Criticas =...
asked by 05.03.2015 / 03:23
1
answer

Customize Windows Authentication

I am creating an application where I use Windows Authentication to validate user data. As soon as the application opens, some information about that logged in user appears on the first page. In another menu I open all registered users. How...
asked by 26.05.2014 / 22:13