Basically, on a Item Details page i would not like to load the CustomerBO to have less amount of processing.
Request you to please elobarate a bit on this concept and clarify my concern.
Public Notinheritable Class MySharedClass'-- Prevent the class from being instantiatedPrivate Sub New()End Sub'-- A shared subPublic Shared Sub MySharedMethod() '-- Do whatever you need to doEnd SUb'-- A shared functionPublic Shared Function MySharedFunction() As Boolean '-- Do some stuff Return TrueEnd SubEnd Class
As for the DLLs required, you will need the following:
MicroFour StrataFrame Base.DLLMicroFour StrataFrame Business.DLLMicroFour StrataFrame UI.DLL
and if you are using security you will need:
MicroFour StrataFrame Security.DLL