Skip to content
View subhankars's full-sized avatar

Block or report subhankars

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 Loading

  1. DotNet6MinimalApi DotNet6MinimalApi Public

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

    C# 2 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# 4 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