I came to this library (in fact a single page) while I was learning posts related to how StackOverflow.com is built. I also noticed that the library is independent of the database, and is useful if you are using any database.
I feel it is promising, and I am going to write a very simple site visitor logging component with this. The database I will use will be Sqlite and will log all the page views into database with the user, user agent and url referrer.
There will be following two NuGet packages that I will require:
- Dapper .net
- System.Data.Sqlite (I am using x86)
I am going to use Application_AuthenticateRequest in Global.asax to add logging.
All the code will be available at https://trickycoders.svn.codeplex.com/svn/WebsiteLogging
No comments:
Post a Comment
Please add your valuable comments about this post if it helped you. Thanks