Category: recordVisitors
-
RecordVisitors–code–part 2
Now,after the idea is complete,let’s see the code. ( Yes,I know that TDD will be better … ) For the implementation : 1. Problems with the manual test- how to create a Fake User – see below the solution. 2. Problems of how to let user define his own data You can find the original…
-
RecordVisitors-idea–part1
It will be interesting to have a middleware of .NET Core that can record the name of the visitors in order to see what are the latest visitors of your site . What will be the uses ? See when the people has visiting your site See the latest visitors If you have a site…