Have a look at Active records in the Castle project[^]
Magnus Sälgö Sälgö Consulting AB, Sweden
Have a look at Active records in the Castle project[^]
Magnus Sälgö Sälgö Consulting AB, Sweden
Another good book about patterns is http://www.oreilly.com/catalog/hfdesignpat/ and also Jimmy Nilsson book where he is beeing like a pair programmer to you http://weblogs.asp.net/fbouma/archive/2006/06/26/Applying-Domain\_2D00\_Driven-Design-and-Patterns-by-Jimmy-Nilsson.aspx
Magnus Sälgö Sälgö Consulting AB, Sweden
Sounds ok Normally you have a 3 tire Architecture to isolate things from each other UI - User Interface BL - Business lauer where you have all your business logic DAL - Data access layer where the database acces is in IO recommend you to also have a look on O/R mappers and specially Castle where you in your BL add some properties to your code and the O/R mapper is taking care of the mapping to the database Getting started article http://www.castleproject.org/activerecord/gettingstarted/index.html
Magnus Sälgö Sälgö Consulting AB, Sweden
You have to add the user to the database... Check out the videos Scott Mitchell’s: Examining ASP.NET 2.0’s Membership, Roles and Profile (Part 1) Scott Mitchell’s: Examining ASP.NET 2.0’s Membership, Roles and Profile (Part 2) Scott Mitchell's: Examining ASP.NET 2.0's Membership, Roles and Profile (Part 3) Scott Mitchell's: Examining ASP.NET 2.0's Membership, Roles and Profile (Part 4) Scott Mitchell's: Examining ASP.NET 2.0's Membership, Roles and Profile (Part 5) see links in http://weblogs.asp.net/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx[^]
Magnus Sälgö Sälgö Consulting AB, Sweden
:zzz: See your other post
Magnus Sälgö Sälgö Consulting AB, Sweden