Skip to content

Omer KAYA – Senior Blazor Developer

Software Developer

  • About Me
  • Contact
  • My Portfolio

Author: admin

How to restrict endpoints for IP addresses in .Net Core

On December 5, 2023December 17, 2023By admin

We can achieve this by creating a custom middleware in ASP.NET Core. This middleware will check the IP address of the incoming request and.

Refusing to merge unrelated histories error in Git

On December 5, 2023By admin

The error “refusing to merge unrelated histories” occurs when you are trying to merge two projects that are not related in any way, i.e.,.

How to list existed MSSQL LocalDB instances

On December 4, 2023By admin

You can use the SQLLocalDB utility to list the SQL LocalDB instances on your computer. In my case, for SQL Server 2019, I located.

How to install ABP Framework CLI tool

On December 4, 2023By admin

ABP CLI is a dotnet global tool. Install it using a command line window: dotnet tool install -g Volo.Abp.Cli

Visual Studio Publish Error and Solution – Found multiple publish output files with the same relative path

On December 4, 2023December 17, 2023By admin

This error occurs when there are multiple files with the same name in different projects that are being published to the same output directory..

Flameshot – PrintScreen key opens Snip tool instead of Flameshot

On December 2, 2023By admin

Visual Studio Add or Change Remote Git Repository

On November 30, 2023By admin

You can add a GitHub repository as a remote to your local Git repository by using the git remote add command. Here are the steps: git remote add origin https://github.com/username/repo.git.

MS-SQL Delete Rows without Bloating Log File

On November 26, 2023December 17, 2023By admin

In SQL Server, the TRUNCATE TABLE statement can be used to delete all rows from a table without logging the individual row deletions. However, it only.

Powershell – The token ‘||’ is not a valid statement separator in this version.

On November 23, 2023By admin

You can solve this problem with:

Powershell – .ps1 is not digitally signed. The script will not execute on the system

On November 23, 2023December 17, 2023By admin

When executing a .ps1 PowerShell script, you may encounter an error message stating, “.ps1 is not digitally signed. The script will not execute on.

Posts navigation

Older posts
Newer posts

Recent Posts

  • Useful Web Sites #1
  • Example IF Usage in Excel
  • How to route specific IP addresses through the VPN in OpenVPN
  • Getting Stuck with WordPress REST API in Postman? It’s Probably Cookies!
  • What are the differences between “abp new module” and “abp add-module” commands in ABP CLI
  • glow in the dark keyboard
    Find files with modified date in Linux
  • linux tux penguin mascot cutout lying on a tray with ice cubes
    Find files with between modification dates in Linux
  • linux tux penguin mascot cutout lying on a tray with ice cubes
    List changed files in Linux in last 30 days
  • include option with Grep
  • Wildcard usage in Grep Command
  • glow in the dark keyboard
    Case Sensitivity in Grep Command in Linux
  • linux tux penguin mascot cutout lying on a tray with ice cubes
    Search files in CentOS 7
  • close up photo of programming of codes
    Strategies to optimize SQL queries and reduce CPU usage in SQL Server
  • Reasons of High CPU usage of SQL Server
  • person holding a small paper
    Step-by-Step Guide: Uploading a Local Folder to GitHub as a New Repository
  • Which tables are created when HangFire uses SQL Server as a database?
  • SQL Server Tutorial: Adding Row Numbers to Your Data
  • C# Tutorial: How to Convert a String with a Plus Sign to an Integer
  • Mastering Asynchronous Programming with Rx.NET
  • Transforming Data Streams in Rx.NET: Operators in Action
  • Getting Started with Rx.NET: A Beginner’s Guide
  • “CryptographicException: Access is denied” error
  • What is esc_html_e function in WordPress
  • “LF will be replaced by CRLF the next time Git touches it” error and solution
  • “Divide by zero error encountered” error in MS-SQL
  • How to send SMTP email in .Net Core
  • Go to specific commit in Git
  • What is the difference between git checkout and git reset and git revert
  • How to filter OpenFileDialog to show only Excel files?
  • How to remove namespace value in XML Serializing

Recent Comments

No comments to show.
Proudly powered by WordPress

© Padma Blog by ashathemes.