Part 17 AsEnumerable and AsQueryable in LINQ

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 47

  • @F2H16
    @F2H16 8 років тому +8

    Mr.Venkat I would like to thank you from the bottom of my heart.Your mvc tutorials were the starting point of my mvc career.I have been working with a company using MVC 5 for some time now.Thanks again god bless you.

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  8 років тому +8

      Hello Dear Hasanuzzaman,
      Thank you very much for the feedback. Means a lot to me. I am very glad you found the videos useful.
      I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you
      ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd
      If you need DVDs or to download all the videos for offline viewing please visit
      www.pragimtech.com/kudvenkat_dvd.aspx
      Slides and Text Version of the videos can be found on my blog
      csharp-video-tutorials.blogspot.com
      Tips to effectively use my youtube channel.
      ua-cam.com/video/y780MwhY70s/v-deo.html
      If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
      ua-cam.com/users/kudvenkat
      If you like these videos, please click on the THUMBS UP button below the video.
      May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them.
      Good Luck
      Venkat

    • @F2H16
      @F2H16 8 років тому

      Venkat thanks for your kind answer.

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

      @@Csharp-video-tutorialsBlogspot Hello Venkat sir, But AsQuerayable operator is missing in this video

  • @Nabolzi
    @Nabolzi 10 років тому +9

    These videos are gold, kudvenkat you help sooo many aspiring programmers all around the world

  • @shalabhsaxena683
    @shalabhsaxena683 10 років тому +2

    Again everything is explained with simplicity. Thank you Venkat...

  • @kamdemkakengne
    @kamdemkakengne 7 років тому +1

    Hi Venkat! Your tutorials make me better programmer.

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

    what is the benefits when I executed query on the memory rather than on the database side?

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

      We don't have to hit db again and again to get the desired data as per condition. whenever we hit query it gets data from memory rather than db which improves the execution performance.
      Compare this scenario with a dinner time. If you have everything on your table (memory) for dinner then you don't have to go to kitchen (db) and take the required dish from there. Keeping all the required things on table will save your time and make dinner time good 😊

  • @komalkushwaha1977
    @komalkushwaha1977 6 років тому

    You do things uniquely and explain them precisely... Thanks for knowledge sharing !!

  • @greeshmanair4768
    @greeshmanair4768 8 років тому +12

    Please explain Asqueryable().And also in what case we have to use AsEnumerable and Asqueryable

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

      AsEnumerable as stated in the video is executed in memory where in AsQueryable is suitable for querying data from out-memory (like remote database, service) collections, in this case sql server.

  • @Beacher1085
    @Beacher1085 7 років тому +2

    For all of those who wants to understand the difference with AsQueryable, read here
    stackoverflow.com/questions/1578778/using-iqueryable-with-linq

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

    the best teacher

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

    Very well explained nice work.

  • @manpreet4all
    @manpreet4all 6 років тому +2

    Very nicely explained, good video. But where is AsQueryable ?
    I think sir you must be interactive also... You have not replied to anyone's comment...

  • @shyamal890
    @shyamal890 9 років тому +3

    kudvenkat Can you please explain a case when AsEnumerable would be required?

  • @samirayusifova4518
    @samirayusifova4518 9 років тому

    Awesome!! Awesome as usual!!

  • @ramchandrathakkar2022
    @ramchandrathakkar2022 10 років тому

    Very Good Understanding...

  • @rodrigoantweber
    @rodrigoantweber 10 років тому

    Awesome kudvenkat

  • @vib7777
    @vib7777 9 років тому +11

    video is full of knowledge but AsQueryable is not discussed

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

      @@RameshKumar-bj1wv Thanks !

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

    Explanation was simple and understood very well. but one query comes to mind why we need to do so. Where can we apply this concept in real world projects?

  • @PaweTkocz
    @PaweTkocz 10 років тому

    great tutorial as always

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

    shall we use edmx instead of dbml sir?

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

    Thank You Sir :)

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

    Can somebody tell why one will use AsEnumerable? Asking because its never a good idea to get a huge collection in memory and then operate on it.

  • @PraveenKumar-vd4vd
    @PraveenKumar-vd4vd 9 років тому +1

    What is the use of moving query processing to client side?

  • @rahulsrivastava4228
    @rahulsrivastava4228 10 років тому

    thank you sir

  • @natiggaraisayev
    @natiggaraisayev 10 років тому

    Thanks

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

    Nice. Thanks for the tutorial . I've one quest. Which operator it default takes? as if we do not use any operator then result come direct from SQL Server collection like IQueryable.

  • @saagarsoni3
    @saagarsoni3 10 років тому

    thnx a lot sir

  • @JediBackSlash
    @JediBackSlash 9 років тому +4

    Good vid but AsQueryable is not discussed in the video

    • @Eaglessoft
      @Eaglessoft 6 років тому

      Because he will talk about it in Unit testing video

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

    Please do explain AsQueryable() also!

  • @amolwani3665
    @amolwani3665 6 років тому

    AsQueryble is not discussed. Anyway nice explanation

  • @pardhasaradhi0076
    @pardhasaradhi0076 9 років тому

    excellent video. But when where do we discussed AsQuearyable?

  • @manishmoon8
    @manishmoon8 10 років тому

    Simply Awesome

  • @jiturcm1
    @jiturcm1 10 років тому

    nice

  • @anishtaneja5665
    @anishtaneja5665 8 років тому

    can you explain repository framework please ?

  • @AnasAlQudah
    @AnasAlQudah 10 років тому

    nice :)

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

    Why not explain AsQueryable, as video post is like - AsEnumerable & AsQueryable

  • @HWRLife
    @HWRLife 6 років тому

    Nice one, however, AsQueriable not here..

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

    Where is querable?

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

    Where is AsQueryable ?

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

    Thank You Sir :)