Under
Everything on SkillVeris tagged Under — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
LINQ to Objects
LINQ to Objects is the flavor of LINQ that runs entirely in memory against IEnumerable<T> collections like arrays, List<T>, and Dictionary<T>, using compiled d…
ViewState Explained
How ASP.NET Web Forms' ViewState mechanism preserves control state across postbacks, how it's serialized, and when to disable it for performance.
News and Communication Sites
How SharePoint communication sites are structured for broadcasting, and how news posts are published, aggregated, and boosted across an intranet.
What Is Socket.IO?
Socket.IO is a JavaScript library that enables low-latency, bidirectional, event-based communication between web clients and servers, built on top of the Engin…
@State and @Binding
Understand how @State owns local view state and how @Binding lets child views read and write that state without owning it themselves.