TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sachin Singh
7
55.8k
81.8k
Owin a Myth or truth?
Sep 26 2020 12:55 AM
https://www.c-sharpcorner.com/forums/what-is-meant-by-owin-based-application , this question forced me to think even more about Owin , though i answered the question .
But the statement
"Owin decouples the server and the application" ,is really bullshit
, prior to .Net core.
There is nobody who could decouple MVC or Web API from IIS using Owin, yes we can create a class and can inherit it from APIController and treat it as an owin middleware and host it from console Application.
so, at the end of the day self hosting is the only way to decouple IIS and web App (in short IIS and web API/signalR not even MVC), and self hosting is not that suffice like hosting on IIS or any web server.
In short , Owin just helps to create pluggable components like HttpModule and MessageHandler with one extra benifit that your owin middleware can be plugged into multiple frameworks.
prior to .Net Core ,owin decouples the web server and application was a myth
, no you can't decouple.
Please put some light on my statement.
Reply
Answers (
1
)
.net microservices
Bind Drop Down List.