Skip to content

A mixed ASP.Net MVC 4 and ServiceStack reference project

Notifications You must be signed in to change notification settings

diffused/DiffStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#DiffStack

A mixed ASP.Net MVC 4 and ServiceStack reference project

My research project on the most appropriate design of an ASP.Net MVC4 with ServiceStack hybrid application. It's based on some of my common requirements and attempts to solidify answers on some questions I have regarding ServiceStack.

Project uses the following, so far:

  • MVC4 as the host app
  • Windows server based .NET
  • ServiceStackController instead of Mvc Controller. Provides json and ioc improvements
  • ServiceInterfaces reused. Seems ok to share with controllers and api endpoints. Simply return ViewModels or DTOs as needed.
  • NLog for logging. Need to look at autowiring ILog.
  • Explicitly exposes JSON service types only.
  • Seperate self-hosted service API
  • Async/await MVC actions
  • IAppHostConfig for shared config app config settings
  • ORMLite via Sql Server. DB integration testing uses SqlLite for mono.
  • Seperation of DTOs, Entities and ViewModels. ServiceStack works nicely with POCOs that can be reused between ORM, services etc, but I wanted to see how easy it was to map between types. Basically expecting that concerns will creep on larger projects.
  • Xunit, AutoFixture, Moq

TODO

  • Integration tests for MvcHost type projects
  • ORMLite via Postgres on Windows hosts
  • Mono compatibility
  • Backbonejs Products browser
  • Angular Products browser
  • Better error notification during async/await
  • What about async ServiceStack apis?

About

A mixed ASP.Net MVC 4 and ServiceStack reference project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published