Options

What language are NAV Pages programmed in?

VotucVotuc Member Posts: 206
edited 2010-12-17 in NAV Three Tier
Hi,

I know Pages are created in C/AL but are they also built upon .NET in the background? Not just the NST - but are there actual "classes" (?) behind the Actions, The Group, the Container, the ActionGroup, etc. :-k

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    The RTC is written in .NET.

    You can see all NAV C/ALL code in .net if you export the blob fields from "Object Metadata" table.
    Or start the service tier in debug mode.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    fitolfitol Member Posts: 46
    And in debug mode you can see that the code in all object types (not just pages) gets translated to C#, which is what the Service Tier executes.
Sign In or Register to comment.