-
Problema:
- Fazer o planejamento de um sistema de cadastro de pessoas físicas e pessoas jurídicas
Requerimentos:
- Não usar um banco de dados (por hora)
- Esse sistema não tem pretensão de crescer
D…
-
### Description
We need to create a new command in the PHP Bot that will synchronize the version of NuGet packages specified in the `packages.config` file with the versions used in the `.csproj` fi…
-
## Issue
I have a major concern about the fact that you are using MVC as the main architecture for the application. Why do you choose to implement the application using MVC and are you aware of the…
-
**Describe the bug**
Once I added a `DispatcherServlet` to my EAR application deployed on JBoss 7.4, I started to get the following exception:
```
Exception handling request to /myapp/rest/foo/he…
-
Meskipun saya bukan software enjinier, saya mencoba untuk berpikir seperti mereka
tkinter app kita akan pakai MVC _pattern_, _pattern_ yang cukup jadul tapi _it works_:
https://stackoverflow.com/q…
-
Hello, I the following part of the Program startup for the asp.net core mvc app:
```csharp
var builder = WebApplication.CreateBuilder(args);
var services = builder.Services;
serv…
-
The MVP architecture is more flexible than the MVC architecture. The presenter component can be easily swapped out for a different implementation when needed. This means that changes made to the model…
-
Hey, I have Just seen that all your controller logic is written in the routes.
I can make the separate controller folder to do that.
If you are interested, to make me do that please do reply.
-
I have been localizing our ASP .Net Core (2.1) MVC Project with Resource files and **CookiesCultureRequest** Culture pattern. We have 3 additional languages now such as Korean, Japanese and Chines.
…
-
Didn't work like this way
```
public class StartupListener implements ServerConfigStartup {
@Override
public void onStart(ServerConfig serverConfig) {
ObjectMapper objectMapper = new…