Skip to content

Omer KAYA – Senior Blazor Developer

Software Developer

  • About Me
  • Contact
  • My Portfolio
Getting Started with Rx.NET: A Beginner’s Guide
Getting Started with Rx.NET: A Beginner’s Guide
On February 21, 2024February 21, 2024

Rx.NET, or Reactive Extensions for .NET, is a library designed to simplify complex asynchronous and event-based programming. By using observable sequences, Rx.NET provides a.

Read More
“CryptographicException: Access is denied” error
“CryptographicException: Access is denied” error
On February 18, 2024February 18, 2024

‘/LM/W3SVC/4/ROOT’ with physical root ‘C:\inetpub\apitest.myproject.com’ has exited from Program.Main with exit code = ‘1’. First 30KB characters of captured stdout and stderr logs: [20:28:44.

Read More
What is esc_html_e function in WordPress
What is esc_html_e function in WordPress
On February 18, 2024February 18, 2024

The esc_html_e function in WordPress is used to internationalize strings in a safe way for output into HTML content. It’s a combination of esc_html() and _e() functions. Here’s what it.

Read More
“LF will be replaced by CRLF the next time Git touches it” error and solution
“LF will be replaced by CRLF the next time Git touches it” error and solution
On February 11, 2024February 11, 2024

The warnings you’re seeing are related to line ending differences between Unix-based systems (LF) and Windows (CRLF). Git is warning you that it will.

Read More
“Divide by zero error encountered” error in MS-SQL
“Divide by zero error encountered” error in MS-SQL
On February 9, 2024February 9, 2024

The error message “Divide by zero error encountered” means that your SQL query is trying to divide a number by zero, which is not.

Read More
How to send SMTP email in .Net Core
How to send SMTP email in .Net Core
On February 8, 2024

Here is an example of how you can send an email using SMTP in .NET Core with C#: In this example, replace “smtp.example.com”, “[email protected]”, and “password” with your.

Read More
Go to specific commit in Git
Go to specific commit in Git
On February 5, 2024

To go back to a specific commit, you can use the git checkout command followed by the commit hash. The commit hash is a unique identifier.

Read More
What is the difference between git checkout and git reset and git revert
What is the difference between git checkout and git reset and git revert
On February 5, 2024

git checkout, git reset, and git revert are all commands used to change the state of your Git repository, but they do so in different ways: In.

Read More
How to filter OpenFileDialog to show only Excel files?
How to filter OpenFileDialog to show only Excel files?
On January 25, 2024

You can set the Filter property of the OpenFileDialog to restrict the file types that the dialog box displays. Here’s how you can do it for .xls and.

Read More
How to remove namespace value in XML Serializing
How to remove namespace value in XML Serializing
On January 25, 2024

The XmlSerializer class in .NET adds those namespaces by default (e.g xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”) because they are commonly used in XML schemas. However, you can remove them by.

Read More

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.