ASP.NET Home  Home RSS 2.0 Atom 1.0 CDF  

Manuel Abadia's ASP.NET stuff - January, 2006

 
 Sunday, January 29, 2006
It’s time to talk about the abstract class DataSourceView.

The DataSourceView class exposes the capabilities of the data source control (if it can update, insert, delete, page, sort…) and has the methods to do CRUD operations (select, insert, update and delete). It’s the element with most functionality in the new data binding infrastructure by far.

Sunday, January 29, 2006 7:04:25 PM (Romance Standard Time, UTC+01:00)  #    Comments [1]    | 
 Sunday, January 22, 2006
In a previous article I explained the infrastructure for a data bound control (how it gets data from a DataSourceView and when the framework calls the DataBind method). Now it’s time to explain a bit the DataSourceControl class.

Sunday, January 22, 2006 8:52:21 AM (Romance Standard Time, UTC+01:00)  #    Comments [2]    | 
 Thursday, January 12, 2006
The new data source controls and the new data binding infrastructure is a cool feature that can simplify development time (especially for simple scenarios and for people without much knowledge of the framework).However, for hardcore developers, not knowing what exactly the new data binding infrastructure does under the hood is problematic and unfortunately, it isn't very well documented anywhere...I'll try to explain some of the "magic" involved in this.

Thursday, January 12, 2006 9:01:34 AM (Romance Standard Time, UTC+01:00)  #    Comments [10]    | 
 Monday, January 02, 2006
Welcome to my blog.

I plan to post here things mainly related to asp.net, but from time to time probably I'll post something about my other hobbies (electric guitar, video games...)

Here is my short bio:

Monday, January 02, 2006 6:01:19 PM (Romance Standard Time, UTC+01:00)  #    Comments [0]    | 
Copyright © 2008 Manuel Abadia. All rights reserved.