[CLOSED] Razor view migration

  1. #1

    [CLOSED] Razor view migration

    Hi,

    We also plan to migrate the exiting code to Razor view.
    Do you have any guidelines or suggestions how we can proceed?
    For example, what are the best practices for migrating the existing server side C# methods/direct methods in aspx?

    Thanks.
    Last edited by Daniil; May 02, 2012 at 9:41 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Well, we have no any guidelines at the moment. Personally, I'm not sure we will have any special guidelines soon.

    I would look it up on the internet - some common migrating to Razor guidelines or, even, converters.
  3. #3
    How about the direct mthods and server side methods in aspx?
    BTW, some of the direct methods are called by javascript.
  4. #4
    You can call any controller action using
    Ext.net.DirectMethod.request({ /* request config */});
    A request config will look similar as here:
    https://examples2.ext.net/#/Events/D...ds/WebService/

    For DirectEvent you can set up a respective URL referring a controller action.

Similar Threads

  1. [CLOSED] Calender View in Razor - Version issue
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 05, 2012, 9:28 AM
  2. [CLOSED] Calendar View in Razor
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 05, 2012, 9:04 AM
  3. [CLOSED] [Razor] Using Model in MVC View
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 02, 2012, 4:38 PM
  4. [CLOSED] Tree Panel Razor View Example?
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Mar 09, 2012, 8:22 AM
  5. Replies: 2
    Last Post: Jan 16, 2012, 9:53 AM

Posting Permissions