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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

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

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

    Newer version of this course is found here th-cam.com/video/m8IuIoAlciM/w-d-xo.html

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

      This is list of c# exercises
      th-cam.com/play/PLMJarb53rvMQ_tZ31N7GBUcy3qY29ZG6e.html

  • @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.

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

      Glad it was helpful!

  • @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

  • @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.

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

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

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

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

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

    an amazing video thank you Mr

  • @isimarkhor5096
    @isimarkhor5096 ปีที่แล้ว

    Thank u dear prof.

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

    Great Tutorial with a deep explanation.

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

      Glad you think so!

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

    Awesome teacher ,Very helpfull

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

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

  • @nanoarrow2093
    @nanoarrow2093 ปีที่แล้ว

    Thank you.

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

    Thank you. Very good video

  • @vishnumaya1930
    @vishnumaya1930 ปีที่แล้ว

    Thanks lot sit

  • @ТимурГерасимов-э8й
    @ТимурГерасимов-э8й 9 หลายเดือนก่อน

    cool video)

  • @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.

  • @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. th-cam.com/video/m8IuIoAlciM/w-d-xo.html

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

    where is the next video

  • @erd-ds
    @erd-ds 3 ปีที่แล้ว

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

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

      Not sure but heres a full course from freecodeacadamy th-cam.com/video/BfEjDD8mWYg/w-d-xo.html

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

    Thank you

  • @somia.b6133
    @somia.b6133 ปีที่แล้ว

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

  • @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.
      th-cam.com/video/m_7oEjKVo1E/w-d-xo.html

  • @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.

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

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

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

    thank you :D

  • @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. th-cam.com/video/m8IuIoAlciM/w-d-xo.html

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

    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 3 ปีที่แล้ว

      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.

  • @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 4 ปีที่แล้ว

    .

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

    an amazing video thank you Mr.