Default sample application that comes with VS template does not reset counter
Though not that important, I just wanted to point out that the admin application that comes when you start a new project in visual studio with the innovaphone template, contains a bug when you want to reset the counter. The reason I think is that counters are stored based on users, while the reset does not use the name of the user to set it to 0 again.