ASP.NET Three Tiered w/ Client Side Data
Last week, I created a tool that would allow the user to upload an XML file and have the web site process the file and return a report. All pretty standard stuff until you realize that if you want to use a three-tiered model you have to get the data that the client uploaded into a place that the Business Logic Layer (ObjectDataSource in this case) can see EACH time the object is instantiated.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

