Tag: ASP.NET
ASP.NET Project Structure
Learn Program.cs, Controllers/Pages, wwwroot, and appsettings.
ASP.NET vs ASP.NET Core
Compare .NET Framework ASP.NET with cross-platform ASP.NET Core.
ASP.NET vs PHP
Contrast ASP.NET’s compiled/.NET model with PHP’s request scripting model.
Installing Visual Studio
Install Visual Studio with the ASP.NET and web development workload.
Creating Your First ASP.NET Project
Scaffold a web app with Visual Studio or dotnet new.
Email Sending in Classic ASP
Send mail via CDO or SMTP components available on the server.