| Ron Jacobs |
One thing that many web sites do is to verify email addresses by sending you an email to complete registration. I decided to build a Registration system for ASP.NET MVC using Windows Workflow Foundation. When you create a new ASP.NET MVC web site, the site comes with a simple account controller that integrates with ASP.NET Membership. It provides basic one step registration and log-in support. I wanted to take this much farther and provide a simple self-contained registration verification system. Scenarios When I plan work like this, my first step is to prepare the list of scenarios
I'm working on so I don't get distracted and don't miss anything important Given When Then A user registers for the site with a valid email address ...(Read whole news on source site)




