Server
Everything on SkillVeris tagged Server — collected across the glossary, study notes, blog, and cheat sheets.
45 resources across 2 libraries
Study Notes(43)
Server Controls
An explanation of ASP.NET Web Forms server controls — HTML server controls, Web server controls, and data-bound controls like GridView — and how they raise eve…
DHCP Server Role
Learn how the Windows Server DHCP role automates IP address assignment and the core lease process every client relies on.
DNS Fundamentals on Windows Server
Learn how the Windows Server DNS role resolves names to IP addresses and why DNS is the backbone that Active Directory depends on.
Installing and Configuring a Server
A walkthrough of installing Windows Server and performing the essential post-install configuration steps before it joins production.
Server Core vs Desktop Experience
Compare Windows Server's two installation options — the minimal Server Core and the full Desktop Experience — and when to choose each.
Server Manager and Remote Management
Learn how Server Manager and remote administration tools let a single administrator manage many Windows Servers, including headless Server Core machines, from…
Server Roles and Features
Understand the distinction between Windows Server roles and features, and how to add them using Server Manager and PowerShell.
What Is Windows Server?
An introduction to Windows Server as a purpose-built operating system for hosting network services, and how it differs from desktop Windows editions.
Windows Server & AD Interview Questions
A curated set of commonly asked Windows Server and Active Directory interview questions with clear, technically grounded answers.
Windows Server & AD Quick Reference
A condensed cheat sheet of essential Windows Server and Active Directory commands, ports, and defaults for day-to-day administration.
SQL Server Connector
How to connect Power Apps to Azure SQL Database or on-premises SQL Server, work with stored procedures and views, and understand the connector's delegation beh…
Blazor Server vs Blazor WebAssembly
A comparison of Blazor's two hosting models — where code runs, how the UI updates, and how to choose between them.
How Blazor Server Uses SignalR
A deep dive into the persistent SignalR circuit that powers Blazor Server, covering how events and DOM diffs flow, reconnection behavior, and bandwidth tuning.
Mock Servers
Postman Mock Servers simulate API responses from a collection's saved examples, letting frontend and backend teams work in parallel before the real API exists.
Data Types in SQL Server
A tour of SQL Server's core data types — numeric, character, date/time, and special types — and how to pick the right one.
Installing SQL Server and SSMS
A practical walkthrough of installing SQL Server and SQL Server Management Studio, and connecting to your first instance.
SQL Server Agent Jobs
How SQL Server Agent automates scheduled tasks, jobs, steps, schedules, alerts, and operator notifications.
SQL Server Interview Questions
Commonly asked SQL Server and T-SQL interview questions with the reasoning behind strong answers, from indexing to isolation levels.
SQL Server vs Other Databases
How SQL Server compares to PostgreSQL, MySQL, and Oracle across architecture, tooling, licensing, and everyday development experience.
Triggers in SQL Server
Learn how AFTER and INSTEAD OF triggers fire automatically in response to DML events, and how to use the inserted and deleted pseudo-tables correctly.
What Is SQL Server?
An introduction to Microsoft SQL Server, its architecture, editions, and where it fits among relational database systems.
Installing and Setup
How to install the Socket.IO server and client packages, wire them into an existing Node.js/Express project, and avoid common version-mismatch pitfalls.
Middleware in Socket.IO
Learn how Socket.IO middleware intercepts connections and packets, enabling authentication, logging, and rate limiting before your event handlers ever run.
Your First Socket.IO Server
A hands-on walkthrough of building and running a minimal Socket.IO server with Express, handling connections, custom events, and disconnections.
Showing 24 of 43.
Cheat Sheets(2)
Web Sockets vs Server-Sent Events Cheat Sheet
Compares WebSocket and Server-Sent Events with working code for both, plus guidance on which real-time approach fits your use case.
React Server Components Cheat Sheet
Syntax and rules for RSC: server vs client component boundaries, the 'use client' directive, async components, and data fetching.