Tagged Questions
6
votes
1answer
540 views
How do you use Presentation Model with Webforms?
I have started using Presentation Model w/ ASP.NET webforms and like the pattern quite a bit. What I am really having an issue with is where to instantiate some of my classes, mostly the presentation ...
1
vote
4answers
275 views
What are the benefits of an XML data model over the DataSet model?
At my current job we have a CMS system that is .NET/SQL Server based. While customizing a couple of the modules for some internal use, I was a little surprised to see that instead of having APIs that ...