JavaScript in ASP.NET MVC
About the Speaker

Software Developer & Coding Instructor
Veronica Eulenberg has been developing software since 2017, beginning with LAMP development through WordPress. Specialized in modifying themes and plugins using PHP, CSS, JavaScript, and jQuery, as well as configuring Linux servers through Apache's .htaccess. She has a strong interest in writing Regex and tested complex MySQL queries in MySQL Workbench before deploying them in production. Starting in 2019, she expanded into React development at various organizations. More recently, she has been consulting on front-end projects and teaching coding to kids, covering topics like C# .NET MAUI and VEX robotics.
A practical introduction to using JavaScript inside an ASP.NET MVC application. This talk demonstrates simple techniques for adding interactivity without unnecessary complexity. Through real project examples, you'll see how a small amount of JavaScript can significantly improve the user experience.
Topics covered:
- Where to place JavaScript in an MVC application
- Updating parts of a page without a full reload using API calls
- Integrating lightweight JavaScript libraries to improve UI/UX