Pages
Everything on SkillVeris tagged Pages — collected across the glossary, study notes, blog, and cheat sheets.
19 resources across 2 libraries
Study Notes(18)
Database Access in Web Pages
Learn how the WebMatrix.Data.Database helper connects ASP.NET Web Pages to SQL databases with lightweight Query, Execute, and parameterized SQL methods.
Deploying Web Pages Sites
Understand how to publish an ASP.NET Web Pages site to production using FTP or Web Deploy, configure web.config for release, and set correct IIS and App_Data p…
Forms and Validation in Web Pages
Learn how ASP.NET Web Pages reads posted form data and enforces validation rules using the Validation helper, from server checks to optional client-side hints.
Helpers in Web Pages
How built-in and custom helpers provide reusable, prebuilt pieces of functionality, from Chart and WebGrid to WebMail and Facebook integration, plus how to wri…
Layout Pages in Web Pages
How shared layout pages, the RenderBody and RenderSection methods, and reusable partial views let ASP.NET Web Pages sites keep a consistent header, footer, and…
Master Pages
Understand how ASP.NET Web Forms master pages provide a shared, reusable layout that individual content pages fill in via ContentPlaceHolder regions.
Razor Syntax in Web Pages
A practical guide to the Razor markup syntax that lets you embed C# or VB.NET code inline with HTML using the @ symbol, including expressions, code blocks, loo…
Security in Web Pages
Explore the WebSecurity helper for authentication and roles, and the built-in protections ASP.NET Web Pages provides against XSS and CSRF.
Web Pages vs MVC
Compare ASP.NET Web Pages' page-centric model against ASP.NET MVC's Controller/Model/View separation to understand routing, testability, and when to choose eac…
What Is ASP.NET Web Pages?
An introduction to ASP.NET Web Pages, a lightweight framework that mixes server-side C# or VB.NET code directly into HTML using Razor syntax, aimed at simple,…
Blazor vs MVC vs Razor Pages
Compare ASP.NET Core's three UI programming models — Blazor, MVC, and Razor Pages — to understand their rendering models, state handling, and when each is the…
Razor Pages Fundamentals
Learn the page-based programming model in ASP.NET Core where markup and code-behind logic live together, simplifying page-focused scenarios without a separate…
Browsers, Contexts, and Pages
Understanding Playwright's core object model — Browser, BrowserContext, and Page — and how it enables fast, isolated test execution.
Pages and Modals
Understand the ContentPage lifecycle and how modal navigation differs from Shell's normal push navigation in .NET MAUI.
Building Pages with Web Parts
How modern SharePoint pages are assembled from configurable, independent web parts, from built-in toolbox parts to custom SPFx solutions.
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.
The App Router vs Pages Router
A comparison of Next.js's two routing systems — the legacy Pages Router and the modern App Router built on React Server Components.
Getting Help: man, --help, and info
How to find authoritative documentation for any Linux command using man pages, --help output, and the info system, plus tips for searching and navigating them…