MonoDevelop 4: CSS files not loading for an ASP.NET MVC4 site

Posted on under Coding & Tech, Tutorials 3 Comments

If you are like me — always living in Linux, but sometimes being required to develop ASP.NET sites — you have no doubt used MonoDevelop. While its latest iteration brings in many good things, it’s still not the ready-to-use Visual Studio. Once you are past the System.UnauthorizedAccessException and Could not load file or assembly ‘System.Web.WebPages’ […]

Hosting meteor.js app in IIS

Posted on under Coding & Tech, Tutorials 10 Comments

Making reactive and real-time web applications is in fashion these days. Among popular real-time programming frameworks are meteor.js, knockout.js and signalr. Both Knockout and SignalR are developed by Microsoft employees, and integrate seamlessly with Microsoft products. Meteor, on the other hand, is though based on the cross-platform node.js, it is more Linux / Mac-centric than […]