Skip to content

Writing easily ajax requests in JavaScript for ASP.NET MVC, Web Api applications. A library to auto-generate JavaScript proxy objects from WebAPI and MVC controllers.

License

wqshabib/jsnetbridge

 
 

Repository files navigation

Presentation

With Intellisense, the library provides information for easy writing to ajax requests for ASP.NET MVC and WEB API applications. The advantage is to have no more hard-coded client-side URL. When writing of ajax requests, the library allows the developer front-end to retrieve the url generated on the server side, to know the structure of data to send parameter and instantiate it.

All proxy objects in javascript are generated and available through the Visual Studio Intellisense for the action methods and business objects. The URL of action method is also generated.

Download a SAMPLE APPLICATION.

About

Writing easily ajax requests in JavaScript for ASP.NET MVC, Web Api applications. A library to auto-generate JavaScript proxy objects from WebAPI and MVC controllers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.3%
  • C# 22.1%
  • PowerShell 12.6%
  • Pascal 10.7%
  • CSS 3.2%
  • TypeScript 0.5%
  • Other 0.6%