Questions tagged as 'metodologia'

0
answers

What are the patterns of project organization? [closed]

Large companies use methodologies in project development that result in the organization of software (packages, classes, interfaces). There are various standards that a programmer can use, but many people just like I have doubts in choosing one...
asked by 03.10.2014 / 02:44
1
answer

How to work with mirrored systems? [closed]

I would like to know the logic of working on a web system where I would have a main site and would distribute sites to franchisees in their domains. p> The entire checkout process should be done on the franchisee's site but the information...
asked by 12.01.2015 / 21:30
0
answers

Method of secant and bvp

You are asked to solve m * d ^ 2 and / dt = -g-gamma * dy / dt such that y (20) = 0 , with the conditions initials that I already put in the code. What's wrong? %3. [value,x0,numIter] = f_secante(@find0_p3,0, 1, 0.0001, 1000); %[x,v] m=0...
asked by 20.03.2015 / 00:32
2
answers

Is it right to use string when integer value?

Today I came across a certain situation, which left me with doubts: In my application I have some ID's coming from a table, these ID's are integer values (1,2,3, and so on) and all I treat them as string . One of the re...
asked by 14.10.2016 / 16:46
1
answer

Methodology for planning a mobile app

Background :   I was thinking of starting a mobile app project myself, but not to be tiresome and with no perspective of ending, I thought of organizing the activities in the Kanban method, after prioritizing the important aspects of the ap...
asked by 09.06.2017 / 19:06
1
answer

What is a vision document?

I would like to know, what is a vision document? Note: I searched the internet and I believe the explanations I found were not enough for me to begin to understand. This is because they did not give me examples of vision documents and why the...
asked by 15.09.2017 / 16:32
1
answer

Methodology and Documentation for ASP.NET MVC Projects [closed]

In the company where I work, I have always had complete freedom to develop the applications requested. I have always worked in a unique way despite having a co-worker because we both developed separate projects. Starting next week, I will be...
asked by 28.10.2014 / 20:27
0
answers

One query per request or one query only for N requests?

I honestly do not know if I'm asking a very obvious thing, which we look at and say like this: Obviously the dynamic query per request is better! But come on ... The application We are talking about a web application in ASPNET.MVC 4.0...
asked by 30.06.2016 / 21:25