MVC.Net running on a Raspberry Pi

MediaWizards Snitz™ Forums
https://www.reddick.co.uk/mvc/Topic/Posts/6134?pagenum=1
05 Nov 2025, 15:23

Topic


HuwR
MVC.Net running on a Raspberry Pi
15 Jun 2020, 11:32


Weel, it's been a long time since I last looked at the Mono project (cross platform .Net) but since I now have an 8Gb Pi running a 64bit OS I thought I would give it another try.
It has come a very long way since I last gave it a look and now pretty much supports all flavours of the .Net framework. As quick test, I created a page that loads data from a csv file and then graphs it using a javascript charting library

 

Replies ...


HuwR
15 Jun 2020, 11:33


I doubt it would be possible to move the entire forum code base to mono, but may try at some point bigsmile
HuwR
22 Jun 2020, 16:28


well, I was completely wrong about the above. With only a few minor changes. It bloody runs, couldn't believe it.
philsbbs
27 Jun 2020, 23:46


Looking forward to testing bigsmile
HuwR
28 Jun 2020, 05:32


Hit a few snags smile
HuwR
28 Jun 2020, 13:55


First problem is the third party component Postal.Mvc which I use for templated emails using the view templates doesn't work in Mono, it just errors, although I think I have now sorted this mostly by writing my own template parser.
Second problem, none of the plugins work sad
Torborg
28 Jun 2020, 14:29


What is mono?
HuwR
29 Jun 2020, 06:34


Mono is an Open Source free programming language project. It is an implementation of Microsoft’s .NET Framework based on the European association for standardizing information and communication systems (ECMA) standards for C# language and Common Language Runtime (CLR).

So it basically allows you to re-compile Windows based .Net code and get it running on Linux/Mac OS.
HuwR
29 Jun 2020, 06:38


Can't guarentee it will be up, but currently you can get at my demo running on my raspberry Pi cool
https://mono.themediawizards.co.uk/
user: testuser
pwd: password
HuwR
30 Jun 2020, 09:59


I have managed to get one of the plugins working, so am fairly confident I can now get the others sorted.
HuwR
01 Jul 2020, 09:38


plugins now all working [^]
Torborg
01 Jul 2020, 09:56


thumbsUp
philsbbs
02 Jul 2020, 03:46


Excellent News. heart
© 2016-2025 Snitz™ Forums MVC