I developing a network that uses membership. I have a couple of stories that i have to implement. and i want to use to entity framework with MVC 2 to build this site. asp.net membership system has really really nice features. but is it hard to extend? i dont know.
one of these: i want to give each users to a uniq name that users can use it to "www.somesite.com/someuser" like this. i want to optionally users can generate these unique names from first name and last name(James Hetfield= jameshetfield). so i have to extend my membership table structure. but i dont know that how to save my users first name and last name in my data base to interact with my membership and forms authentication methods. how do i do this?
where i getting confused is: when i change the data on membership tables.. what if there is any field to i have to change with my changes.