msmith-techempower 06b2227070 Took a stab at C# 10 years ago
..
lib 0acc69c5e0 Moved C# frameworks 11 years ago
src d397a00400 asp net was not finding MySQL entity 10 years ago
.gitignore 0acc69c5e0 Moved C# frameworks 11 years ago
README.md 0acc69c5e0 Moved C# frameworks 11 years ago
__init__.py 0acc69c5e0 Moved C# frameworks 11 years ago
bash_profile.sh 06b2227070 Took a stab at C# 10 years ago
benchmark_config e973a87806 Fix some aspnet validation errors 10 years ago
install.sh 20e89ae9d6 Load mozroots for sudo properly 10 years ago
nginx.conf 0acc69c5e0 Moved C# frameworks 11 years ago
setup.sh 06b2227070 Took a stab at C# 10 years ago
setup_iis.ps1 0acc69c5e0 Moved C# frameworks 11 years ago
setup_iis.py 0acc69c5e0 Moved C# frameworks 11 years ago
setup_nginx.py a6beeab17a Cleanup aspnet 10 years ago
setup_xsp.py 0acc69c5e0 Moved C# frameworks 11 years ago
source_code 0acc69c5e0 Moved C# frameworks 11 years ago

README.md

ASP.NET MVC on Windows and Mono

Tests

  • JSON serialization
  • Single database query
  • Multiple database queries
  • Server-side templates and collections
  • Database updates
  • Plaintext

Versions

Language

  • C# 5.0

Platforms

  • .NET Framework 4.5 (Windows)
  • Mono 3.2.8 (Linux)

Web Servers

  • IIS 8 (Windows)
  • XSP latest (Linux)
  • nginx 1.4.1 & XSP FastCGI (Linux)

Web Stack

  • ASP.NET 4.5
  • ASP.NET MVC Framework 5.1.0

Databases

  • MySQL Connector/Net 6.8.3
  • Npgsql 2.0.14.3
  • Entity Framework 6.0.2
  • Mongo C# Driver 1.8.3

Developer Tools

  • Visual Studio 2012

Mono Installation

sudo apt-get install git-core build-essential autoconf automake libtool zlib1g-dev pkg-config gettext

git clone git://github.com/mono/mono
cd mono
git checkout mono-3.2.8
./autogen.sh --prefix=/usr/local
make get-monolite-latest
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe
sudo make install

cd ..

git clone git://github.com/mono/xsp
cd xsp
./autogen.sh --prefix=/usr/local
make
sudo make install

mozroots --import --sync