Learn ASP.NET Core 3.1 - Full Course for Beginners [Tutorial]

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • Learn ASP.NET Core 3.1 in this complete tutorial course for beginners.
    After learning about the history and basics of ASP.NET Core, you will learn how to build a small book list application with CRUD operations. You will learn how to use the Entity Framework for integration with a database with ASP.NET Core Razor Pages.
    You will also learn how to build a book list application using ASP.NET MVC and see how to use DataTables with API Calls in a Razor Project.
    It could be helpful to have some familiarity with C# and SQL. If you want to learn about those topics, try these videos:
    🎥 C#: • C# Tutorial - Full Cou...
    🎥 SQL: • SQL Tutorial - Full Da...
    ✏️ Course from Bhrugen Patel. Check out more of his courses:
    🔗 MVC Advanced Course: www.udemy.com/course/complete...
    🔗 Razor Advanced Course: www.udemy.com/course/advanced...
    🔗 All Courses: www.bhrugen.com/
    ⭐️ Code ⭐️
    💻 Book List Razor: github.com/bhrugen/BookListRazor
    💻 Book List MVC: github.com/bhrugen/BookListMVC
    ⭐️ Coure Contents ⭐️
    Section 1: Introduction
    ⌨️ (0:00:00) Welcome
    ⌨️ (0:02:41) Razor Project Overview
    ⌨️ (0:04:51) MVC Project Overview
    ⌨️ (0:05:52) Evolution of ASP.NET Core
    ⌨️ (0:10:21) Tools Needed
    ⌨️ (0:11:49) Github Url
    Section 2: Razor Project
    ⌨️ (0:12:50) Introduction
    ⌨️ (0:13:18) Create Project
    ⌨️ (0:16:02) Razor Pages
    ⌨️ (0:19:17) csproj
    ⌨️ (0:22:51) launchsettings
    ⌨️ (0:24:58) wwwroot
    ⌨️ (0:26:53) Pages Folder
    ⌨️ (0:31:23) Routing in Razor Pages
    ⌨️ (0:36:42) Tag Helpers
    ⌨️ (0:40:03) Main Methods
    ⌨️ (0:42:36) Startup Part 1
    ⌨️ (0:45:49) Startup Part 2
    ⌨️ (0:49:57) Middlewares
    ⌨️ (0:54:17) AppSettings
    ⌨️ (0:55:34) Dependency Injection
    Section 3: Book List Razor
    ⌨️ (0:59:27) Introduction
    ⌨️ (0:59:57) Runtime Razor Package
    ⌨️ (1:02:56) Create Book Model
    ⌨️ (1:05:15) Add Connection String and Packages
    ⌨️ (1:08:41) Add Book Table to Database
    ⌨️ (1:14:01) Book Index Get Handler
    ⌨️ (1:20:05) Designing Book Index Page Part 1
    ⌨️ (1:23:20) Designing Book Index Page Part 2
    ⌨️ (1:30:44) Create Book Page Model
    ⌨️ (1:34:19) Create Book Page UI
    ⌨️ (1:38:47) Create Book and Validations
    ⌨️ (1:44:45) Client Side Validations
    ⌨️ (1:46:41) Edit Book Get Handler
    ⌨️ (1:49:33) Edit Book UI
    ⌨️ (1:50:55) Edit Post Handler
    ⌨️ (1:55:30) Delete Book
    ⌨️ (1:59:21) Book Get API
    ⌨️ (2:03:26) DataTables
    ⌨️ (2:12:05) Delete API Call
    ⌨️ (2:15:03) Delete Book
    ⌨️ (2:19:36) Upsert Page Handlers
    ⌨️ (2:24:43) Upsert Page UI
    Section 4: MVC Project
    ⌨️ (2:23:00) Introduction
    ⌨️ (2:28:34) Create Project
    ⌨️ (2:31:06) MVC Folders
    ⌨️ (2:33:24) Routing in MVC
    Section 5: Book List MVC
    ⌨️ (2:38:29) Introduction
    ⌨️ (2:38:53) Create Book Model and Push to Database
    ⌨️ (2:46:15) Create Books Controller
    ⌨️ (2:49:06) Third Party Links
    ⌨️ (2:51:13) BookList Js and API Calls
    ⌨️ (2:56:00) Index View Book List
    ⌨️ (3:00:03) Upsert Get Action
    ⌨️ (3:02:50) Upsert View
    ⌨️ (3:09:18) Upsert Post And Delete

