Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# ASP.NET MVC Forms Introducing CRUD Applications Getting Started

ASP.Net Core

For the ASP.Net Forms Fitness Frog application, does anyone have a project file that works with ASP.Net Core? I'm struggling to fix everything and make it work for .net core, and I'm on a Mac so I can't just target 4.X instead

2 Answers

Erik Gabor
Erik Gabor
6,427 Points

Hi! The application is written for ASP Net MVC, You will have to rewrite it for ASP.Net Core, which is a new down scaled version able to run on other unix based platforms. ASP.Net Forms Fitness Frog is an ASP.NET Web Application which you can run also with the latest .NET Framework on Windows. I'm using Visual Studio 2017 on Windows 10. I have available also .NET Core on my machine, but for that this project is not usable without rewrite.

Btw Where did you learn ASP.NET Core? I don't see it among the Treehouse courses.