Skip to content
View rkonit's full-sized avatar
🚀
All Things .NET
🚀
All Things .NET

Block or report rkonit

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 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. jwt-auth-identity-webapi jwt-auth-identity-webapi Public

    A short demo of JWT-based Authentication and Authorization with ASP.NET Core Identity

    C#

  2. winui3-custom-title-bar winui3-custom-title-bar Public

    A short demo of Custom Title Bar with WinUI 3

    C# 1

  3. JavaScript Code to Automatically Unc... JavaScript Code to Automatically Uncheck All Personalised Interests Used for Ad Targeting on Twitter
    1
    /*
    2
     * To uncheck all the "personalised interests" that are used for ad targeting on twitter
    3
     * Go to this page: https://twitter.com/settings/your_twitter_data/twitter_interests
    4
     * Open Dev Tools and run this code in Console window
    5
     */
  4. SQL Script for Dynamic C# Class Gene... SQL Script for Dynamic C# Class Generation from Database Table Structure
    1
    -- Author: Ramesh Kumar
    2
    -- Date: 2023-03-01
    3
    -- Description: This SQL script will generate a C# class based on the columns in a table
    4
    
                  
    5
    -- Set the database name and table name variables