ASP.NET MVC and F# Service
- by Shawn Mclean
My solution is split into 3 projects. Model, Services and Web. In my Service project, I'd like to use some F# features in it. Is it possible to add mix both F# and C# files in that project (a library[.dll])?
If not possible, whats the best way to use 2 separate service projects, one for C# and one for F# and how would I structure these projects?