DBILITY

C# AsyncBridge.Net35 본문

C#

C# AsyncBridge.Net35

DBILITY 2017. 12. 26. 16:51
반응형

.Net 4.5에선 await가 있다는데 3.5에서 해보려니.

https://www.nuget.org/packages/AsyncBridge.Net35

 

AsyncBridge.Net35 0.3.1

Deprecated. Use the unified package AsyncBridge instead.

www.nuget.org

https://stackoverflow.com/questions/24760308/async-requests-net-3-5

 

Async Requests .NET 3.5

I'm having to use .NET 3.5 for a client project. Usually I'd use .NET 4.5 and use Async/Await, but I can't use 4.5 for this project. I'm not sure if my solution is correct, but it appears simple.

stackoverflow.com

 

반응형

'C#' 카테고리의 다른 글

C# CS0656 compiler error ( 컴파일러 오류 )  (0) 2018.01.11
visualstudio express 다운로드 주소  (0) 2017.12.27
C# log4net 사용하기  (0) 2017.12.27
C# 중복실행방지 ( Mutex 사용 )  (0) 2017.12.26
C# WebRequest web page read  (0) 2017.12.26
Comments