Problem I would like to put the following design to your consideration. This is the pattern I use to follow […]
Tag: asp.net-mvc-4
Configure AspNet.Identity to allow for either username OR email address on login
Problem I am wondering if there is a more efficient route to take here. Using AspNet.Identity I would like to […]
Update only modified fields in Entity Framework
Problem I’m working on a website on ASP.NET MVC4 and EF5. I want to ensure that only modified values are […]
Class for Managing Office Details [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
Reading data from database, saving to new list and adding list to grid
Problem I made some changes to how I was saving the data in order for it to show up on […]
Unit of work, Ninject, Repository and WebAPI implementation
Problem After recently getting a bulk of work done on my WebAPI service layer, I thought I’d post some of […]
Modeling a decision tree-like form
Problem A picture says more than a thousand words, so here’s a mock-up. The actual choices are different, this is […]
Post Service Class
Problem I have one entity that depends on another however in my API service class I would like to just […]
Return existing values inside database
Problem Here’s a method inside my controller that reads the values of angle and point data from my database. Then […]
FormBuilder Code Make More Genereic
Problem I want to construct a form builder for an internal project in mvc4. I am using partial views to […]