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

Block or report subhankars

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

Hi there 👋 I'm trying this cool new github profile page. Stay tuned for new updates!!!

Pinned

  1. DotNet6MinimalApi DotNet6MinimalApi Public

    Code sample for .NET 6, C# 10 Minimal API and Azure DevOps pipeline for Continuous deployment.

    C# 1 9

  2. AzureBlobStorageDocumentLibrary AzureBlobStorageDocumentLibrary Public

    Create a custom document library with features like Document Versioning, Download, Delete, Restore a specific version etc. leveraging Azure Blob Storage Versioning. C# Code Samples.

    C# 3 1

  3. Microsoft Azure EventGrid Microsoft Azure EventGrid
    1
    using System;
    2
    
                  
    3
    namespace EventGridEventTrigger.Library
    4
    {
    5
        public static class CustomEvent<T>
  4. .NET Core WebJob Deploy with Powershell .NET Core WebJob Deploy with Powershell
    1
    #Zipped artifact path - get the path from Azure DevOps Pipeline variables
    2
    $path = "$(System.DefaultWorkingDirectory)\$($env:zippedArtifactPath)"
    3
    
                  
    4
    #Test the path if exists
    5
    if (-not (Test-Path $path)) 
  5. AzureEventGridEventHandler AzureEventGridEventHandler Public

    Azure EventGrid event handler code samples in .NET Core, .NET Framework, Azure Function (v1 and v2)

    C# 4 3

  6. StaticWebApp StaticWebApp Public

    Hosting Free Website with Serverless backend on Azure Static Web App

    TypeScript 1 1