I’ve seen the a class named DataSourceHelper, with an attribute of DataObject(true), in a couple of modern open source ASP.NET projects.
Is the use of such a class now an ASP.NET idiom, and if so is it the equivalent of the DAL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only use I have seen for this is internal to the .NET framework , the only method it implements is the following:
Which is equivalent to
look here for a full codes (in mono project):
http://www.koders.com/csharp/fid546A9F9796B7DC3E5B9C739D76B5C18F8C27B9CB.aspx?s=DataSourceHelper#L2
http://www.koders.com/csharp/fid6346172865991F983A0546451DF02B2E2F868D8D.aspx?s=DataSourceResolver#L2