Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Category: C#

  • Home
  • C#

Dùng Amazon SQS để kết nối các service – Phần 1

November 26, 2021March 29, 2022 duongnt.bkLeave a Comment on Dùng Amazon SQS để kết nối các service – Phần 1

Message queue là giải pháp lý tưởng để kết hợp nhiều service. Và Amazon SQS khiến việc sử dụng message queue trở nên dễ dàng hơn.

C#, Vietnamese C#, message queue, sqs

Amazon SQS based services integration – Part one

November 25, 2021March 29, 2022 duongnt.bk1 Comment on Amazon SQS based services integration – Part one

Message queue help us integrate services written in different languages. And Amazon SQS makes working with message queue easy.

C#, English C#, message queue, sqs

Đọc file Numpy bằng C# và NumSharp

November 18, 2021December 6, 2022 duongnt.bk1 Comment on Đọc file Numpy bằng C# và NumSharp

Có nhiều thư viện hỗ trợ tính toán khoa học trong C#. Một trong số đó là NumSharp, một bản port của Numpy. Hôm nay, ta sẽ dùng nó để đọc file Numpy.

C#, Python, Vietnamese C#, numpy, python

How to read Numpy files in C# with NumSharp

November 17, 2021December 6, 2022 duongnt.bk3 Comments on How to read Numpy files in C# with NumSharp

There are many library to support scientific computing in C#. One of them is NumSharp, a port of Numpy in C#. Today, we will use it to read Numpy files.

C#, English, Python C#, numpy, python

Customize OpenAPI Generator with Mustache template

October 31, 2021October 31, 2021 duongnt.bkLeave a Comment on Customize OpenAPI Generator with Mustache template

The OpenAPI Generator tool can help us generating API clients from the OpenAPI Spec. But what if we want to add some modification? Enter the Mustache template.

C#, English api, C#, Mustache, openapi generator

Tùy biến OpenAPI Generator với Mustache template

October 31, 2021October 31, 2021 duongnt.bk1 Comment on Tùy biến OpenAPI Generator với Mustache template

OpenAPI Generator giúp ta sinh code cho API client mà chỉ dựa vào file OpenAPI Spec. Và khi ta cần tùy biến client đó, ta có thể sử dụng Mustache template.

C#, Vietnamese api, C#, Mustache, openapi generator

Generate API clients with OpenAPI Generator

October 27, 2021October 27, 2021 duongnt.bk1 Comment on Generate API clients with OpenAPI Generator

I used to write all API client code myself. Then I took an OpenAPI Generator to the knee. The works that used to take day can now be done in seconds.

C#, English api, C#, openapi generator

Tự động sinh API client bằng OpenAPI Generator

October 27, 2021October 27, 2021 duongnt.bk3 Comments on Tự động sinh API client bằng OpenAPI Generator

Việc tự mình viết code để gọi API tiêu tốn tương đối nhiều thời gian. Với OpenAPI Generator, ta có thể tự động hóa công việc không mấy thú vị này.

C#, Vietnamese api, C#, openapi generator

Đọc file CSV bằng C# với CsvHelper

October 17, 2021October 17, 2021 duongnt.bkLeave a Comment on Đọc file CSV bằng C# với CsvHelper

Có lẽ nhiều người cho rằng việc đọc file CSV là vấn đề đơn giản. Tuy nhiên khi tìm hiểu sâu ta sẽ thấy là format CSV có rất nhiều điểm tréo ngoe.

C#, Vietnamese C#, csv, CsvHelper

Read CSV files in C# with CsvHelper

October 17, 2021October 17, 2021 duongnt.bk4 Comments on Read CSV files in C# with CsvHelper

Write code to read CSV files does not seem like a difficult task. Then you learn of all those caveats of the CSV format.

C#, English C#, csv, CsvHelper

Posts navigation

Older posts
Newer posts
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress