hanssens / aspnetmvc-for-osx

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

Home Page:http://hanssens.com/code/asp-net-mvc-5-template-for-xamarin-studio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://hanssens.com/code/asp-net-mvc-5-template-for-xamarin-studio/

License:MIT License


Languages

Language:C# 96.9%Language:ASP 1.7%Language:CSS 1.4%Language:JavaScript 0.0%