Skip to content
View FurkanKozen's full-sized avatar
  • Istanbul

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. samples samples Public

    Forked from dotnet/samples

    Sample code and snippets used in the .NET documentation

    C#

  4. 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
    {
  5. SudokuGenerator SudokuGenerator Public

    A command-line application to generate completed sudoku

    C# 1