Skip to content
View itsho's full-sized avatar
Block or Report

Block or report itsho

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

  1. ResourceCounter ResourceCounter Public

    Forked from madeinouweland/ResourceCounter

    App that checks for unused resources in XAML

    C# 1

  2. RemoveSqlitePassword RemoveSqlitePassword Public

    Remove known password from System.Data.SQLite database file

    C# 3

  3. QuickSetup QuickSetup Public

    Installation Manager

    C#

  4. WpfTabTipIssue WpfTabTipIssue Public

    Demonstrating WPF TabTip issue

    C#

  5. RSA - create signature and verify RSA - create signature and verify
    1
    // ----------------------------------------------------
    2
    // Notice, this code is using BouncyCastle NuGet:
    3
    // https://www.nuget.org/packages/BouncyCastle/1.8.4/
    4
    // Created by:    Itsho
    5
    // Creation Date: 20 December 2018
  6. Hosting an app inside a WPF app (Sys... Hosting an app inside a WPF app (System.Windows.Interop)
    1
    using System;
    2
    using System.Runtime.InteropServices;
    3
    using System.Windows.Interop;
    4
    
    
    5
    namespace HostingAppTest