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

Web Programming Posts

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
Docker is unable to find image locally

Docker is unable to find image locally

16 May 20221 min readWeb Programming

If you are trying to run Docker for Windows within a virtual machine, you need to enable 'Nested Virtualization'. You need to upgrade your windows to the latest version and you also need to enable virtualization in BIOS. I used docker for the first time a few days ago and got an error.

#Docker#Virtualization#Troubleshooting+3 more
Angular User Registration and Login Example

Angular User Registration and Login Example

06 May 20229 min readWeb Programming

What are we gonna do, first of all, a home page will greet us with a welcome. We will have two buttons named register and login. When you click Register, our registration page will come up asynchronously. At the same time, when you click login, our login page will open in the same way.

#Angular#User Registration#Login+2 more
Making Php Cache

Making Php Cache

20 April 20222 min readWeb Programming

Websites made without cache can cause speed problems. An event called cache is the caching process. This is very suitable for speeding up your php pages. We can make our php pages that need to be faster with easy and efficient codes I only serve two php pages. The first is t-cache.php and the other is b-cache.php you can give...

#PHP#Caching#Performance Optimization+3 more
Upload Images to Related Tables in php

Upload Images to Related Tables in php

16 March 20222 min readWeb Programming

Set file paths to yourself. I named my page with html codes meta.php, I named my page with php codes as metas. php Database connection is made with connection.php in the include folder meta.php is located inside the admin folder. Pictures are taken to the upload folder.

#PHP#File Uploads#Database Integration+3 more
Previous1...5678Next