의욕적으로 최근에 release된 ASP.NET Core 2.0 & Angular 조합하여 사용해 보려고 합니다.
POC를 통해서 간단한 CRUD작업에는 아무런 문제 없는 것으로 확인했습니다.
Angular에도 좀 익숙해 지고, ASP.NET Core에도 조금 익숙해 져서 괜찮겠다고 생각했죠.
특히 다른 개발자들과 협업하려면 javascript라는 공통 분모를 갖춰야 할 것 같기도 하고요.
그런데 Real time communication 기능이 필요할 것 같아 SignalR을 사용을 검토해 보았더니 아직 지원하지 않네요.
SignalR은 Core 2.1에서 지원할 예정이며 그 시점은 올해 4분기라고 합니다.
Release | Time frame* |
---|---|
2.0-preview1 | Q2 2017 |
2.0-preview2 | Q2 2017 |
2.0 | Q3 2017 |
2.1 | Q4 2017 |
2.1.0 Roadmap
SignalR
New SignalR for ASP.NET Core
https://github.com/aspnet/Home/wiki/Roadmap
https://docs.microsoft.com/ko-kr/dotnet/standard/choosing-core-framework-server
'Programming > .Net' 카테고리의 다른 글
change file name to prevent overwrite (0) | 2015.09.04 |
---|---|
String.Join method that ignores null or empty strings? (0) | 2015.05.14 |
ConfigurationSection을 이용한 App configuration #02 (0) | 2015.02.24 |
(Workaround) return iterator with 'out' or 'ref' parameters (0) | 2015.02.16 |
Select object within min or max property value. (0) | 2015.01.20 |