This is an ASP.NET project to be done in C# (VB.NET is also a possibility based on a good reason).
DotNetNuke has a built in Blog module. I essential need this control either pulled out of DotNetNuke or its functionality duplicated into a set of ASP.NET user controls that can be placed into any ASP.NET website.
The module in DotNetNuke is made up of several controls (including administration) that can be placed in the site. I would like the same concept here. Multiple controls that can be placed together or apart in the site.
This blog application must not have any custom user authentication. It must use the Microsoft Forms authentication that is being used by the website it is dropped into.
Also, there must be no custom styling feature. It must use the standard Microsoft system of master pages and style sheets.
There is no need for a way for users to add or delete the controls. The programmer can do that.
This doesn’t have to be the DotNetNuke module or exactly like it. I’m using it as an easy way to explain what I need.
I need a robust Blog application that exists as a user controls and does not have a custom login feature or styling feature.
AJAX functionality would be nice too but not a must if it will save time.