Synopsis: BlogEngine.NET 1.2 with SQLite - BlogEngine.Core
 

by Sameera on October 20, 2007 07:35

Now that my SQLite Provider implementations seem to be running smoothly enough, it's time I move towards releasing the code.  Before I do, I want to post all the changes that I have made (excluding those are specific to this website's design). To start off here are the changes affecting the BlogEngine.Core library project:

Added

  • AbstractDatabase.cs
    • Path: Providers/
    • Generic base class abstracting database specific implementations
  • Database.cs
    • Path: Providers/SQLiteProvider/
    • Extends AbstractDatabase to provide SQLite specific implementations
  • SQLiteBlogProvider.cs, SQLiteMembershipProvider.cs, SQLiteRoleProvider.cs
    • Path: Providers/SQLiteProvider/
    • Self explanatory

Removed or Modified

  • None.

There is also an additional reference to log4net, used by Membership and Role providers. Original code from Peter A. Bromberg used the Event Log for loggging errors which fails if you are running on a Shared Host machine. Log4Net on the other hand executes without a problem under medium trust scenarios. I have used the File Appender of log4net. You could also easily switch to using SQLite database itself for logging, if that's your preference.

Changes to BlogEngine.Web and the downloadable source code are comming up on the next post... 

Add comment


(Will show your Gravatar icon)  

biuquote
  • Comment
  • Preview
Loading



About Me

Sameera Perera

Sameera Perera

Log in

RecentComments

Comment RSS

Calendar

<<  January 2009  >>
MoTuWeThFrSaSu
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

Archive

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2009

All forms of source code published on Codoxide.com are distributed under the Apache License, Version 2.0 unless otherwise stated.
The rest of the content are published under a Creative Commons Attribution 3.0 License.
Creative Commons License

CodoxideTM

Copyright © 2009  codoxide.com. All rights reserved. Designed by Sameera Perera