.net Core

[.net core] custom health check probe

2022-02-27 C.H. Ling 0

Probing is one of the method to monitor application to indicate its healthiness. In previous article that it was mentioned on adding health check in application. This article will introduce in deep on create custom […]

C#

[WCF] Performace Optimization

2021-12-07 C.H. Ling 0

For legacy .net framework application, which OS dependent and difficult to host in containerized platform. As result, it cannot improve performance and availibility by auto scaling. In order to optimize it, there are several parts […]

No Picture
ASP.net MVC

[ASP.net MVC] Web API 傳回JSON

2018-11-29 C.H. Ling 0

按原廠設定, ASP.net MVC 的API Controller 會以XML傳回資料. 但在Front-end 中要處理資料倒困難. 而其實可以透過加入Attribute 使其傳回JSON. 方法如下.

1 2 3 4