Project
Everything on SkillVeris tagged Project — collected across the glossary, study notes, blog, and cheat sheets.
30 resources across 1 library
Study Notes(30)
UWP Project Structure
A tour of the default files, folders, and build artifacts in a Visual Studio UWP project, from App.xaml to the compiled .pri resource index.
UWP Quick Reference
A cheat-sheet-style reference covering project structure, the app manifest, common WinRT APIs, and XAML binding syntax for fast lookup while coding.
MFC Project Structure
A tour of the files a Visual Studio MFC project generates - source, resource, and precompiled-header files - and how the build configuration ties them together.
Silverlight Project Structure
A tour of a typical Silverlight solution: the application project's key files, the AppManifest.xaml, the .xap package format, and the companion ASP.NET hosting…
Project Structure in WPF
How a typical WPF project is organized, from the default App.xaml/MainWindow template files to MVVM folder conventions and resource dictionaries.
CI/CD for .NET Apps
How to build automated build, test, and deployment pipelines for .NET applications using GitHub Actions, the dotnet CLI, and containerized deployments.
Project and Solution Structure
How .csproj project files and .sln solution files organize .NET code, dependencies, and multi-project applications.
WebMatrix and Project Structure
How Microsoft's free WebMatrix tool creates and organizes an ASP.NET Web Pages site, including the special App_Data, App_Start, and Account folders and the bui…
Project Structure in ASP.NET MVC
How a typical ASP.NET MVC project is organized on disk - the Models, Views, and Controllers folders, App_Start configuration, and supporting conventions.
Projections with Select
Using Select to shape query results into DTOs, reducing data transfer and avoiding unnecessary change tracking overhead.
Project Structure and App.razor
How a default Blazor Web App project is organized, and the role of App.razor, layouts, and Program.cs.
Project Structure and Program.cs
How a default ASP.NET Core project is laid out and how Program.cs bootstraps the host, services, and request pipeline.
Jest Configuration: Multi-Project Setups
Learn how to configure Jest's projects array to run multiple test environments and configurations, like unit and integration suites, from a single Jest invocat…
Installing Playwright and Project Setup
A practical walkthrough of installing Playwright, understanding what gets set up, and structuring a new test project.
What Is Selenium?
An introduction to Selenium, the open-source framework for automating web browsers, and why it's the backbone of web UI test automation.
Installing Cypress and Project Setup
How to add Cypress to a JavaScript project, understand the folder structure it scaffolds, and configure it for your app.
dbt Best Practices
The project structure, layering, testing, and deployment conventions that keep a dbt project maintainable as it scales past a handful of models.
Installing dbt and Project Setup
How to install dbt Core with the correct database adapter, scaffold a new project with dbt init, and understand the role of profiles.yml.
The dbt Project Structure
A tour of a dbt project's folders and configuration files, and the staging/intermediate/marts convention used to organize models.
Building a To-Do App
A hands-on walkthrough of building a MAUI to-do list app with MVVM data binding and local SQLite persistence.
The MAUI Project Structure
A tour of a default .NET MAUI project's folders and startup files — Platforms/, Resources/, MauiProgram.cs, App.xaml, and AppShell.xaml — and what each one con…
Building a Temperature Monitor Project
A complete walkthrough of building an Arduino temperature monitor: wiring a sensor, reading it in code, adding thresholds, and displaying or logging results.
R Best Practices
Practical conventions for writing maintainable, reproducible R code: project structure, style, vectorization, and testing.
Spring Boot Project Structure
How a typical Spring Boot project is organized on disk, from Maven/Gradle build files to source packages and resources.
Showing 24 of 30.