Skip to content
View FurkanKozen's full-sized avatar

Block or report FurkanKozen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DictJson DictJson Public

    Dictionary-like solution for JSON files in C#

    C# 1

  2. Finding the key by its value Finding the key by its value
    1
    using System;
    2
    using System.Linq;
    3
    using System.Collections.Generic;
    4
    
                  
    5
    class Program
  3. furkankozen.github.io furkankozen.github.io Public

    GitHub Pages kullanan statik bir kişisel web sitesi

    CSS 1

  4. samples samples Public

    Forked from dotnet/samples

    Sample code and snippets used in the .NET documentation

    C#

  5. Html helper snippet for binding prop... Html helper snippet for binding properties of model dynamically
    1
    using System;
    2
    using System.Linq.Expressions;
    3
    
                  
    4
    public class Person
    5
    {
  6. SudokuGenerator SudokuGenerator Public

    A command-line application to generate completed sudoku

    C# 1