@manhng

Welcome to my blog!

ASP.NET Core Vietnam

August 25, 2021 10:42

ASP.NET Core Vietnam (edit)

Implementing ASP.NET Core CRUD Operation with CQRS and MediatR Patterns (hosting.work)

ASP.NET Core Microservices Code Refactoring into Reusable NuGet Package (hosting.work)

Get Client IP Address in ASP.NET Core – Guidelines

Get Client IP Address in ASP.NET Core - Guidelines | TheCodeBuzz

How to pass multiple parameters to a get method in ASP.NET Core MVC

How to Pass Multiple Parameters GET Method ASP.NET Core MVC (telerik.com)

1) Amazon S3: harshavardhan.ghorpade@gmail.com

Refer to the official AWS SDKs for additional parameters to your URLs:

(HAY HAY HAY) Generate AWS S3 Presigned keys, pass them to a jQuery frontend before uploading files to S3

gtechsltn/S3-Presigned-Keys-jQuery (github.com)

AndyPresto/S3-Presigned-Keys-jQuery: Generate AWS S3 Presigned keys, pass them to a jQuery frontend before uploading files to S3. (github.com)

Upload files Securely to AWS S3 Directly from Browser | by Ashan Fernando | Enlear Academy

Multipart Upload for Large Files using Pre-Signed URLs - AWS - DEV Community

Pre-Signed URLs Archives - Jayendra's Cloud Certification Blog (jayendrapatil.com) (HAY HAY HAY)

(HAY HAY HAY) Cloud Agnostic Upload/Download APIs using Pre-signed URLs (AWS, Azure, Google Cloud):

(HAY HAY HAY) AWS Lambda file uploader demonstrates how to use server-less framework to upload small size files (up to 5mb) to cloud:

2) ASP.NET Core 5.0

EF Core in Console Appgtechsltn/efcore-console (github.com)

ASP.NET Core + Serilog + Logging to MongoDB: gtechsltn/netcore-serilog-to-mongodb (github.com)

ASP.NET Core & MongoDBgtechsltn/AspNetCoreMongoDb (github.com)

ASP.NET Core & SignalR: gtechsltn/signalrdemo (github.com)

QR Code:

Import/Export:

Import Excel in ASP.NET Core

Export HTML to PDF:

Export to PDF:

    public FileResult OpenPDF()  
    {  
        string PDFpath = "wwwroot/PDFs/Samplefile.PDF";  
        byte[] abc = System.IO.File.ReadAllBytes(PDFpath);  
        System.IO.File.WriteAllBytes(PDFpath, abc);  
        MemoryStream ms = new MemoryStream(abc);  
        return new FileStreamResult(ms, "application/pdf");  
    }

ASP.NET MVC 5 with TypeScript

Unit Testinggtechsltn/httpcontextmoq: HttpContext Mock (github.com)

PrimeHotelgtechsltn/PrimeHotel: A .NET 5 implementation of a hotel management system (github.com)

Seriloggtechsltn/Sample.Serilog: Some sample projects showing how to use Serilog (github.com)

Exception Handlinggtechsltn/Net-Core-API-Exception-Handling: Ibrajber99 (github.com)

Generic REST Clientgtechsltn/.NET-Core-Generic-REST-client: .NET core generic REST client implementation. (github.com)

Obfuscation .NET assembly fileJieJie.NET - CodeProject

Dynamic Generate Imagec# - ASP.NET Core Generate Image file dynamically - Stack Overflow

ASP.NET Core: Dynamically generate and display QR Code Image in ASP.NET MVC Core (aspsnippets.com)

ASP.NET Core: Dynamically generate and display Barcode Image in ASP.NET MVC Core (aspsnippets.com)

Gzip and Brotli: ASP.NET Core Response Compression - DZone Web Dev

ASP.NET Core Response Compression: Response compression in ASP.NET Core | Microsoft Docs

ConcurrencyHandling concurrency in an ASP.NET Core Web API with Dapper | Building SPAs (carlrippon.com)

AJAX Using XMLHttpRequest Call Web API from JavaScript with XMLHttpRequest (XHR) (yogihosting.com)

Upload File + JSONNuGet Gallery | JsonModelBinder 2.1.1

Upload File + Progress: File Uploading with a Progress Bar in ASP.NET Core | by Dmitry Sikorsky | Medium

PDFGenerating PDF: .Net Core and Azure Web Application | Rahul Nath (rahulpnath.com)

CKEditorQuick start - CKEditor 5 Documentation

URL Rewrite + QRCode: Tạo mã QRCode trong ASP.NET Core

URL Rewriting Middleware in ASP.NET Core | Microsoft Docs

Email confirm + Reset password: 

Email Confirmation with ASP.NET Core Identity - Code Maze (code-maze.com)

Password Reset with ASP.NET Core Identity - Code Maze (code-maze.com)

3) Yogi

gtechsltn/ASP.NET-Core-CMS: The world’s first ASP.NET Core CMS (github.com)

gtechsltn/ASP.NET-Core-Identity-with-MongoDB-as-Database (github.com)

gtechsltn/Xaero: Xaero – Entity Framework Core Advanced Project (github.com) (EF Core 5.0: 1-1 + 1-n + n-n )

gtechsltn/QRCoder-implemented-in-ASP.NET-Core (github.com)

gtechsltn/Microservices-Synchronous-Communication: Synchronous Communication between Microservices built in ASP.NET Core (github.com)

gtechsltn/Microservices-Code-Refactoring (github.com)

gtechsltn/Microservices-Code-Refactoring: ASP.NET Core Microservices Code Refactoring into Reusable NuGet Package (github.com) (Create NuGet Package)

gtechsltn/First-ASP.NET-Core-Microservice: First ASP.NET Core Microservice with Web API CRUD Operations on a MongoDB database [Clean Architecture] (github.com)

gtechsltn/Microservices-Ocelot-API-Gateway: Microservices API Gateway to unify Multiple Microservices (github.com)

gtechsltn/Microservices-Asynchronous-Communication: Microservices Asynchronous Communication with RabbitMQ and MassTransit (github.com)

gtechsltn/Microservices-Asynchronous-Communication: Microservices Asynchronous Communication with RabbitMQ and MassTransit (github.com)

gtechsltn/ASP.NET-Core-Razor-Pages-CRUD-Operations: ASP.NET Core Razor Pages : CRUD Operations with Repository Pattern and Entity Framework Core (github.com)

gtechsltn/ASP.NET-Core-CRUD-Operation-with-CQRS-and-MediatR-Patterns: Implementing ASP.NET Core CRUD Operation with CQRS and MediatR Patterns (github.com) (HAY)

gtechsltn/ASP.NET-Core-Unit-Testing-with-xUnit: How to perform Unit Testing with xUnit in ASP.NET Core (github.com)

gtechsltn/IdentityServer-with-ASP.NET-Core-Identity-and-MongoDB-as-Database: IdentityServer with ASP.NET Core Identity and MongoDB as Database (github.com)

4) Others

WCF in .NET CoreConsuming WCF Web Services in .NET Core - Best Practices | TheCodeBuzz

WCF: Service Versioning using WCF Routing - Sul Aga (sulhome.com)

WCF Backwards Compatibility and Versioning Strategies – Part 1 - CodeProject

WCF Backward Compatibility and Versioning Strategies – Part 2 - CodeProject

WCF Backward Compatibility and Versioning Strategies – Part 3 - CodeProject

Categories

Recent posts