C# Web Application Create your first web app in C# with ASP.NET MVC

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 52

  • @shadsluiter
    @shadsluiter  3 года назад +16

    Newer version of this course is found here ruclips.net/video/m8IuIoAlciM/видео.html

    • @mohamedmedo3398
      @mohamedmedo3398 3 года назад +1

      This is list of c# exercises
      ruclips.net/p/PLMJarb53rvMQ_tZ31N7GBUcy3qY29ZG6e

  • @meocon1611
    @meocon1611 3 года назад +15

    I like your method of explaining combining with zooming techniques. It really makes me easily to understand what's going on. Keep up the good work and thanks a lot.

  • @christiancolewan
    @christiancolewan 2 года назад

    kudos to the teacher in this video, I just started learning c# and this is the first video that I watched.

  • @4sra
    @4sra 4 года назад +7

    Thank you very much! that's help me a lot as a start,
    The method of narration is clear and understandable
    Great Work

  • @wyatt5984
    @wyatt5984 4 года назад +6

    Great video! I really appreciated the in depth detail on how the debugger works in the context of a web app too.

  • @MatheusCodes
    @MatheusCodes 3 года назад +1

    Loved your tutorial. I like the way you show why things are that way, and not just quickly go over it assuming we already know it or that it is not important.

    • @shadsluiter
      @shadsluiter  3 года назад

      Thank you. What kinds of things are you interested in learning?

    • @MatheusCodes
      @MatheusCodes 3 года назад

      ​@@shadsluiter I wasn't expecting you to respond haha. Right now I want to learn web development using ASP.NET. I am watching now the course you posted in the comments and it's just what I needed! Thank you.

  • @skprog
    @skprog 3 года назад

    OMG finally a tutorial dude i can understand when he speaks

  • @prasoontiwari26
    @prasoontiwari26 3 года назад

    Really Good Start..exactly i was confused when i started on my own

  • @automationtesting3149
    @automationtesting3149 4 года назад

    I am really finding it useful and am able to learn C# really well

  • @Johan87577
    @Johan87577 2 года назад +1

    I've been spending last couple weeks learning Python and Flask Web Framework and thought C# was just for windows application and back-end development. I will for certain check this out. It looks interesting for web apps.

    • @shadsluiter
      @shadsluiter  2 года назад

      Let me know how you compare the frameworks. I don't have much experience with Flask. Python to me is a data analysis tool for Pandas. Some of my students have created nice looking Flask projects.

  • @rupamsolanki7263
    @rupamsolanki7263 4 года назад +1

    Great Tutorial with a deep explanation.

  • @jbtracks3623
    @jbtracks3623 3 года назад +3

    4:44 you have to install or enable the IIS in Windows

  • @apluks607
    @apluks607 3 года назад

    Awesome teacher ,Very helpfull

  • @letuslearn8433
    @letuslearn8433 2 года назад

    an amazing video thank you Mr.

  • @shibbyshaggy
    @shibbyshaggy 3 года назад

    How do you show the bottom left corner "Autos". I have the options Breakpoints, Exception Settings, Command Windows, Immediate Window, Output, Error List.

  • @somia.b6133
    @somia.b6133 Год назад

    Web server build into windows is not appearing for me sir
    What to doo

  • @hadifarroukh4528
    @hadifarroukh4528 4 года назад

    Thank you. Very good video

  • @MiScusi69
    @MiScusi69 3 года назад

    Which extension should I install?

  • @letsgorightnow836
    @letsgorightnow836 2 года назад

    hii i have an application with c# is there a way to deploy it into webserver ????????????

    • @shadsluiter
      @shadsluiter  2 года назад

      A coworker of mine published a tutorial for how to deploy a web app in asp.net C# to Azure. You can use AWS, Google, Azure, Heroku as possible options. The typical web host will usually allow for PHP and MySQL.
      ruclips.net/video/m_7oEjKVo1E/видео.html

  • @isimarkhor5096
    @isimarkhor5096 Год назад

    Thank u dear prof.

  • @ТимурГерасимов-э8й

    cool video)

  • @arashishinkaku169
    @arashishinkaku169 4 года назад +1

    Hello there, I have a question. how does the ViewBag.Title and ViewBag.Message work? They display different things depends on the page(Contact,About).

    • @shadsluiter
      @shadsluiter  4 года назад

      The Viewbag is one method of sharing data between the controller and the page that is viewed. You can modify the Viewbag properties in the controller to affect the results in the view.

  • @yc9853
    @yc9853 4 года назад +2

    where is the next video

  • @johnmarkabad7027
    @johnmarkabad7027 4 года назад

    Sir do you have asp.net c# empty. With database connectivity????

  • @erd-ds
    @erd-ds 4 года назад

    Hi Shad,
    Thank you for the video. I couldn't find the continuation of this course. Would you share it here please?

    • @aeuludag
      @aeuludag 4 года назад +1

      Not sure but heres a full course from freecodeacadamy ruclips.net/video/BfEjDD8mWYg/видео.html

  • @nanoarrow2093
    @nanoarrow2093 Год назад

    Thank you.

  • @hassamsaeed1859
    @hassamsaeed1859 3 года назад

    IS THERE ANY VIDEO ABOUT COMPLETE PROJECT .IF YES THEN GIVE ME LINK OF THAT PROJECT, GRATE WORK ,KEEP IT UP♥

    • @shadsluiter
      @shadsluiter  3 года назад +1

      Here is a playlist of a complete project. It will show you how to build an MVC app, setup a database, search the items, create a flexbox styled front end, use AJAX for partial page updates. ruclips.net/video/m8IuIoAlciM/видео.html

  • @vishnumaya1930
    @vishnumaya1930 2 года назад

    Thanks lot sit

  • @Janek69
    @Janek69 4 года назад

    thank you :D

  • @Osman990
    @Osman990 3 года назад

    Thank you

  • @Norogoth
    @Norogoth 4 года назад

    If I want to use Win Forms it seems that the Win Forms template does not set up folders for MVC. If I want to use the MVC model but then use Win Forms, what should I do?

    • @exogendesign4582
      @exogendesign4582 4 года назад

      They are not the same, what you meant is webforms, winforms are solely for desktop application. If you want to use winforms that is for desktop application.

  • @bernkastellelamdadelta8151
    @bernkastellelamdadelta8151 3 года назад

    Hi, how do I install the C# version of ASP.NET Web Application? Mine currently only have the one for Visual Basic

    • @shadsluiter
      @shadsluiter  3 года назад

      Run the visual studio installer and select the web development options.

  • @bbf0ab08cb44becfec
    @bbf0ab08cb44becfec 3 года назад

    This looks like very slightly compressed 4k! How big is your video file? LOL

  • @graysonevans4496
    @graysonevans4496 3 года назад

    So what the heck IS the NEXT video. THey aren't numbered and there is no reference in the video. I would like to see the next video, but stumped!

    • @shadsluiter
      @shadsluiter  3 года назад

      Here is the playlist. ruclips.net/video/m8IuIoAlciM/видео.html

  • @eyesopen6110
    @eyesopen6110 2 года назад

    Does anyone actually use c# at all? Haven't seen that in 15 years.

    • @jsimmonstx
      @jsimmonstx 2 года назад

      You can't be serious. You haven't seen anyone using C# in 15 years?

  • @jamesryan6224
    @jamesryan6224 5 лет назад

    .

  • @letuslearn8433
    @letuslearn8433 2 года назад

    an amazing video thank you Mr