Skip to main content

Questions tagged [asp.net-mvc5]

Filter by
Sorted by
Tagged with
2 votes
4 answers
1k views

I'm working on my final project for a course named Web Applications in ASP.NET. Basically, it's a web application for shopkeepers to manage their clients' money accounts in their stores. In order to ...
GianMS's user avatar
  • 201
0 votes
2 answers
1k views

Let's say I have IRepository interface implemented by Repository class(uses database context to implement IRepository methods). And IUnitOfWork interface implemented by UnitOfWork class using ...
David Maisuradze's user avatar
0 votes
2 answers
529 views

I have 3 types of users who might login to my website: Admin, Instructor, Student. I already have tables for Students and Instructors , and each one has its unique properties . Now I want to ...
Comp23555's user avatar
1 vote
2 answers
1k views

This is probably a naive question but I'm trying to figure out the industry best practice for working with magic numbers and their corresponding display texts. For example, whether a transaction is ...
Achilles's user avatar
  • 455
0 votes
2 answers
619 views

I have some information about a user I need to store and access in an ASP.NET MVC 5 application. Here are some of the things that I will need to store/access: Theme choice If they want to show panel ...
Linger's user avatar
  • 299
1 vote
1 answer
54 views

I am new to MVC, and just inherited a project that is still in it's early stages. The scope is a user interface to manage a single SQL table. There is a model that represents the entire table (select ...
Dave Kelly's user avatar
0 votes
1 answer
146 views

I'm learning .net MVC while developing a simple word list - Eg. When you learn a new language and create a list of words related to a certain topic. I don't think I'm following the rules or good ...
Cornwell's user avatar
  • 117
59 votes
4 answers
74k views

I started learning AngularJS and ASP.NET MVC, but am not sure why to use them both together in the same project? Aren't they both MVC frameworks? Should I be using them both in the same application? ...
Natalie's user avatar
  • 727
2 votes
2 answers
2k views

I was stuck with some validations for quite a while. I have been thoroughly searching the internet to find ways to apply the validations I require. I came across many methods for validations even ...
Vini's user avatar
  • 216
2 votes
1 answer
3k views

I'm writing my own blog engine as a learning exercise. The blog is fairly functional right now but I'm trying to add a 'tag' feature to it and I'm confused as to what the best way to handle saving a ...
Dan Beaulieu's user avatar