.NetBlog
The subject of the project: development of an engine of blog in ASP .Net 3.5.
The engine manages all the features of blog classic:
* Creation of blog
* Customization
* Edition of message
* Management of photo
* Looks for
The blog uses a database SQL Server 2008 The security was tested to resist to the injections SQL. It is thus strong, manages the exceptions and loggue in a log file.

As any blog check this blog manages the following features:
- The user can authenticate
- He can create, modify, delete messages
- Every message has a title and is a part of a category
- messages are stored in the HTML format in base
- The user possesses an interface allowing to add and to delete blogs
- Possibility of adding an publicity in the top of every blog
- Every blog has at least an album photo
- The blogger can add, delete photos
- Photos can have comments seizures by the other users
- Photos are grouped by album
- Users authenticated or not can leave comments on articles
- A system of captcha is present to avoid the hostile messages
- A stream rss is present to be able to follow the evolution of a blog
Back office :

MCD :

The description of the project corresponds to the subject given by ETNA.
|