I\'m using Gridview with objectdatasource, I\'ve selected select and delete method for objectdatasource, but i don\'t know how to set delete parameter (id) for objectdatasource.
I have Business Object Collection I\'d like to filter rows using linq, but noticed it returns IEnumerablewhat can not be cast then to my BOC
I am working on a packaged product that is supposed to cater to multiple clients with varying requirements (to a certain degree) and as such should be built in amanner to be flexible enough to be cust
I\'m using the Business Objects Web Services SDK to access our Business Objects data. I\'ve successfully got a list of reports, and from that found the LastSuccessfulInstance of a report that has been
I know DTO is a data开发者_运维技巧 transfer object and a BO is a business object. But, what does it actually mean? When should I choose one over the other?
Can we append timestamp in the format \'mmddyyyy\' to business objects repo开发者_开发问答rts name generated by scheduler. I know we can append file extension using \'%EXT%\'. I am looking for somethi
Am working on a .net 2.0 windows application. The data access layer[DAL] executes stored procs and returns datareader/dataset 开发者_StackOverflowto the business layer[BL].
In an attempt of building a 3-tier architecture c# asp.net application, I\'ve started building a class that is database which is used for the connecting to the database开发者_高级运维, another class t
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m toying with building a BLL for my application.From what I\'ve seen / read, it seems the BLL should be stateless.Doesn\'t this mean all BLL methods could be static?Or I\'d at least only ever need