Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
in my every asp.net project, startup.cs file is missing?
You haven't shared which version of asp.net core mvc project you are using. Since ASP.NET Core MVC (.NET 6) you would not seen Startup.cs file, instead it has program.cs Let's have a look on following project architecture:
Note: You can have a look here in official sample and document.
The default asp.net core template does not use startup.cs anymore, but rather the new min api. There is just program.cs