Loading ...

MOQ And Unit Test

Hello everybody, today I want to write few words about Moq and unit testing.  First of all you can have a question, why do I need Moq at all? Moq is especially useful for cases if we don't have desire to code interface, then code implementation of interface, and then code fake implementation...

How To Make Quick Estimate

Hello everybody, today I want to write a notice about Project estimation. One of the important facetcs of making estimates is to make document, in which to describe definitions of project, which need to be estimated. For this purpose I will create Word document with title page, table of contents...

Some New Features Of Net 4 5

Hello everybody, today I want to write some notice about PCL, aka portable class library. It's possible to make library which will be possible to make library for Windows Phone 7, Xbox 360, .Net for Windows Store apps.  Ready to take your Acumatica development to the next level? Just like cr...

How To Work With Selector

Hello everybody, today I want to write few words how to work with selectors in Acumatica. So, imagine, you have the following selector in Acumatica: <px:PXSelector ID="NmbUsrBillPMTask" runat="server" DataField="UsrBillPMTask"/> In order to make it work as selector, you need to do the follo...