Nebula
✅ BindingList<T> ???
Context:
Hello, I'm working through my first C# class (which happens to be at the end of my degree program) and I've been recommended by my project instructions to use a binding list. The problem comes with my class having relatively poor material so I've learned just about everything through a Udemy course. The course didn't specifically cover .NET Framework / Window Form apps spefically so I'm having a couple hiccups in that aspect. I read through Microsoft's docs on BindingList but still don't really grasp what it does / it's use case. Additonally, I haven't been able to find anything other than AI content on YouTube.
I'll be using BindingList to implement several items that will be compiled into an inventory system being displayed in the form of a datatable.
Question: Would anyone be able to hop in a call and explain the basics of BindingList?
82 replies