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 "web-applications"

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
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
Symfony Database Operations

Symfony Database Operations

16 January 20221 min readWeb Programming

There are many methods of capturing data. I'll convey what I know. For example we created a table called tal_news When writing the table name in Symfony, we write the first letters uppercase, make the table name TalNews (Capital letters must come after the first letter and underscore) The simplest way is to pull all the data...

#Symfony#PHP#Database Operations+3 more