Creating dynamic content in .Net Core 2.
Hello,
This is very much the question of an amateur so please bare with me. I picked up .Net Core 2 for a project and I am currently trying to create an application that allows a user to custom create their own form. The functionality I'm looking to implement would be to have the user press a button to create a new entry in the form which will ask the user to enter a string to represent the question they wish to ask in the form. Using entity core 2 framework in the background, this will create a question object and attach it to the form. I'm not sure how to accomplish this interaction however as I'm not sure it's possible to create dynamic pages that create new fields in just .Net Core. I am looking at similar interactions online and it seems I need to pick up a JS based technology. I'm not versed at all in AJAX and/or Angular or if they're even similar enough to compare but given that I most likely will need to pick up an additional technology to accomplish this, what should I look into? Thanks in advance for any and all help, it's been a fun journey and I'm excited to see how to best tackle this!
In case it's relevant to any advice given, I am using .Net Core 2 and using Entity Framework Core 2 and a code first approach in my project. I also decided to create it using Razor pages after refactoring my traditional MVC application.
0 comments:
Post a Comment