Questions tagged as 'mvc'

1
answer

How to create a Helper for Datepicker creation

I would like to create an MVC Helper for creating a DatePicker . Example: @Html.DatePicker();     
asked by 11.06.2015 / 22:31
3
answers

Pass variable from View to Controller

I'm doing a forum with PHP and CodeIgniter , and each category should display its subcategories , however, all categories show all sub-categories, how can I make each sub-category appear below its category? I do not have to do this with...
asked by 08.06.2014 / 18:49
1
answer

Slow response PHP API

I'm doing a project with bands profiles. I'm trying to use the last.fm API. For test database I downloaded the PHP API: link The classes I left in Root / src / classes.php, and I started using Artist :: search ($ artistName, $ limit);...
asked by 27.02.2015 / 12:33
1
answer

Iterator in MVC pattern

I'm doing a project and it was requested to build an iterator class. This whole project is being built based on the MVC standard. So, what would this class be Iterator and how am I going to use it? For what I've been researching seems to be of s...
asked by 25.11.2015 / 12:19
3
answers

Problems with the structure of links in MVC

I'm working on an MVC project and I'm having trouble redirecting pages. The project is based on controllers and actions , which have the proper functions that call these files and call their methods, in this case actions. This is the HTML...
asked by 11.11.2014 / 14:09
1
answer

Is it advantageous to use the MVC standard in small applications? [closed]

I have read several articles related to MVC, its advantages in maintaining reusability codes and everything. But the question is, in small applications it is worth using this standard, as far as I understand it, you have to have an entire pla...
asked by 07.08.2014 / 21:45
1
answer

How to use the MVC development standard?

The MVC is a model of software architecture, it is divided into three layers and each one with its function, my doubt would be the following, is the programmer that creates all this structure or do I have to download it? >     
asked by 20.12.2017 / 12:25
1
answer

In an MVC project, where should I leave the enums?

I'm developing a program with MVC standard, I needed to create some enum , and I left them in the Model layer, but I was in doubt about its location, what would be the correct layer to house the enum of a project?     
asked by 03.06.2016 / 21:49
2
answers

Excessive line break when creating C # .txt file?

I am trying to generate a .txt file from a code list retrieved from the database. However, when the file is generated, line breaks are excessive, as shown below:    Thecodeisasfollows,beingaforeachthattraversestheentirelistofobjectsre...
asked by 03.04.2017 / 15:53
1
answer

Visual studio code

Good afternoon, I'm creating a web project with visual studio core, the problem is that the command I'm using "dotnet new MVC -o NomePasta" already creates a structure. I'm starting to learn how to develop for web with C # in visual studio code,...
asked by 04.06.2018 / 17:50