КОМЕНТАРІ • 740

  • @CodeItUpByAMBITIONED
    @CodeItUpByAMBITIONED 4 роки тому +58

    GREAT TUTORIAL AS ALWAYS! This channel is providing so much value, you even inspired me to start my own one about advanced C# lessons! Keep up the good work!

    • @user-yc9rp8mv5b
      @user-yc9rp8mv5b 7 місяців тому

      Dear friend. Visit youtube chanal #solvemyprogrammingtask. Thank you.

  • @charlesbaldo
    @charlesbaldo 4 роки тому +53

    This is excellent. I have been learning Core 3.1 for about 2 months now piecing it together from videos, MS websites, books and trial progamming. This video puts everything i have been doing in one place. It is lke a review of my life for the last two months. The person doing the training is clear, concise, smooth and pleasant to listen to.
    THANK YOU

  • @nintandao64
    @nintandao64 3 роки тому +77

    I'm only a little over 1/3 of the way through this so far and wanted to say I really appreciate the fact that you posted this free of charge, it's 10x easier to follow and understand than the 'beginner' course that was provided on Pluralsight

  • @notBradYourself
    @notBradYourself 4 роки тому +670

    If you are trying to decide between this and Mosh's course on udemy, choose this one 100%. It's up to date, streamlined and there's no guesswork. Mosh's is EXTREMELY outdated and is missing a lot of crucial points that will later break your work and leave you guessing.

    • @aleksandermirowsky7988
      @aleksandermirowsky7988 4 роки тому +84

      I usually never post a comment on UA-cam, but I'm making an exception today just to say that you're absolutely right. As someone who has bought and finished Mosh's course I can attest to what you're saying. Not only Mosh's course is extremely outdated, he purposely leaves out explanations about Entity Framework in the hopes people will buy his OTHER course about Entity Framework, he completely abstracts a lot of C# knowledge and even say he covers it in his C# complete course. I'm not saying his content is terrible, it's just designed in a way to make you buy his other courses, but the main point being that it's definetely outdated and .Net web app technology has gone so much far since his course was originally posted.

    • @pd6335
      @pd6335 4 роки тому +1

      Do you know if this guy's course is easy to add authentication into? Can it simply be scaffolded and then you put [auth] or whatever above each action method?

    • @notBradYourself
      @notBradYourself 4 роки тому +1

      @@pd6335 Sorry buddy, can't help you with that just yet, will update this when I learn a little bit more about that world.

    • @pd6335
      @pd6335 4 роки тому

      @@DotNetMastery thanks I got that working. I did have one question though. When I deploy my app to Windows Server IIS, the database cannot be accessed with the same connection string I use locally. But I can see the database on my server. Running visual studio and the app on the server locally still works though. Any idea?
      (I'm going to buy your MVC course when Udemy has a sale)

    • @von3976
      @von3976 4 роки тому

      @@pd6335 Were you able to add authentication in the sense that different users have different "Book" listings?

  • @ingosmalose
    @ingosmalose 4 роки тому +18

    I would say. Thanks. With your videos, I could learn about C# that is my target right now and my English that's my main goal at this moment. It's a great video.

  • @kenmtb
    @kenmtb 2 роки тому +4

    One of the better tutorials on youtube. The author will often take time to explain WHY things are done not just parrot WHAT he is typing. This is actual teaching and is appreciated.

  • @bardus_hobus
    @bardus_hobus 3 роки тому +2

    This is an amazing video. No stupid, long intros, no stupid logos that waste my time; just good ole' teaching. Thank you!!

  • @joshlutz4785
    @joshlutz4785 4 роки тому +12

    I have a decent knowledge of PHP and have been trying to migrate to C# for quite awhile with limited success. I started this video like most I watch, expecting to come out as confused as when I started...I was wrong! I watched it end to end, following along. You took a very complex task and simplified it so that anyone can comprehend. I thank you for taking the time to make this video, you got me over the hump with C#. I will definitely be looking you up on Udemy to keep going. Thanks again!!

  • @meh398
    @meh398 4 роки тому +9

    Just, never stop making these great tutorials please.

  • @Sea-qv4sd
    @Sea-qv4sd 3 роки тому +2

    Finally I’ve been trying to follow various different C# tutorials but was missing knowledge between knowing how to program and understanding VS. This bridges the gap for a tutorial series I want to do covering multiple things in Vs

  • @MotionInMotion1975
    @MotionInMotion1975 4 роки тому +3

    Thank you very much for this video, it is the most explanatory one I've found, specially for a guy like me that is stuck is being Web Forms for 15 years. Thanks man.

  • @hasanteomantngr6827
    @hasanteomantngr6827 3 роки тому +77

    I started to watch today and finished today. Extremely useful course

    • @thebuzz3740
      @thebuzz3740 3 роки тому +5

      I took 4 days to complete it😆

    • @MauriceBoulard
      @MauriceBoulard 2 роки тому

      woww kid you can be proud of yourself and tell all the world

  • @TheFather_
    @TheFather_ 4 роки тому +42

    exactly what im looking for, i watched the first 40 mins and planning to complete it tom, thanks for this great vid.

    • @j-t-ogamingblahblah3025
      @j-t-ogamingblahblah3025 4 роки тому

      ditto , plus Mr Patel looks proper happy, i like that :) - commence.... (i say commence as am going again :P , otherwise ditto would be a lie, sorry ocd explanation!, to be exact i got about[lol] half way through - now am gonna create my thing), will somebody shut me up haha PO

    • @retro2712
      @retro2712 3 роки тому

      @@j-t-ogamingblahblah3025 you horny dude

  • @deonlubbe2124
    @deonlubbe2124 3 роки тому +2

    The explanation for Dependency Injection was perfect. Much clearer now, thank you!

  • @Kayjeah
    @Kayjeah 3 роки тому +4

    Dude thank you so much! Really helping me to build a portfolio during this pandemic since it's so hard to find junior roles...

  • @nik6304
    @nik6304 3 роки тому +5

    Only 3 hrs course I have ever completed. High Value Content.

  • @frankjorissen6271
    @frankjorissen6271 4 роки тому +2

    Thank you sir. Thanks to this tutorial, I finally have a clear view on this matter

  • @mazingerz99
    @mazingerz99 4 роки тому

    Thank you so much! You were detail and good at explaining each step. Great work!

  • @madhusaivemulamada3556
    @madhusaivemulamada3556 2 роки тому +2

    Thanks, these concepts helped me build a project that was given to me while interviewing and the panel is impressed

  • @jackjack6026
    @jackjack6026 4 роки тому +1

    Great tutorial, very clearly explained and easy to be understood. Thanks a lot!

  • @sbk1398
    @sbk1398 2 роки тому +1

    That was incredible. Clear explanations and incredibly useful content

  • @user-xp9hb8wn6x
    @user-xp9hb8wn6x 2 роки тому +3

    First of all, thank you so much for your GREAT instruction.
    I've been searching materials about ASP.NET Core Razor Pages.
    YOU are the closest solution, OUT OF THE BOX.
    I feel I should learn much more things.
    Very happy to meet GOOD friend like you.
    I like India, Satya Nadella, Mahatma Gandhi and YOU.
    Gandhi said, "The future depends on what you do today.".
    It's the most impressive phrase for me.
    P.S. sorry for my poor English.
    Happy coding... Bye...

  • @islamahmedmohamed5147
    @islamahmedmohamed5147 3 роки тому

    The style explained in sequence and simplicity, thank you very much.

  • @iaincaldwell4445
    @iaincaldwell4445 4 роки тому +6

    Nice to have a really up-to-date and easy to follow course on this subject. Well done Sir!

    • @user-yc9rp8mv5b
      @user-yc9rp8mv5b 7 місяців тому

      Dear friend. Visit youtube chanal #solvemyprogrammingtask. Thank you.

  • @devops_junkie9203
    @devops_junkie9203 4 роки тому +18

    Wow, I learned so much from you man, you explain every detail perfectly. Thanks a lot and please keep up the good work. I will be purchasing a curse from you very soon.

    • @VarunKumar-qd5wl
      @VarunKumar-qd5wl 3 роки тому +6

      Please don't purchase curse, 1. It is useless. 2. No Value for money. 3. Curses are not good for your life assuming you have enough to worry about!!

    • @Gauravkumar-jm4ve
      @Gauravkumar-jm4ve 3 роки тому

      @@VarunKumar-qd5wl y u saying that..

    • @121saba1
      @121saba1 3 роки тому

      Course**

  • @varunvalsa3823
    @varunvalsa3823 3 роки тому

    I had search lot of classes for core. But this one is the most finest for beginners. Just awsome.

  • @zogaum
    @zogaum 4 роки тому +3

    Simple, direct and enlightening. Thanks!

  • @imadabab
    @imadabab 4 роки тому

    Excellent explanation. I already started with you all MVC and Razor Pages courses. Thanks a lot.

  • @JimboAlba
    @JimboAlba 4 роки тому

    You're a good teacher. Thanks!

  • @abhishekpandey4682
    @abhishekpandey4682 3 роки тому

    Wow... amazing... I couldn't have learnt asp .net core without this video. Great Job.

  • @TalkanianRetrogaming
    @TalkanianRetrogaming 4 роки тому +1

    This is my Mantra right now. Thanks a lot.... Watched twice in 2 days XD

  • @zawmyohein4221
    @zawmyohein4221 3 роки тому +1

    Thanks you so much . Your tutorial is so perfect and shoot to target.The thing what most i like at your explanation is about dependency injection.

  • @walegbadamosi8447
    @walegbadamosi8447 3 роки тому

    It is a very nice course, well delivered with all simplicity. Thank you.

  • @basixonia
    @basixonia 4 роки тому +45

    Simply perfect. Was able to learn ASP in three days. Thank you so much.

    • @333-.-.-.
      @333-.-.-. 3 роки тому +6

      If you don't mind a random person asking. What do yoj do for a living or plan to do?

  • @pankajdikshit8335
    @pankajdikshit8335 2 роки тому +1

    This is really very awesome tutorial. I appreciate the the knowledge and the presentation techniques of the tutor.

  • @sauravkandel6484
    @sauravkandel6484 4 роки тому

    Good explanation, exactly was looking for this type of video !! Thanks for sharing your knowledge with us.

  • @Mark-xp5uo
    @Mark-xp5uo 3 роки тому

    I love this guy, very good tutorial my friend!

  • @miroslavmus
    @miroslavmus 3 роки тому +1

    I love how this free tutorial video is 100000000000% more helpful than my professors at the Uni that I pay a pretty penny for...
    Dude who made this video >> I LOVE YOU, YOU ARE MY SAVIOUR

  • @jratnerd
    @jratnerd 4 роки тому

    This video is super helpful, and easy to follow!

  • @hadiboukdir386
    @hadiboukdir386 4 роки тому +4

    Good Job, Thank you

  • @beefordhala
    @beefordhala 4 роки тому

    Really nice tutorial.This is exactly what I am looking for learning ASP.Net.Thanks

  • @imanqoly
    @imanqoly 2 роки тому +1

    All voids in my brain has been filled with the data needed to do asp.net core! Just one 3 hourvideo did a miracle 🙏

  • @philipfortunate9934
    @philipfortunate9934 4 роки тому

    your accent is easy to understand. And your course is being extremely helpful to me. Thank you very much sir.

  • @benardcharumbira1138
    @benardcharumbira1138 4 роки тому

    Awesome tutorial. Thanks !

  • @fiddanistudio4381
    @fiddanistudio4381 4 роки тому +1

    Thanks 4 the course. Really great effort and good work

  • @MUSICA1742
    @MUSICA1742 4 роки тому +5

    This is the very best course I ever seen in UA-cam. Thanks a Lot. I really learned here. I will pay for the next levels at his website because I am anger to see what is next. Mr. Bhrugen Patel is a very good teacher. I saw your videos using 1.25 playback speed and it is So Nice!! I recommended it. Again Thank You.

    • @jadjadallah476
      @jadjadallah476 3 роки тому +1

      Please don't get anger, it will damage your nerves. Besides, you should keep calm in order to learn better. On the other hand, you should be eager to see what is next.

    • @MUSICA1742
      @MUSICA1742 3 роки тому +3

      @@jadjadallah476 I am so sorry... I wanted to say hungry... hungry to learn and hungry to see the videos... NOT anger... why did I write something like that?... my poor English..

  • @Latif127
    @Latif127 4 роки тому +1

    Great Tutorial, thank you very much

  • @codythompson9973
    @codythompson9973 2 роки тому

    Dude this is awesome! Love this tutorial!

  • @mrohailiqbal
    @mrohailiqbal 4 роки тому

    Very much helpful.
    I have learned a lot. Keep up the good work.

  • @Albert-vk4ji
    @Albert-vk4ji 4 роки тому +11

    Really good tutorial, I use Git to document every step and I think I have learned a lot more than I can using official tutorials... P.S. I don't know how far Razor Pages alone can go but I must say the JavaScript part starting from 2:02:05 reminds me of my previous experience with JavaScript and why I quit learning it...

  • @surajpandey5741
    @surajpandey5741 3 роки тому +1

    Thank you so much sir for this course.It is very helpful for me . Your voice is very nice and very easy to understand. whatever I was looking for , got here.The big thing is that There is no any advertize here and because of this our attention is not distracted.🙏🙏🙏

  • @iycsapphire
    @iycsapphire 4 роки тому

    Thank you so much for this vid.

  • @fnamelname2371
    @fnamelname2371 4 роки тому +31

    One day there will be a great programmer who's been looking at your tutorials, keep up the good work!

    • @tarekjrd75
      @tarekjrd75 4 роки тому +5

      and that men is me !

    • @fnamelname2371
      @fnamelname2371 4 роки тому +4

      @@tarekjrd75 inshAllah brother

    • @retro2712
      @retro2712 3 роки тому

      @@fnamelname2371 allah isnt real he was a rapest...

    • @janwesleyalipio8464
      @janwesleyalipio8464 3 роки тому

      @@retro2712 learn how to respect other peoples beliefs

    • @retro2712
      @retro2712 3 роки тому +1

      @@janwesleyalipio8464 youre right, that was wrong of me, i shouldnt have said that, thank you for telling me this. im sorry ay for saying that

  • @lawrenceopeters7998
    @lawrenceopeters7998 4 роки тому

    one of the most basic way to understand Crud Operation. nice one

  • @alfonsorodriguez7324
    @alfonsorodriguez7324 2 роки тому

    Great course, this is really helpful for anyone that wants to program in asp.

  • @Krior07
    @Krior07 4 роки тому +5

    Nunca había entendido al menos un 70% del ingles en otros videos. Con estas personas entiendo al menos el 88% con ayuda de la practica. Muchas gracias señor

  • @ahmedmonire
    @ahmedmonire 4 роки тому

    With raising the hat, best dot net core course for beginners , simple and clear.
    Thank you @Bhrugen

  • @gilmoremoses8317
    @gilmoremoses8317 2 роки тому +1

    I went from a slitting operator working in a factory & living in a basement to a website developer working from my apartment. This changed my life. THANK YOU BROTHER!!!

    • @akshayc6163
      @akshayc6163 2 роки тому +1

      Did you become a developer from this one video?

  • @xmflr95
    @xmflr95 4 роки тому +1

    recently I wanted to learn the blazor course, this video is so cool!! Thank you very much.

  • @mfaizan24
    @mfaizan24 4 роки тому

    excellent tutorial, I put the playblack speed at 1.75 manage to finish the course quickly. paused in between to do the practicals.

  • @techmonite6624
    @techmonite6624 3 роки тому

    Awesome tutorial. Very easy to follow!

  • @myname-jj9oi
    @myname-jj9oi 3 роки тому

    Thank you for post this video, i enjoy to watch and easy to understand this content of net core 3.1 and it's give me dopamine detox to my brain

  • @SproutJake
    @SproutJake Рік тому

    sir, you have no idea how much this video has helped me!

  • @dawoodahmad8243
    @dawoodahmad8243 4 роки тому

    really great INSTRUCTOR. KEEP IT UP SIR

  • @kateki22
    @kateki22 18 днів тому

    Pretty awesome, in 3 hrs it puts it together so much.

  • @TimothyBreadman
    @TimothyBreadman 3 роки тому +13

    I like this man's tone of voice. It's so gentle. It feels like he believes in me!

  • @AbhishekSingh-mh2fg
    @AbhishekSingh-mh2fg 4 роки тому +2

    finally a nice video for .Net developers

  • @Fkn1405
    @Fkn1405 4 роки тому

    Thanks for the course. Thanks for your effort

  • @kylegunby1532
    @kylegunby1532 4 роки тому

    A course like this using tools that are free regardless of the scale of operation would be pretty cool.

  • @sammccoy1283
    @sammccoy1283 3 роки тому

    Incredible resource, thank you

  • @akankshakv9623
    @akankshakv9623 3 роки тому +1

    Sir yours way to explain is just awesome.Please keep posting daily.Thanks alots.

  • @duartiagonovo
    @duartiagonovo 3 роки тому

    Great one, man!

  • @isabelan2258
    @isabelan2258 4 роки тому

    Great tutorial, thank you 😃

  • @patrikkolenovsky2788
    @patrikkolenovsky2788 4 роки тому +59

    All my live i've been waiting for a simple explanation of IOC behavior... Now I can die in peace

  • @deepaksinghmaurya1219
    @deepaksinghmaurya1219 4 роки тому +1

    Hey ! You guys are doing great
    Love you😍

  • @dandiuszielth
    @dandiuszielth 3 роки тому +15

    Just an FYI: your timestamp in the description for Section 4 Introduction should be 2:28:00 rather than 2:23:00.
    Anyway, thanks for the great material!

  • @MrPDTaylor
    @MrPDTaylor 4 роки тому +4

    Thanks for the excellent tutorial!
    Working with Razor pages feels a lot like Angular with a dash of React thrown in.
    I am very much liking it.
    I think I found my new stack.

    • @dylaninfinity9756
      @dylaninfinity9756 4 роки тому +2

      The only thing I'd be scared of is employability. I guess if you're doing freelance stuff it wouldn't matter as much. But, I'm honestly curious how many companies would be using Razor pages over something like Angular or React, which .NET Core also works well with. Maybe you are getting a headstart if WASM compiled languages end up taking over the frontend scene though?

    • @MrPDTaylor
      @MrPDTaylor 4 роки тому

      @@dylaninfinity9756 yeah they aren't using Razor pages. Mostly for my own enjoyment

    • @dylaninfinity9756
      @dylaninfinity9756 4 роки тому

      Patrick TAYLOR Ah, okay well good luck. I’m still in uni and I’m about to get to the applying to jobs for after graduation phase in a few months time. I have a pretty good grasp with Node on the backend, but figured I should start branching off to other languages to be more employable. Hence, why I’m here.
      Being that making projects that prove I’m employable is my primary goal atm, I guess I just have a different goal.
      It’s also very probably pertinent that I haven’t made anything large enough in a dynamically-typed language yet to the point it becomes a deficit in terms of maintainability.
      Anyway, I thought I’d ask in case you knew of some trend I wasn’t aware of. Thanks for answering.

  • @manivannanr7889
    @manivannanr7889 2 роки тому

    Thank you very much. I was looking at a lot videos for .Net Core and this is the best

  • @JohnWick-so2mc
    @JohnWick-so2mc 3 роки тому

    So first of all I have to thank you very much for this free(!) tutorial. And after this video I know that I will get more tutorials on Udemy from Bhrugen Patel. I have wanted to learn asp.net core for a long time, but haven't found any good courses on it. Now I know where to go.

  • @jaloliddinhazratqulov891
    @jaloliddinhazratqulov891 3 роки тому

    In fact, very good course. Thank you

  • @drudru3149
    @drudru3149 4 роки тому

    Thank I'll work on this after my work

  • @AbedAlRahmam
    @AbedAlRahmam 4 роки тому

    Amazinggg tutorial!!!! 🤩🤩

  • @andreypestunov2922
    @andreypestunov2922 4 роки тому

    Great men!

  • @CodeSbyAniz
    @CodeSbyAniz 3 роки тому

    Great Work. Thanks for the video

  • @abeldaniel2245
    @abeldaniel2245 4 роки тому

    Excellent! Keep going.

  • @andrews13
    @andrews13 2 роки тому

    A big round of applause!!!👏👏👏👏

  • @marianovunge5441
    @marianovunge5441 3 роки тому

    Thank you so much to put most of doubt clear...

  • @reno82
    @reno82 4 роки тому +11

    Love the soothing accent. Thanks for the lesson, it has been helpful!

    • @patsantos5640
      @patsantos5640 3 роки тому +1

      For my case I appreciate the content but the accent disturbs me a lot. His intonation stresses the wrong keyword sometimes. Can't complain much tho. Free resource sooo...

    • @marufm8195
      @marufm8195 3 роки тому

      @@patsantos5640 Play it at 2.0, just perfect

  • @zetbit
    @zetbit 2 роки тому

    Thanks for this video, helped a lot to understand ASP.NET Core

  • @thethomasproject
    @thethomasproject 4 роки тому +5

    Looking to pick up the advanced version of this course on Udemy and am wondering if you cover the fundamentals of using datatables with ajax to only pull the data that needs to be displayed but manage the page count and managment? Thanks for this - excellent tutorial.

  • @IMateme
    @IMateme 4 роки тому

    Great tutorial, it is very very useful tutorial, thank you

  • @faizanshafiq991
    @faizanshafiq991 2 роки тому

    I love this course so far. I will surely enroll in other courses you're offering on udemy.

  • @jamesallen74
    @jamesallen74 3 роки тому

    Dude you are good at this. Keep it up!!

  • @hitagiNcode
    @hitagiNcode 4 роки тому +3

    This youtube channel is better than many of Udemy, does anyone agrees ?

  • @nelson3391
    @nelson3391 3 роки тому

    Excellent content. Very useful. Thank you.

  • @gurpreetkhokher9904
    @gurpreetkhokher9904 2 роки тому

    Very well explained.. thank you for the great material…

  • @my_religion
    @my_religion 2 роки тому

    Thank you so much for your clear explanation : )

  • @riazripon6670
    @riazripon6670 2 роки тому

    Thank you, sir. Those concepts helped me build a project. love from Bangladesh

  • @ffqxkoc4075
    @ffqxkoc4075 3 роки тому +1

    Very nice and clear lecture! I wonder if you have a lecture about .Net Core structure. I'd like to understand the flows between pages and the control logic especially the client side when Ajax and JavaScript are called.

  • @silvavadney2267
    @silvavadney2267 3 роки тому

    Thank you Very Much for this content.