Hello,

I'm exploring whether I can use Ext.Net in my next project. Currently, I'm used to developing in EXTJS 5.1.1 in a php environment. But now, I have a requirement to deploy to a .NET environment.

I ran a test of installing an ASP.NET project with EXT.NET in Visual Studio and the site example page came up and was working. I've looked through some examples and read through the documentation, but I'm confused about a number of things.

1) Would my current EXTJS 5.1.1 applications work in EXT.NET? For instance, I develop using EXTJS MVC framework, so I have literally dozens of applications using the following structure:

index.html
app.js
app/Application.js
app/controller/...
app/view/...
app/store/...
app/model/...

What needs to be modified? Do I have to completely rewrite what I've done?

2) Can I still use Sencha Command to compile my JavaScript?

3) Do the Ext.net and EXTJS classes get installed on the server, or do we have to reference them from http://speed.ext.net?

Any newbie guidance or pionters here would be very much appreciated!

Fred I