Most voted "framework" questions
DO NOT USE this tag for a specific framework, each has its own. A framework, in software development, is an abstraction that unites common codes between several software projects providing a generic functionality. A framework can achieve a specific functionality per configuration during the programming of an application. Unlike libraries, it is the framework that dictates the control flow of the application, called Control Inversion
Learn more…194 questions
Sort by count of
-
223
votes6
answers64346
viewsWhat is the difference of API, library and Framework?
They seem to me very close terms and eventually I see texts that exchange one for the other, as if in some situations their definitions overlap. What would be the technical definitions to…
-
13
votes1
answer1879
viewsHybrid Apps: when to use and what is needed?
With Hybrid Applications cross-platform gain development time, but have some doubts about the real need to use a framework. The most famous Phonegap, Ionic and Titanium are easy and friendly. But…
-
12
votes1
answer498
viewsIs a framework based on a programming language?
I know that a framework is like an application to be used in applications, but it is correct to say that a framework is based on a certain language? Example: jQuery is a Javascript-based framework…
-
12
votes3
answers490
viewsHow is a Framework developed?
I’ve used a few frameworks they really streamlined the development of my project, helped me, I didn’t have to waste time building the common part of my problem that other people had already…
-
10
votes1
answer747
viewsWhy does Codeigniter do so well in benchmarks even if it doesn’t follow the language standards?
I see many people spitting on Codeigniter, saying that it is a framework junk that refuses to follow the "language patterns". But I find it strange to say this of the framework that has the best…
-
10
votes1
answer975
viewsWhat differentiates a microframework from a full stack framework?
I see a lot of terms around Fullstack framework when it comes to frameworks like Codeigniter, Laravel, Symfony and Cakephp (from PHP) and Django (from Python). But when you talk about Silex and…
-
9
votes1
answer242
viewsWhat are the differences between BCL and FCL?
The Base Class Library (BCL) Framework Class Library (FCL) are components of the .NET. This defines what each one does? What goes into each one?
-
8
votes1
answer158
viewsCreating PHP object from HTML
I imagine frameworks usually do the following to create a simple text field: $campoTexto = new CampoTexto("nomeDoCampo", "valorDoCampo"); $campoTexto->gera(); The result would be: <input…
-
8
votes2
answers217
viewsRisk in allowing developers to upem files. Blade
I’m developing a blog platform where users submit their template and Laravel uses this template to build the blog. The user/developer will only inform where the values will be, example:…
-
7
votes2
answers2210
viewsPHP on linux or windows
Explanation: I know it’s a controversial question, but I’m not an old man of programming and I have knowledge of linux, but I never chose it because I use C# from time to time and in my college they…
-
7
votes1
answer1440
viewsWhat is Spring MVC?
I am developing a web java project and am using the MVC (Model-view-controller),which is a standard software architecture (Pattern design) and know that its function is to separate the…
-
7
votes2
answers382
viewsWhat is the Microsoft Bot Framework?
I was sailing in the Microsoft Developer Network and visualized the Microsoft Bot Framework. I have two questions: What is Microsoft Bot Framework and what it’s for? Really the name is already very…
-
6
votes2
answers234
viewsHow to handle frameworks and ready-made technologies?
I’ve been having a question for a while and I think it may even be a common question. I don’t quite know how to put the question, but I’ll try. When I started programming I dealt with languages like…
-
6
votes2
answers157
viewsUsing a security framework or fingernail?
I have had this doubt for some time and to this day I am not so firm in a position, despite having taken a. Whenever I develop, or participate in the development of an application (WEB), we usually…
-
6
votes2
answers123
viewsHow to separate libraries in an app suite?
I have a suite of web applications composed of several applications, each one specialized in a company area, such as property management, contract management, HR management, works management, among…
-
6
votes1
answer476
viewsHow to use Angular JS and Laravel 4 without conflicting with Blade?
I would like to know how to configure Laravel 4 to use Angularjs without conflict with Blade, since the interpolation tags are the same?
-
6
votes1
answer1124
viewsHow to filter with ANGULAR JS not to repeat equal names?
I have 2 related tables in the bank: The first table: it is called restaurant to another table : Cardapio . The Cardapio Table receives the primary key of the restaurant so it becomes foreign until…
-
5
votes2
answers184
viewsError while trying to run the project in Meteor
Being brief, I’m not getting to run my app on Meteor. I create the project normally Content create nameProjet but when it’s time to roll (command "media") he does not present http://localhost:3000…
-
5
votes1
answer110
viewsWhat is abstraction from a framework?
In another question I asked here on Stack Overflow about organizing folders in a particular project, I received a comment saying: Folder structure ends up being a more "personal" footprint, the…
-
5
votes1
answer880
viewsWhat is the purpose of the "request" and "Response" objects of a web framework?
Many frameworks that are based on routes use two objects at the time it executes the action corresponding to the route. See an example on Slim: $app->get('/hello/{name}', function (Request…
-
4
votes2
answers792
viewsPDO vs Doctrine
Work with systems development in PHP, more focused on e-commerce. Currently I use the PDO to make my connection to a database, but out of curiosity I decided to search about the Doctrine, because…
-
4
votes2
answers2568
viewsHow to use Materialize with Angular?
I’m developing a project, but even importing all the CDN, the angular and the materialize, the materialize Javascript does not want to work together with the angular, there is some kind of conflict…
-
4
votes1
answer110
viewsTo what extent do you use frameworks?
In general, to what extent and when we should use frameworks? It is important to previously learn "raw" language, or you can start learning through frameworks? What are the disadvantages of using…
-
4
votes1
answer869
viewsGallery with category filter
I need to implement the following: category buttons + category gallery I have several categories on my site and an image gallery for each one. On the front, I will create buttons with the categories…
-
4
votes1
answer196
viewsDoubt about React in Javascript
I am a C programmer and recently I started studying Javascript, I already have a notion of programming but as I come from a language relatively "simple" I am facing difficulties in understanding…
-
3
votes1
answer81
viewsNetframework dependencies in the project folder?
I would like to know whether it is possible to incorporate .dll that my project uses Netframework in its own folder. In this way it would not be necessary to install the Netframework on the client’s…
-
3
votes3
answers1652
viewsHow to start a Django project using virtualenv?
I have searched and found several different ways and conventions to create a project in Django using virtual environment (virtualenv). Is there a pattern to this? Someone helps me with a correct…
-
3
votes1
answer1005
views -
3
votes1
answer1984
viewsWhat Ruby applications do you have besides the web?
I want to delve into Ruby, for the ease of the language, as well as Python, which for example, in my University use a lot for mathematical and scientific applications. I see a lot of Ruby usage with…
-
3
votes1
answer88
viewsInfluence of ":" in Ruby
The Framework data validation parameters Ruby on Rails, use values with : before and after the word. validates :terms_of_service, acceptance: { accept: true, message: 'Mensagem de Validação' }…
-
3
votes1
answer955
viewsWhat are Events in the Flat for?
I never used Event in Laravel and I would like to know what is the purpose and if it has some advantage.
-
3
votes1
answer2479
viewsOpen Source E-commerce in ASP.NET
I know that in PHP there is a lot of e-commerce framework in the market today, but in ASP.NET, which framework exists today? What advantages and disadvantages of each? Is it worth using or building…
-
3
votes1
answer48
viewsEntitiy framework for JAVA?
Good evening, guys, I’m new to programming. So, I’ve been looking at some articles and watching videos about the Entity framework for C #, I wonder if there are also some frameworks in Java that do…
-
3
votes0
answers98
viewsNowadays.. How far does the front end go?
before marking as duplicate of the following question Difference between client-side and server-side. Let’s look at some facts. The previous question is from 2013 or 4 years ago, long before the…
-
2
votes2
answers773
viewsIs it possible to use two frameworks in php?
I will create a stock system and would like to use a framework to facilitate the process. How to choose the ideal framework to work with? Does this depend on what my business is about? If I want two…
-
2
votes0
answers316
viewsWeb Java Layout for Desktop
I’m analyzing a way to draw more pleasant and close screen web. I searched the internet and I know that with Javafx I can draw rich and beautiful screens, I wonder if there is any more framework or…
-
2
votes1
answer161
viewsFramework (Java) for Opening remote sessions for executing Unix-based Server commands
I needed a framework to be able to open remote sessions on (Unix-based) servers and run commands remotely (if possible as root even). Does anyone know any mature who can serve this purpose? Main…
-
2
votes1
answer50
viewsBack Button with Searched Records
I have a button that at the moment is only a button: <button type="button" name="voltar" id="voltar" class="btn btn-default" style="margin-left: 30px">Cancelar</button>…
-
2
votes1
answer792
viewsTransitions, Effects for Winforms . NET
How to get the fade-in and out effects, transitions, drives and etc, in forms and their controls in VB.NET, natively or using Frameworks?
-
2
votes1
answer10173
viewsCentralize div container materialize
I got the following shit on mine HTML: <div class="image"> <div class="container center-align"> <h1 class="grey-text text-lighten-5">Análise de Sistemas</h1>…
-
2
votes1
answer352
viewsNginx, prioritize folders instead of "Location /"
I use PHP with the Phalcon framework in my projects and this is the structure. My Nginx is like this: server { listen 80; server_name 123.123.123.123; root /var/www/meusite.com.br; location @site{…
-
2
votes2
answers1376
viewsHow to publish multiple Laravel applications on Shared Server?
I have two independent application made in Laravel would like to host them on the same server, in separate directories. I searched extensively for documentation and forums, and I was able to make…
-
2
votes2
answers105
viewsWhat are dependencies in a framework for?
I’m completely new to this framework issue and I can’t find any answer on google about this question. What are dependencies and what are they for? What do they do?
-
2
votes1
answer211
viewsDoubts in the integration of web application with mobile
Hello, I have a question about how to integrate my existing web system with a mobile application. We have already developed a web application whose architecture is basically the following: REST…
-
2
votes1
answer217
viewsLaravel 5.2 $errors empty
I am using Laravel 5.2 and am trying to create a validation for user record. In Usercontroller.php I have: public function postSignUp(Request $request){ $this->validate($request, [ 'email' =>…
-
2
votes0
answers839
viewsWhat are the advantages and disadvantages of using Wordpress and making from scratch?
In college, some colleagues and I are thinking about developing a project that will eventually turn into something big, so it was mentioned using the Wordpress. More specifically, what’s the…
-
2
votes1
answer56
viewsError Hosting - Zend Framework 2
I am hosting a system created in Zend 2 on a dedicated server with Windows Server 2008, Apache 2.4, PHP 7.1.5. The user that is running apache is already with full permission in the files, but I am…
-
2
votes0
answers251
viewsPython Web without Framework
If there are two languages that I like very much are python, which I always used for desktop and php, which I always used for web. I would like to use python for the web as well, but currently I…
-
2
votes1
answer213
viewsBulma CSS Scrolldown Navbar
On the official website of Bulma CSS you can see that when you scroll down the page the navbar menu appears at the top. The Transform: translateY property inspected in the browser appears to be used…
-
2
votes0
answers26
viewsWhich tool to use to implement Virtual Reality and Augmented Reality in Mobile?
I am now starting to mess with augmented reality and virtual reality to develop a mobile application and would like to know what are the frameworks/tools currently used and their pros and cons.…