PreviousNext

Processing Data with ASP.NET MVC, JSX+React and TypeScript

by bill-s, 2016-07-02T08:31:05.000Z

Obviously, I think the combination of JSX, React and TypeScript is cool. I showed how to create a simple "Hello, World" Typescript/JSX+React Web page in aprevious column (that included showing how to configure an ASP.NET MVC project with TypeScript and React). In my last column, I went one step further and showed how to integrate a read-only form with ASP.NET MVC. This column builds on that to show how to both accept in that form and how to make AJAX calls back to an Action method in that MVC application.

Read More