AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.
Categories
Recent Posts
- Handling Files and Directories from your web applications. : Rockin J
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of - Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Demonstrate how to build master/details data presentation using GridView, DetailsView as animated pop - Understanding Script Injection Attacks : Sanjit Sil
This article helps to understand the concept of script injection attacks in detail using ASP.NET. Sanjit - Designing An Application Using Test Driven Development : Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves - Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side
ObjectDataSource in Depth (Part 1) : Manuel Abadia
Tuesday, July 29 2008
Since the beginning of the .Net Framework, it was tempting to use the DataSet for a lot of tasks because it is very integrated within the framework and it’s very versatile. However, as the projects become bigger and the domain’s complexity increases, working with DataSets becomes more problematic. In order to handle more complex scenarios we need to have a solid model based on objects rather than working with low level data as rows and columns. However, it was difficult to integrate our own domain objects into the presentation layer and nearly impossible to obtain an integration level like the DataSet. With the new data binding infrastructure introduced in ASP.NET 2.0 this is easier. I won’t go into detail about the benefits of using your own domain objects for developing n-tier applications. An excellent source for this is Martin Fowler’s book. ObjectDataSource lets us integrate our own objects in the data binding framework without much work. In order to do so, you have to understand the data binding infrastructure (see my previous posts if you need more info about it) and what ObjectDataSource does for you....VSLive! Orlando 2008: LINQ Deep Dive and Best Practices Presentation :
Integrate Windows Live ID Authentication with ASP.NET Membership, Profiles and Roles : Peter A Bromberg
Nested GridView Grouping and Displaying SubTotals and GrandTotals : Mohammad Azam
ObjectDataSource in Depth (Part 2) : Manuel Abadia
Build a Multi-Provider Async Methods Search Page : Peter A Bromberg

