I am working on a C# project and for forecasting purpose I would like to use R. is there any way to integrate R with .NET framework? I heard there is some utility called R.NET but not sure it will work in latest .NET versions.
Also, can R able to pull the data from SQL server effectively? What I mean is does R can effieciently work with Huge amount of data? As I heard its not give good performance (in terms of speed) for data related operations...
Please advice....