Ozkan Oner Notepad

T-SQL Cursor Usage

Cursor allows us to perform line-by-line operations within the returned values in SQL Server. We make this structure, which we use frequently in programming languages, thanks to the cursor in the database. We can...

Meta Tags for SEO

Meta tags are html codes that allow your site to be understood by search engines and social networks and show your results accordingly. It is positioned between the head tags of the site. Meta...

https redirect with htaccess

After installing SSL on your site, we have a very simple code to redirect all incoming requests to https. When you paste this code into the .htaccess in your site’s main directory, all requests...