Learn ASP.Net Core 2.0 MVC From Scratch (Part 2 of 18)

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 10

  • @prasadraavi390
    @prasadraavi390 5 років тому +1

    Thank you Manzoor. Beautifully explained and very easy to understand for a beginner. Look forward to follow your next videos in continuation to this.

  • @oswaldrajanmendonca4484
    @oswaldrajanmendonca4484 5 років тому +1

    Thanks Mr. Manzoor. Your .NET Core MVC training is excellent. for a beginner like me its very informative and easy to understand. I'm glad I visited this link.

  • @DenizTurc
    @DenizTurc 5 років тому +1

    Thanks from Turkey !!!

  • @krishnakantsingh1501
    @krishnakantsingh1501 6 років тому +1

    Very nice training

  • @timsfun6653
    @timsfun6653 5 років тому

    Hi Manzoor, I'm using a brand new installation of Visual Studio 2017 and so far everything has been lining up with your videos. But now I've reached video 3 and find I do not have the option to add a bower.json item to my project. Since my install is so new is it possible I may have Core 2.1, is this maybe the problem and is it possible to continue this course like this?

  • @hasanmohiuddinahmed6614
    @hasanmohiuddinahmed6614 5 років тому

    Salam Sir ..
    In my project UseStaticFiles() and UseDefaultFiles() method is not there.
    What can I do in this case?

    • @hasanmohiuddinahmed6614
      @hasanmohiuddinahmed6614 5 років тому

      public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
      {
      loggerFactory.AddConsole();
      if (env.IsDevelopment())
      {
      app.UseDeveloperExceptionPage();
      }
      app.Run(async (context) =>
      {
      await context.Response.WriteAsync("Hello World!");
      });
      It is showing like this in my project.
      But no such method named, UseStaticFiles() and UseDefaultFiles() is there.

  • @codeautomate8155
    @codeautomate8155 5 років тому +1

    where is part 3

  • @faizanhamza9339
    @faizanhamza9339 6 років тому +1

    very nice

  • @surajpatel7586
    @surajpatel7586 5 років тому +1

    Where is part 3