Skip to content
View deadmann's full-sized avatar

Organizations

@Tazminchi @Javid-Group
Block or Report

Block or report deadmann

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
deadmann/README.md

Chrome Dino

Hi there, I'm Hassan Faghihi

  • 🎓 I'm a Bachelore in Computer Sience, Software Engineering
  • 💻 I’m currently working at Rayankar
  • ⭐ Objective: Try to be a better version of myself
  • ⚡ I like photography, programming, movies, games and dancing

Profile template based on: UjwalKandi

Last Edited on: 10/14/2021

-->

Pinned

  1. AdvancedRestHandler AdvancedRestHandler Public

    A utility code that can be used to request Data from services...

    C# 5

  2. Image Helper - Resize, file and set ... Image Helper - Resize, file and set watermark
    1
    using System;
    2
    using System.Drawing;
    3
    using System.Drawing.Imaging; // .Net Core Fix: Image and ImageFormat are missing and it requires to install `System.Drawing.Coomon` package
    4
    using System.IO;
    5