Business Object Model

  • Thread starter Thread starter Brian P. Hammer
  • Start date Start date
B

Brian P. Hammer

Did a little searching on Google for business object model in vb.Net but
didn't find much. Anyone have some links and samples for this and as a last
resort, a book title? I need to start at the bottom...

Thanks,
Brian
 
Hi Brian ,

"Business Object Model" is not a .Net winform focused technology. To get
better help from the community, I suggest you post this issue in VB.net
newsgroup. Also, if you do not want the VB.net specialized response, you
can post this issue in .Net Framework or .Net genernal newsgroup. There
will be more experience people in these newsgroup.

Thanks for your understanding.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Brian,

Modeling methods I came across are MVC (Model-View-Controller) and MVP
(Model-View-Processor). There are C# samples on the internet. Simply run a
search with "MVC C#" or "MVP C#" shall give you a good start.

Cheers,
Raymond
 
Jeffery,

Would you mind reading and see
if you have a MS perspective for my situation? It's "Data Storage
Suggestion??" dated 2/19/05 1:37PM -06 GMT

Thanks,
Brian
 
Hi Brian ,

Thanks for your feedback.

However with that thread as the problem context, I still do not think this
issue is winform related, so .Net Framework or .Net general newsgroups are
more suitable for this.

Based on my experience, all the MS pattern and design related resources are
documented in the link below, you can search this sub site for what you
want:
http://msdn.microsoft.com/practices/

The link below shares us some information regarding "Business Object Model"
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarrepos/h
tml/msdn_reappdev.asp

Hope this helps!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top