A blog of ASP.NET 2.0 Samples, Articles, Reviews and Discussions. The purpose of this blog is to provide a resource to the quick information that developers need on Microsoft's new ASP.NET 2.0.

Tuesday, January 03, 2006

Custom profile provider

Apparently MS forgot that most of us need to be able to search properties in profiles. If you try to do this with the current ASP.NET 2.0 system, you have to iterate through each profile and cast to get the right object out. The article below suggest a row per property way. I plan to use this method so that I can have my SQL get things out of my custom profile DB and have my application layer just query what it needs instead of iterating a collection.





http://url123.com/3cra8

0 Comments:

Post a Comment

<< Home