Hi
I've been searching the net for the answer, but just to make things clear, I know Dynamics NAV 6.0 will be compiled in .NET, but in terms of supported language, will C/AL be replaced by any .NET language (C#, VB.NET...) or will it at least support coding in these languages?
Thanks
Guy
0
Comments
All supported NAV coding will have to be in C/AL. There will be web services that you can connect to, so it will be much easier to integrate using .NET languages. All internal NAV development will all be in C/AL.
RIS Plus, LLC
Really, you don't want it to be integrated in .NET. I would go for the fast development in C/AL.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
I would go for the fast development in c#
Isn't that always the language that you read/write into the database.
I have never heard of T-SQL.net :-s Why should there be a C/AL .net.
C/SIDE doesn't make use of this framework. To make sure we can use C/AL.NET would mean that the app should be rewritten to make use of the .NET framework.
really ... I don't want this. .NET is great. A lot is possible with this. But C/AL is just all about simplicity and fast development. And wat is not possible, make it possible by .NET extensions ... and leave it with that... .
Just my two cents...
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
What do you mean?
Reports will still have dataitem triggers in Navision with C/AL code.
Reports in C/SIDE are producing datasets (writing the necessary code in C/AL like Mark said). Reports will be created without good design.
Then export to RDL.
Then edit the design in VS.
That's what I understood from various sessions...
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
That what I understood too, that is what was shown in the developer clinic with Naveen Garg from MS at the Dynamics Airlift in Munich in November.
Report datasets, sections and request Forms/Pages are still designed in the C/SIDE Report Designer, but the new report layout features available with the new client are programmed in Visual Basic.
Several Powerpoints are available here ( the NAV 6.0 ones are in English)
http://www.microsoft.com/germany/partne ... rlift.mspx
You can use any rdl editor that you want. If you choose to do so, you can use Visual Studio as the rdl editor, and if you choose to do so, you could potentially use Visual Basic if the components that you wish to put on your reports require the use of VB. BUT you don't HAVE to use VB to make reports. You don't HAVE to use any programming language at all, unless you put things on your report that require it.
RIS Plus, LLC
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog