Problem Previous post: Display all files in a folder (object) along with nested subdirectories Task: Given a main directory/folder, list […]
Tag: asp.net-mvc-5
Configuring MVC 5 project with service layer and DI and UOW
Problem In the past I have always called the repositories directly from the controller, but that is a bad practice […]
Refining an ASP.Net MVC VeiwModel for a Table to display worked hours
Problem I am writing an ASP.Net MVC app which has a page that will display a standard table which will […]
Using viewmodel create comper and edit
Problem I have this really long httppost action results that I add and update 3 db tables I think it’s […]
N-layered application structure in ASP.NET MVC 5
Problem I’ve been trying to set up an n-layered application in ASP.NET MVC 5. I’ve converted my account controller to […]
Display all files in a folder (object) along with nested subdirectories
Problem Follow-up question: Display all files in a folder (object) along with nested subdirectories part 2 Task: Given a main […]
Ensuring specific columns in an ExcelWorksheet format as ShortDate
Problem For a while, I have worked with the Nuget Epplus package to export MVC models to fresh Excel documents. […]
ASP.NET MVC – server-side Ajax result conversion
Problem I am currently in the process of creating a website which requires it to work with and without JavaScript […]
Refactoring ViewModel and mapping from multiple sources
Problem I need to refactor and tidy the following controller below, it’s my first MVC application. I’ve successfully used AutoMapper […]
Creating a simple unit of work with Entity Framework and no repository
Problem I’ve been trying to implement a .NET MVC Unit of Work API (rather than creating a separate repository), but […]
- 1
- 2