Progression of Learning / Practicing Microsoft

maureen flannery 21 Reputation points
2024-02-22T01:48:08.51+00:00

If I follow this link, I see that there are instruction to create my own website. Before I start this project, I would like to know if there are other, similar projects available. If so, is there a progression of difficulty to these examples? https://learn.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create-the-project

I have taken coding classes, but I would like to create my own website(s) to add to my resume, but I have never done anything completely independently. So, I would like to start with the simplest website and then move into more difficult ones.

(P.S. The project does not have to be .NET based. I am willing to learn anything).

Thanks, Maureen

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

Accepted answer
  1. Lan Huang-MSFT 28,841 Reputation points Microsoft Vendor
    2024-02-22T06:58:36.4866667+00:00

    Hi @maureen flannery,

    First you need to know what you want to start with so we can provide targeted advice.

    The project in your link is Asp.Net WebForm.Web Forms is an older technology. It still works, lots of sites are out there that are created in Web Forms with no incentive to rewrite them, but most new sites are started in later technologies.

    The link you provided is the easiest step to create an Asp.Net WebForm project. If you want to know other examples about Asp.Net WebForm, you can check out the link below.

    https://github.com/Jeed999/WingtipToys

    (P.S. The project does not have to be .NET based. I am willing to learn anything).

    Maybe you can consider other projects as well, you can check out more information about Asp.net (.NET Framework) and Asp.net Core (.NET) and decide which project you want to start.

    Choose between ASP.NET 4.x and ASP.NET Core

    .NET vs. .NET Framework for server apps
    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful