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 "database-operations"

C Sharp Entity Framework Data Insert Deletion Update Operations

C Sharp Entity Framework Data Insert Deletion Update Operations

30 January 20223 min readSoftware

Entity Framework is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code that developers usually need to write...

#Entity Framework#C##Database Operations+3 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