ASP.NET MVC and F# Service

Posted by Shawn Mclean on Stack Overflow See other posts from Stack Overflow or by Shawn Mclean
Published on 2010-05-29T20:40:31Z Indexed on 2010/05/29 20:42 UTC
Read the original article Hit count: 343

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about F#