Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の無知を許してください。しかし、WCFを使用してRESTfulサービスを構築することは可能ですか、それともこれを行うために他のテクノロジーが完全に必要になるでしょうか。大まかに言って、RESTfulサービスとは何かを理解していますが、.NETでそれらを構築する方法について疑問に思っていました。
I have List<QueueItem> QueueItemList list of objects. I am filtering the objects list by object property Status and assign filtered list to processingList. If I w
List<QueueItem> QueueItemList
Status
processingList