Hi friends,
I have gone through this below link
https://docs.microsoft.com/en-us/dynamicsax-2012/developer/microsoft-dynamics-ax-design-patterns
even though i cant understand about design patters. Why we want to use the design patterns and what its use in ax. Please let me know.
Thanks in advance.
*This post is locked for comments
Thank you for your response Nikolaos. Ya This is a relevent answer to my question.
I think you should look at a definition of design patterns first. For example, this is the first paragraph of the Wikipedia article:
In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be transformed directly into source or machine code. It is a description or template for how to solve a problem that can be used in many different situations. Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.
It's a list of best practices / guidelines on how you should implement your code, to make it work with the same logic than the standard application. And also utilize existing solutions and patterns instead of reinventing the wheel.
So, you want to use these patterns to make sure the look&feel and general logic of your solution matches the one of the standard application. Some of the guidelines help you offer future developers the same "developer look&feel" for your objects vs the standard objects.
Did this answer your question?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,275 Most Valuable Professional
nmaenpaa 101,156