Web client & NAV portal framework

With the release of Dynamics NAV 2013, your applications get web enabled. By installation of either the web client or the portal framework for SharePoint, your applications will run in an internet browser. This session will cover topics like; Installation and configuration, security considerations and recap…

Using .NET Framework Interfaces

With .NET Framework interoperability in C/AL, you can define variables for .NET Framework interface types. This is useful when you have a class that explicitly implements an interface. In the .NET Framework, when an interface is explicitly implemented, you cannot call methods that belong to the…

Using .NET Framework Generics

In the .NET Framework, you can use generics to customize a method, class, structure, or interface according to the data type that it acts upon. Instead of writing a method, class, structure, or interface for a particular type, you can write it to use any type.…

.NET Framework and C/AL Type Mappings

In C/AL, some .NET Framework data types, such as strings, integers, and decimals, are automatically converted to C/AL types. Because the types are converted, the .NET Framework versions of these types are not supported in C/AL. For example, instead of using a .NET Framework integer data…