- .NET Framework / .NET Core
- Microsoft's software development platforms for building Windows and cross-platform applications; .NET Core (now simply .NET 5+) is the modern, cross-platform successor to the original .NET Framework.
- C#
- A strongly-typed, object-oriented programming language developed by Microsoft, and the primary language used in .NET application development.
- ASP.NET
- A .NET framework for building web applications and APIs, including MVC, Razor Pages, and the RESTful Web API framework.
- Entity Framework (EF)
- Microsoft's object-relational mapper (ORM) for .NET that enables developers to work with databases using .NET objects instead of raw SQL.
- Dependency Injection (DI)
- A design pattern in which objects receive their dependencies from an external source rather than creating them internally, improving testability and modularity.
- Competency Rating
- A numeric or descriptive score assigned to a candidate for a specific skill or behavior, based on observed evidence during the interview.
- Structured Interview
- An interview format in which every candidate is asked the same predetermined questions in the same order and rated using the same scoring criteria.
- LINQ
- Language Integrated Query — a .NET feature that enables database-style querying of in-memory collections, XML, and data sources directly in C# syntax.
- Behavioral Question
- An interview question that asks candidates to describe a past situation to predict future behavior, typically framed as 'Tell me about a time when…'
- Panel Interview
- An interview conducted by two or more interviewers simultaneously, each completing their own scorecard to produce independent ratings before a consensus discussion.
- Hire / No-Hire Recommendation
- A binary or tiered final assessment recorded by each interviewer indicating whether the candidate meets the minimum bar for the role.