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
Bradley Wood
3,104 PointsCreating an enterprise app / platform
I've had some ideas for an application / platform, to support with administering insurance underwriting. At high level, I've considered a back-end database (potentially SQL), browser based front-end (with associated APIs), and reporting. Where would be the recommended place to begin, and the appropriate courses to utilise? Thanks
1 Answer
Tom Lawrence
8,685 PointsWell I really like ASP.NET MVC as I can make web apps using my HTML/CSS/Bootstrap skills to make applications for enterprise apps which I am doing on a work placement. Treehouse have a couse on it now which might be worth checking out. I think its a good option as ASP.NET can take care of everything you need (databases stuff, and registering/logging in users for example).
It also uses bootstrap/HTML/CSS for the "views" which I see you have taken courses on already so a little less to learn for you.
Bradley Wood
3,104 PointsBradley Wood
3,104 PointsThanks for your response on this, Tom. I'll check out what courses are available for ASP.NET, and see how I go.