1/56
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
a free and open-source developer platform for building websites and applications
.NET
microsoft teams
UPS mobile app
forza horizon
allegiance consulting
This is considered the foundation of all .NET apps are built on.
these are the 3 .NET supported programming languages
C#
F#
visual basic
.NET framework
mono
.NET core
.NET core
blazor
razor pages
authentication systems
web forms
ASP .NET MVC
ASP .NET web pages
ASP .NET MVC
web APIs
real time technologies
single page applications
mobile apps and sites
a cross platform, high performance, open source framework that runs on .NET core to build modern, cloud-enabled, and internet connected web apps, services, and mobile backends. can be developed and run on windows, macOS, and linux.
the executable hosting the application (.exe)
compiled assemblies of the app (.dll)
content files used by the app, such as config files (.xml, .json), razor files (.razor, .cshtml), and data files (.db)
web root - path for resource files, such as images (.png, .jpg), stylesheets (.css), and javascript (.js) in a wwwroot folder
logging
configuration
middleware
dependency injection (DI) services
ASP .NET Core WebApplication or Minimal Host (used in all ASP .NET templates
.NET generic host integrated with ASP .NET core ConfigureWebHostDefaults
ASP .NET Core WebHost (avaiable only for backward compatibility)
cloud ready
community-focused
crafted for testability
tooling that simplifies modern web development
developer exception page
custom error page
status code page
startup exception handling