model-view-controller Questions

3

Solved

I have a VS 2017 solution that I have 3 separate MVC Core 2.0 web projects. Each project has the same three profiles setup to run. When I select any one of the 3 sites as the startup project I get ...

5

Solved

Maybe it is obvious to you. I'm new to java (half year work) and I had a discussion with my collegues. I have troubles naming my classes according to their responsibilities. For that, my classes ga...

6

Solved

I found a thread: Highlighting kills my Razor syntax in Visual Studio 2010 , asking and explaining how to turn off the highlighting for Razors code. The problem is, I navigate to: Tools -> Opti...
Allegraallegretto asked 9/2, 2015 at 6:54

9

Using VS Community 2017. I have tried to create initial migration with error message saying: Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are...

17

Solved

My Eclipse project is suddenly no longer deploying properly. I can't trace it to any particular change I've made to the environment. I have tested with multiple source-controlled projects and they...

3

Solved

I have been playing around with Hangfire in a Microsoft MVC application. I have gotten it to compile and schedule fire-and-forget tasks, but I am surprised that I cannot add/remove jobs while the p...
Absher asked 23/5, 2016 at 14:9

1

I am a part of a project that is using the MERN stack and need info on how to structure my system architecture diagram. I am unsure whether MERN is a MVC, layered, client-server, or other architect...
Helices asked 4/2, 2020 at 20:40

4

Solved

I know that ReactJS isn't considered MVC, because the creators themselves have said so. But, recently, I was asked WHY React it isn't considered MVC even though it fits the MVC pattern. React rende...
Carter asked 11/12, 2018 at 17:32

3

Solved

This is my initial setting for my mvc connecting with identity server. app.UseOpenIdConnectAuthentication(new OpenIdConnectAuthenticationOptions { AuthenticationType = "oidc", SignInAsAuthent...
Shepherd asked 4/10, 2018 at 21:49

3

Solved

I'm trying to create a middleware to handle country code in the url. The code i have works great for removing the country code, so it's routed to the correct endpoint in the mvc pipeline. The probl...
Whaleback asked 19/5, 2021 at 8:43

6

Solved

I am pretty sure I am doing something wrong here. I have been developing a web app using MVC and Razor and I never thought of using the form element. Now so much has already been done with master p...
Telephonic asked 4/7, 2012 at 8:51

2

Solved

I am and android developer and I have worked on all of these three architecture patterns in my applications. Also I have gone through several post's on stackoverflow about the difference of each. M...

8

I have issue with my app after run it on VPS. I installed IIS on VPS, removed DefaultWebsite, and add another one. Everything looks fine, website starts, but I don't have access to any files from...
Husking asked 29/12, 2016 at 14:11

5

Solved

Why does this not work? <input type="file" id="kmlFiles2" multiple onchange="function(){alert('why does this not work')}()"> chrome gives me an error, Uncaught SyntaxError: Unexpected to...
Aftereffect asked 5/6, 2014 at 20:38

6

I am using Google Calendar Api with one of my project. I don't know how but Error Shown Below is troubling. Code inside AppFlowMetadata. public class AppFlowMetadata : FlowMetadata { private...
Lafayette asked 14/7, 2017 at 12:57

4

Solved

I need to handle an incoming request which is of the form: //ohif/study/1.1/series Note the exta slash at the front My controller signature is: [Route("ohif/study/{studyUid}/series")] [HttpGet] p...

6

Solved

For a regular Servlet, I guess you could declare a context listener, but for Spring MVC would Spring make this any easier? Furthermore, if I define a context listener and then would need to access...
Anaya asked 31/12, 2011 at 5:30

4

Whenever I try to load the Chart using System.Web.Helpers namespace in Asp.net Core I get this Exception. System.TypeLoadException: 'Could not load type 'System.Web.HttpContextBase' from assem...

7

I am new to maven, I have installed apache-maven-3.6.1 using it via visual studio code First creating workspace was throwing error due to maven was behind proxy I updated setting.xml in maven, ad...
Conway asked 30/8, 2019 at 11:48

8

Solved

ASP.NET MVC routes have names when mapped: routes.MapRoute( "Debug", // Route name -- how can I use this later???? "debug/{controller}/{action}/{id}", new { controller = "Home", action = "Index...
Howbeit asked 12/12, 2008 at 16:15

7

Solved

I work with MVC and I am new on it. I want to check input values is only in Persian language (Characters) by [RegularExpression] Validation. So I think to use Regex and need to check in range of u...
Primordial asked 12/5, 2012 at 6:30

5

Solved

This is my exception class. Exception class has been implemented by the abstract exception class of flutter. Am I missing something? class FetchDataException implements Exception { final _message;...
Watthour asked 9/10, 2018 at 12:58

24

Solved

I have some links in a Powerpoint presentation, and for some reason, when those links get clicked, it adds a return parameter to the URL. Well, that return parameter is causing my Joomla site's MVC...
Avellaneda asked 8/2, 2011 at 19:37

6

Solved

I am working with Spring MVC controller project. Below is my Controller and I have a constructor declared which I am specifically using for testing purpose. @Controller public class TestController...
Hypaethral asked 12/8, 2014 at 19:28

6

Solved

I am new for both concepts. 1) I want to know that MVC and WPF is same concepts but WPF for desktop while other is for WEB ? 2) Will be easy to learn other one If i learn one of them ?
Vibrate asked 20/6, 2010 at 13:25

© 2022 - 2024 — McMap. All rights reserved.