Category Archives: Development

Xamarin vs Flutter vs ASP.Net vs .net core, and 3rd party vendors

This is a suggestion to MS/Google, and all 3rd party vendors. Xamarin vs Flutter vs ASP.Net vs .net core, and 3rd party vendors Xamarin while has a lot of nice features, it just still takes all the heavy load of the … Continue reading

Posted in Development, Mobile | Leave a comment

MS Dynamics AX 2012: On Hand Inventory Form

Dynamics AX 2012 has a good view showing product inventory information, and based on the following site: https://technet.microsoft.com/en-us/library/aa616522.aspx https://social.technet.microsoft.com/wiki/contents/articles/6116.dynamics-ax-on-hand-inventory.aspx http://ashishpanth.blogspot.com/2014/02/concepts-of-on-hand-inventory.html http://dynamicconsulting.com/2015/10/07/dynamics-ax-on-hand-form-quantities I decided to re-design the form picture with clear symbols, to show the formulas used, as at least for me, there … Continue reading

Posted in Development | Tagged | Leave a comment

تصميم متجر فاشون للبيع على الانترنت مع برنامج على الجوال

لقد تم الانتهاء من موقع: متجر فاشن نواعم على الانترنت https://www.fasionmarket.com للبيع على الانترنت، بعدد لا محدود من المنتجات والتصنيفات مع تصميم برنامج له على جوالات الاندرويد

Posted in eCommerce | Tagged | Leave a comment

Adding Indexes in SAP PowerDesigner with VBScript

The following code will help in adding columns to indexes or creating indexes in SAP PowerDesigner: .

Posted in Development | Tagged , | Leave a comment

Reading JSON from Xamarin.Forms .xaml, and displaying them in ‘GORILLA PLAYER’

GORILLA PLAYER: is a very powerful and fun app that helps developers see their .xaml files in action without compiling them. http://gorillaplayer.com   And the following are the steps to make ‘GORILLA PLAYER’, display the xaml files with json sample … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment

Projecting on Linq to SQL, from different layers

  The Need I needed to add the possibility for upper layers like the Model/Service to make projection on Linq to SQL statements but without leaking IQueryable. As the normal Linq to SQL projection is: var query = from c in Cars … Continue reading

Posted in Development, Technical | Tagged , , | Leave a comment

Cost of Goods Sold: LIFO, FIFO, Average information for developers

In the continuation of my research/reading of how to develop an inventory system, that works with: COGS = Cost of Goods Sold (COGS) Cost Accounting Inventory Costing Methods LIFO FIFO, Standard Cost, Average FIFO Method: In most businesses, the actual … Continue reading

Posted in Development | Tagged , , , , , , | Leave a comment

Countries & currencies & Languages & Culture Info for Developers

Requirement I searched the internet for possible information/properties for countries and their currencies and Languages and their Culture info for developers/programmers, and got multiple sources and tables, then I began linking them to make a much more informative table, so … Continue reading

Posted in Development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Table of Countries and currencies Info for programmers

I searched the internet for possible information/properties for countries and their currencies for developers/programmers, and got multiple sources and tables, then I began linking them to make a much more informative table, so it came out with these fields:  

Posted in Development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Replacing DTO with Anonymous object

Introduction Data transfer object (DTO) are used to pass data from layer to another instead of using the domain objects, which has very good implications if the layers are separated by wire as in server and client scenario. The problem … Continue reading

Posted in Development | Tagged , , , , , | Leave a comment