NZSmartie / OICNet

A .Net Standard lirbary for OpenConenctivity's OIC Spec
Apache License 2.0
3 stars 1 forks source link

Create ASP.Net Clone with an OIC context #5

Open NZSmartie opened 7 years ago

NZSmartie commented 7 years ago

ASP.Net is an ideal framework for highly configurable application stacks. And it provides a familiar API to existing .Net developers for quickly getting started.

As ASP.Net has a strong focus around HTTP, it didn't seem work while to fork the entire repository when a limited subset of classes were needed. A clone has made that meets minimum requirements of logging, dependency injection, hosting the application, providing a startup interface and so forth.