I installed the new Visual Studio IDE plugin for ExtJS + ASP.NET WebApi. It creates, as advertiszed a solution, containing a project which has the same ExtJS default demo application as you would have got if you used Sencha CMD from the command line.
This is so disappointing to me. I thought that at least, the project would contain a sample WebApi controller implementation (HelloWorld) and that the ExtJS code that invokes the WebAPI would be in there.
So, since the skeleton contains NO clues how to go about connecting these, each person starting with a new application has to figure it out the hard way. I had high hopes, but how do you even demo this feature? You should make your template be whatever any Sencha employee who wants to demo the product should want, which is to see the debugger working with a C# webApi skeleton controller, maybe it could just return some array of items in JSON, and then you display those in something, like a grid on the ExtJS client. Voila, it is obvious that it all works.
Instead I fail to see ANY value in the plugin because I have no idea how to get started.
Are there any demos available to learn from?
Warren