Skip to content

Fully working, runnable and clean ASP.NET MVC 5 project for Xamarin Studio and MONO on Mac OSX.

License

Notifications You must be signed in to change notification settings

wiiatgit/aspnetmvc-for-osx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET MVC 5 Template for Xamarin Studio

A fully working and clean ASP.NET MVC 5 project for Xamarin Studio. Purrs excellent on Mac OSX.

In short

  • It's an ASP.NET MVC 5 application
  • That also means RAZOR support
  • Can be run entirely from Xamarin Studio
  • Can be updated and extended through NuGet
  • It just works...

Drop me a line if you like it @jhanssens!

Known Issues

Some known issues with ASP.NET MVC 5 and the current Mono version:

  • App relative paths don't work, e.g. using tildes like ~/assets/style.css
  • The view's web.config has teh <host factoryType> disabled
  • Mono currently supports .NET 4.5, not 4.5.1
  • routes.LowerCaseUrls isn't supported yet
  • System.Web.Entity reference isn't supported yet

About

Fully working, runnable and clean ASP.NET MVC 5 project for Xamarin Studio and MONO on Mac OSX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.9%
  • Classic ASP 1.7%
  • CSS 1.4%