Statistics
The Highest Post







Statistics
Count 20
Avg 21.00
Min 21
Max 21
Asp.Net Core Top questions

Details



Peter Agyekum What ConfigureServices() method does in Startup.cs? This method is optional. It is the place to add services required by the application. For example, if you wish to use Entity Framework in your application then you can add in this method.