Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "mvc"

404 errors in ASP.NET Core Mvc

404 errors in ASP.NET Core Mvc

02 September 20221 min readWeb Programming

When a web page is not found, a 404 error is returned by the application and ASP.NET Core MVC provides a generic error page 404 errors normally look bad. We can redirect the error to the 404 page we created. Let's go to the startup.cs page of our project. Remove the code below

#404 Error#ASP.NET Core#.NET+3 more
Sending Email To Gmail SMTP Code with ASP.NET Core MVC

Sending Email To Gmail SMTP Code with ASP.NET Core MVC

11 August 20222 min readWeb Programming

We use the email sending process frequently in any web application. Sending mail with ASP.NET Core MVC is really simple. What we need to do is add class to Models folder and add controller to our controllers folder.

#ASP.NET Core#Email Sending#Gmail SMTP+3 more