Base solution for your next web application
Open Closed

Best Way for convert Window app to Web app #3209


User avatar
0
ultimatemm created

Hi ,

Now I have to convert Window application to web application. Window application used Store Procedure and View object 90% in project. I got only few month to convert the whole system and I have to reuse SP and View. So what is the best way for me to convert window to web in this case?

  1. .Net core with MVC
  2. .Net core with angular 2
  3. MVC 5 with Jquery 4 . MVC 5 with anjular

Thanks & Best Regards


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ultimatemm,

    Since you have a limited time, I suggest you to choose the one best you know :). For SP and Views, it is easy to use in all versions, you just need to create custom repositories.

    You can even add a common generic methods to your repository base in order to call a SP or View with it's name and parameters.

    Thanks.

  • User Avatar
    0
    ultimatemm created

    Hi ismcagdas ,

    I want to use .net core with angular 2 but because of limited time i have to chose .net core mvc or mvc 5 with kendo ui. My current project used crystal reports and don't know it is fit for .net core.

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I'm not sure about .net core but if you use AspNet Core & angular 2 with .Net Framework 4.6.1 I think you can use Crystal Reports. For .Net core I think it is better to search on the web :).

    Thanks.