Classic
Everything on SkillVeris tagged Classic — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 1 library
Study Notes(9)
IQueryable vs IEnumerable
IEnumerable<T> executes LINQ queries in memory using compiled delegates, while IQueryable<T> builds expression trees that a provider like EF Core translates in…
Classic ASP.NET Quick Reference
A condensed reference for the Web Forms page lifecycle, common controls, directives, and web.config settings.
Classic ASP.NET Interview Questions
Common interview questions and strong-answer strategies for roles involving classic ASP.NET Web Forms maintenance and migration.
Modern vs Classic Pages
How SharePoint's two page rendering models differ, why classic pages still linger in some tenants, and how to assess and plan a move to the modern experience.
Sites and Site Collections
How SharePoint organizes content into sites, subsites, and site collections, and how the modern hub-site model replaced the classic hierarchy.
Loops in Objective-C
Understand Objective-C's for, while, do-while, and fast enumeration (for-in) loops, and how break and continue control iteration.
Assertion Styles and Best Practices
Compare classic, fluent, and matcher-based assertion styles and learn practical rules for writing assertions that fail with useful messages.
Commit Message Conventions
Why disciplined, structured commit messages make history searchable and automatable, and how conventions like Conventional Commits standardize their format.
Switch Statements and Expressions
Learn how C# branches on a value using the classic switch statement and the modern, expression-based switch introduced in C# 8, including pattern matching arms.