Skip to content
View Eneswunbeaten's full-sized avatar
🌍
🌍
  • Turkey
  • 11:38 (UTC +03:00)
  • Instagram enesssw7

Organizations

@Smakexd
Block or Report

Block or report Eneswunbeaten

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
Eneswunbeaten/README.md
using System;
using System.Collections.Generic;
using System.Linq;

namespace GithubProfile
{
    class Program
    {
        static void Main(string[] args)
        {
            var profile = new Dictionary<string, string>
            {
                ["Name"] = "Hasan Enes",
                ["Location"] = "Turkey/Antalya",
                ["Occupation"] = ".Net Developer",
                ["Software_Languages"] = "C#, Python, Javascript, Typescript, ",
                ["Areas_of_Interest"] = "Backend, Web Development, Cyber Sec."
            };

            Console.WriteLine("Hello! I'm {0}, I'm a {1} in {2}",
                profile["Name"], profile["Occupation"], profile["Location"]);

            Console.WriteLine("Programming languages I am proficient in: {0}.",
                profile["Software_Languages"]);

            Console.WriteLine("Areas of interest to me: {0}.",
                profile["Areas_of_Interest"]);

            var best_projects = new Dictionary<string, string>
            {
                ["Menu Plus"] = @"You can switch the menus in the restaurant to qr system and place orders through this system.
                                 It is not open source but you can access it from https://menuplus.com.tr.",

                ["Csv Tool"] = @"You can upload the csv file and convert it to C# Model, Mongo Insert Command, Sql Insert Commands.
                                 In addition, even if the column names are not available in the first line of the csv file,
                                 you can continue your operations by manually entering them.",

                ["CarBook"] = @"It is a car rental project I made with mvc.
                               You can update many detailed sections such as vehicle, brand via the admin panel."
            };

            Console.WriteLine("Some of my projects:");
            best_projects.ForEach(proje => Console.WriteLine("- {0}", proje));

            Console.WriteLine("Don't forget to check out the other repositories in my profile!");
        }
    }
}

Pinned

  1. Proxy-Scraper Proxy-Scraper Public

    C# 5

  2. CsvTool CsvTool Public

    CsvTool converts the given csv file into c# model, sql insert command and mongo insert command.

    C# 3

  3. Depo-Mvc-Projesi Depo-Mvc-Projesi Public

    CRUD işlemlerinin yapılabildiği bir projedir.

    C# 3

  4. 0MeMo07/Hisse-Senedi-Takip 0MeMo07/Hisse-Senedi-Takip Public

    Python 4