C# Core Web Application Tutorial Activity 2a Controllers and Views in ASP.NET

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 25

  • @DavidHoang-ks2tf
    @DavidHoang-ks2tf ปีที่แล้ว +3

    Very good teacher with his specially pedagogical skills

  • @charlieschuck19
    @charlieschuck19 3 ปีที่แล้ว +4

    This series is super awesome so far! I cannot thank you enough for making this info publicly available :) -- I'm a junior university student, and our lectures are far less.... practical. XD.
    for the homework/challenge after this lesson, I created another controller that has different simple algorithms for actions. (eg. IActionResult Fibonacci) -- it takes in a parameter like the max value and then simply displays the result (typically an ArrayList, depending on the algo).

  • @flouki1
    @flouki1 2 ปีที่แล้ว

    At last someone who knows how to teach total beginners! Much appreciated! Will visit your site and have a good look at the courses there

  • @szarik5521
    @szarik5521 3 ปีที่แล้ว +1

    Professor Shad you are the best!

  • @bobarcon714
    @bobarcon714 2 ปีที่แล้ว

    Thank you Professor Sluiter!

  • @timeforrice
    @timeforrice 3 ปีที่แล้ว +1

    Great videos. Hope to see more.

  • @zacharystanaford5466
    @zacharystanaford5466 3 ปีที่แล้ว +3

    I got an error after trying to create/add the razor view 6:20.
    It says "There was an error running the selected code generator: Package Restore failed. Rolling back changes for assignment2."
    Everything when trying to add the razor template is set exactly like the video. I'll definitely try to trouble shoot this more myself but if anyone knows the fix or could point me in the right direction that would be amazing.
    Edit: also allow NuGet to download missing packages is enabled.

  • @steve-e4q
    @steve-e4q 2 ปีที่แล้ว

    I'm on visual studio for mac. The add menu item did not pop up when right clicking, so I manually created the Products folder in the Views folder, right clicked on the newly created Products folder and clicked 'new scaffolding', and selected 'razor page', and followed from there. Hopefully this helps someone else if they get stuck at the same spot I did.

  • @kostaspolitis1871
    @kostaspolitis1871 3 ปีที่แล้ว

    pretty well understood till now, thanks :)

  • @AKA-077
    @AKA-077 2 ปีที่แล้ว

    22:13 when i run this site wont load and i get this error:
    Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'Cannot implicitly convert type 'string' to 'Microsoft.AspNetCore.Mvc.IActionResult''

    • @shadsluiter
      @shadsluiter  2 ปีที่แล้ว

      I would predict that the file extension for the file is not .cshtml. Not sure.

  • @joycechu5911
    @joycechu5911 4 ปีที่แล้ว +1

    I really like your voice!

  • @jeywell7274
    @jeywell7274 3 ปีที่แล้ว

    Thank you so much! Sir. Shad!

  • @fenikomer7492
    @fenikomer7492 4 ปีที่แล้ว

    Thank you very much for this awesome tutorial

  • @dannym2595
    @dannym2595 4 ปีที่แล้ว +3

    I’ve been watching asp net mvc playlist and I have to say it is amazing. Coming from mern stack, back end is almost the same, just different naming conventions. Could you pls make a video about asynchronous on mvc? I really don’t get that on c#. Thank you for all 😄😎 stay awesome

  • @AnnedolfFrankler911
    @AnnedolfFrankler911 3 ปีที่แล้ว

    Passing an array as a parameter through the URL is quite awkward.

  • @beelzaBob
    @beelzaBob 2 ปีที่แล้ว

    Your course "Web Development in C#" has bugs: the videos stop and the audio continues. So far I've found two places where this happens, "Your First MVC App" and "Controllers and Views". It makes it very difficult to watch, especially as the last part of the video is generally the more important. There's no way to contact teachable (that I can find), so I'm commenting here.

  • @maak3136
    @maak3136 3 ปีที่แล้ว

    This is awesome! Thank you!

  • @attilaguba856
    @attilaguba856 4 ปีที่แล้ว

    That's really good explanation! Thanks! Could you do more simple examples with mvc crud please / special with edit and delete! /

  • @OlehChalyi
    @OlehChalyi 3 ปีที่แล้ว

    Great!