Skip to main content

Questions tagged [asp.net-mvc-3]

For Questions about the ASP.NET MVC 3 Framework

1 vote
2 answers
875 views

I'm working on an MVC application using C#/asp. The project is following an n-tier architecture style with a separate data layer, domain layer and presentation layer. My question is related to the use ...
AnabolicMike's user avatar
0 votes
1 answer
561 views

I am creating some helper functions (mvc.net) for creating common controls that I need in almost every project such as alert boxes, dialogs etc. If these do not contain any business logic and it's ...
Menelaos Vergis's user avatar
4 votes
2 answers
1k views

This question is a result out of the discussion HERE and was moved from HERE. Is it really good practice to supply EVERY value you display in any view via a model? Especially variables like the ...
Christoph Fink's user avatar
1 vote
1 answer
2k views

I've become aware of an itch due to some non-DRY code pertaining to view model classes in an (ASP.NET) MVC web application and I'm thinking of scratching my itch by organizing code in various 'partial ...
Kenny Evitt's user avatar
0 votes
2 answers
686 views

I have a customer who has a client app and when they log in to their client app, they will see a link to my website. When they click on the link, it should log in them in automatically to the website ...
Xaisoft's user avatar
  • 147
1 vote
1 answer
212 views

It was suggested on my Stack Overflow question that this might be better suited to this site, so I'm cross-posting it. I'm working on my first ground-up build of an MVC site. I have a collection of ...
Jeff's user avatar
  • 131
1 vote
2 answers
212 views

We've just finishing up the first release of a database driven web application, which is now in regression testing. The application has an advanced search with many different filtering criteria. When ...
Rayshawn's user avatar
  • 279
0 votes
1 answer
1k views

So I am working on an MVC ASP.NET web application which centers around lots of data and data manipulation. PROBLEM OVERVIEW: We have an advanced search with 25 different filter criteria. I am using a ...
Rayshawn's user avatar
  • 279
2 votes
2 answers
3k views

I'm a bit confused if saving the information to session code below, belongs in the controller action as shown below or should it be part of my Model? I would add that I have other controller methods ...
newbie's user avatar
  • 121
4 votes
1 answer
762 views

I'm currently planning a new ASP.NET MVC3 project which will be quite bespoke. However, there will be a lot of common features (login, profile edit, blog etc). Initially I was planning on building ...
Curtis's user avatar
  • 441
3 votes
0 answers
802 views

I thought of asking on SO, but it seems this is more of a "concept" type question than a "problem" type question. If it needs to be moved, please do so. Anyway, I'm having a tough time finding ...
Ivan Pintar's user avatar
  • 1,177
3 votes
2 answers
569 views

I am working on an asp.net MVC web application which contains several projects. One is BusinessObjects, which contains business logic / processes. Another is EmailGeneration which is used to send ...
Kev's user avatar
  • 177
0 votes
3 answers
1k views

For my final project in school we have to develop an online shop. This shop should have a cart where items can be placed whether or not you are logged in. If you log out the cart shouldn't empty and ...
The_Cthulhu_Kid's user avatar
3 votes
1 answer
1k views

I am using MVC3 and Enitty Framework 4 with the Database first approach. It created the context template with its own validation for the fields based on the database. My question is where should I put ...
DFord's user avatar
  • 1,250
0 votes
2 answers
537 views

We have very recently started a new project (MVC 3.0) and some of our early discussion has been around how the work and development will be split amongst the team members to ensure we get the least ...
dreza's user avatar
  • 3,474

15 30 50 per page