Skip to content

samples for ASP.NET Core Ajax calls for quick reference

Notifications You must be signed in to change notification settings

vrhovnik/aspnetajaxsamples

Repository files navigation

ASP.NET Core Ajax Samples

Sample code for ASP.NET Core Ajax calls for reference (JQuery and VueJs). In order to compile and run the solution, .NET 5 has to be installed. This tutorial shows, how to get started and how to run the app.

Sample list

There is multiple pages for ASP.NET Core MVC Ajax calls, which demonstrate:

  1. classic JQuery Ajax GET call - frontend here and backend here
  2. classic JQuery Ajax POST call - frontend here and backend here

Additional links

To read a little bit more, check this: TBD