Add a blog to an ASP.NET web site

Robert Barnes 71 Reputation points
2021-09-23T03:02:18.553+00:00

I have a web site, https://jazzsoftware.co.nz/, supporting our software, written in ASP.NET, .NET Framework 4.6.1.

I would like to add a simple blog where users can post questions, others (including me) can comment. A Google search led me down a rabbit hole of solutions that had many more features than I needed, I just want something that looks simple, like this forum, and works with my current technology (ASP.NET, SQL Server).

A link to a "how to" paper would be ideal. Thank you, Robert

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yijing Sun-MSFT 7,066 Reputation points
    2021-09-23T07:28:20.033+00:00

    Hi anonymous userBarnes-8211 ,
    According to your description,I think you want to create a blog using c#. You need store users' information and blog page.More details,you could refer to below article:

    https://forums.asp.net/t/1869520.aspx?How+to+Create+Blog+Using+C+

    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Robert Barnes 71 Reputation points
    2021-09-25T00:09:16.03+00:00

    Thank you. I'll read through the links from your reference. I want to add the blog to a page written in ASP.NET(VB), like the rest of my project, hopefully it will be easy to either translate the C# to VB, or include a blog control written in C# as another project within my solution.

    0 comments No comments