Skip to main content

Questions tagged [asp.net-mvc-4]

ASP.NET MVC 4 is the fourth major version of the ASP.NET Model-View-Controller platform for web applications.

2 votes
2 answers
3k views

I have inherited a badly architected and organised ASP.NET MVC application, which is an online booking system for healthcare providers. It seems to have been designed with very few object oriented ...
Daniel Vernall's user avatar
0 votes
1 answer
229 views

there's an up and running self-serve customer portal built that I'm trying to make a bit better when it comes to displaying proper items for different client types and auto-logging users. Here are a ...
Daniel Tsvetkov's user avatar
2 votes
2 answers
513 views

Say I have the following class, which maps to a database table: public class Person { public Guid Id {get; set; } public string Name {get; set; } public DateTime DateOfBirth {get; set; } ...
w0051977's user avatar
  • 7,139
2 votes
0 answers
656 views

Do N-Tier/Layered architecture really helpful with MVC? I have some projects here that use N-Tier architecture with MVC. The available layers are Entity Layer Data Layer Business Layer Presentation ...
Hary's user avatar
  • 129
2 votes
2 answers
339 views

My web app (under development) need to login via http://devWebServer/ExtApp/login.aspx After login via address above, it will pass cookie to http://devWebServer/myApp/Login/Default.aspx and continue ...
Pop's user avatar
  • 219
4 votes
2 answers
5k views

Consider a website like: Confused.com, which is a price comparison website that has millions of registered users who use it for price comparison purposes. These users register their details for price ...
w0051977's user avatar
  • 7,139
-1 votes
1 answer
5k views

One of the client for whom I had worked has a MVVM architecture for web application.I dont know why they incorporated instead of MVC. is this a feasible idea because as far as I have gone through all ...
Hameed Syed's user avatar
3 votes
0 answers
395 views

Martin Fowler talks about the Domain Model where the Business Logic Layer contains classes that contain state and behaviour. As far as I am concerned this means: 1) Controller calls a class in the ...
w0051977's user avatar
  • 7,139
4 votes
1 answer
274 views

Using Visual Studio 2015 update 2, creating a new ASP.NET 4.x application, the default .Net "Target framework version" is 4.5. Is it a mistake to bump this to 4.6? I did my own research, and I am ...
Warren  P's user avatar
  • 830
3 votes
3 answers
4k views

I have the task to migrate a large silverlight business application in a new living technology. I had choosed asp.net MVC and web api. As we know, silverlight uses MVVM design pattern whereas asp.net ...
Floji's user avatar
  • 141
0 votes
1 answer
2k views

I started working on a project where I need to read and parse an xml file from a url. This url needs a credentials to successfully read the data from it, so I'm thinking while reading the file there ...
rpm07's user avatar
  • 127
0 votes
2 answers
2k views

Let's say I have a field called "FooName" and I have "FooName" in several places across my web application (ASP.NET MVC4). I have a check box that allows me to turn "FooName" on and off across the ...
Kala J's user avatar
  • 121
0 votes
3 answers
2k views

When my users are creating an account they need to fill and set several security questions pertaining to their account. I am wondering, how can I make sure that the answer the user enters for each ...
Kala J's user avatar
  • 121
1 vote
0 answers
731 views

I have an application written is C# ASP.NET MVC 4 with Razor views. I am a bit stuck on my menu structure. As per the image above, one can see that there is a Top Menu and a Side Menu. The standard ...
Shane van Wyk's user avatar
0 votes
0 answers
1k views

Pretty similar to this question here the current application that we are working on has a separate MVC 4 and WebApi 2 projects, where the MVC project is processing the user request to the WebApi which ...
Leron's user avatar
  • 217

15 30 50 per page
1
2 3 4 5