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.
5 responses to “Part 65 – C# Tutorial – Indexers in c#”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 13/12/13
Category: C# Tutorials
Pages
Random Videos
-
C# Tutorial – 30 – Generics II
2,558 views
-
After Effects: Tilt Shift Tutorial
2,376 views
-
Opacity Map Tutorial 3Ds Max 2012
2,867 views
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
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.
Hi Venkat, Thanks a lot. Great job. You explained indexers in a very simple
way. Thanks Naras.
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
greate!!
Thanks a ton.