Part 65 – C# Tutorial – Indexers in c#

Part 65 - C# Tutorial - Indexers in c#

The HTML and the code used in the demo, can be found at the link below. http://csharp-video-tutorials.blogspot.com/2013/04/part-65-c-tutorial-indexers-in-c.h…
Video Tutorial Rating: 5 / 5

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 1,948 views





5 responses to “Part 65 – C# Tutorial – Indexers in c#”

  1. kudvenkat says:

    Thank you very much for taking time to give feedback. In the description of
    this video, I have included the link for ASP .NET, C#, and SQL Server
    playlists. All the videos are arranged in logical sequence in these
    playlists, which could be useful to you. Please share the link with your
    friends who you think would also benefit from them. If you like these
    videos, please click on the THUMBS UP button below the video. For email
    alerts, when new videos are uploaded, you may subscribe to my channel.

  2. jnaras says:

    Hi Venkat, Thanks a lot. Great job. You explained indexers in a very simple
    way. Thanks Naras.

  3. Martin Endršt says:

    You want to be carefult with the FirstOrDefault expression tho. If
    FirstOrDefault does not find object by the given filter, it will return
    null, and as you are accessing Name property directly theres chance of
    getting NullReferenceException. You would probably want to add some logic
    to make sure the returned object is not null

  4. Aakash Guragai says:

    greate!!

  5. Thomas Gabriel says:

    Thanks a ton.

Leave a Reply to jnaras Cancel reply

Your email address will not be published. Required fields are marked *