C#/.NET and Heroku Updates

Posted by Isabel Vazquez on April 10, 2018
[ heroku  NET-framework  ]

While I have no experience with a .NET stack, .NET is very prominent in the DFW tech market. Below are some keywords to know before diving into tutorials.

  • C# - backbone for entire .NET development
  • Entity Framework - Recommended ORM for .NET development
  • ASP NET MVC - #1 web development framework for .NET developers

In response to my Heroku troubleshooting post, I found the issue to be no support for Bootstrap’s CSS and JavaScript that makes the dropdown toggling possible. Locally, my application relied on the node_modules folder. However, once I added CDN links on the public/index.html, both Heroku and local versions worked.

This is a very short post given other priorities this month. However, I hope to at least share some coding bits and know-how in the future.