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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Self Hosting
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi (3)
Jasminder Singh (2)
Rajeev Ranjan (2)
Rasul Huseynov (1)
Ramasagar Pulidindi (1)
Mudita Rathore (1)
Sourav Kayal (1)
Ramesh Kartik (1)
Sakthikumar Thanavel (1)
Mukesh Kumar (1)
Amit Choudhary (1)
Divya Sharma (1)
Related resources for Self Hosting
No resource found
Behind the Scenes of OWIN (Open Web Interface for .NET)
6/26/2024 6:47:39 AM.
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ecosy
Introduction To ASP.Net SignalR Self Hosting
5/16/2024 5:43:17 AM.
Explore ASP.NET SignalR self-hosting to enable real-time communication in your applications. Learn about setting up a self-hosted SignalR server using .NET Framework, facilitating WebSocket-based inte
Web API Hosting From OWIN With Windows Azure
4/18/2024 1:21:58 PM.
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
Web API Self-Hosting Using Windows Service: Part 1
7/20/2023 6:18:08 AM.
In this article you will learn how to create a self-hosted Web API using a Windows Service.
Understanding Self-Hosting of a Web API (C#): Part 1
1/12/2022 11:52:28 AM.
This article provides a walkthrough of self-hosting a Web API. Here we will see how to host a web API inside a console application.
Getting Started With ASP.Net Web API 2 : Day 11
5/24/2021 10:21:45 AM.
In this article, we are going to learn how to host an ASP.NET Web API in a console application, using OWIN to self-host the Web API framework.
Getting Started With ASP.Net Web API 2 : Day 10
5/24/2021 10:16:36 AM.
In this article, we will learn about the Self-Host ASP.NET Web API. Without IIS we are able to run our Web API using the Web API self-hosting capabilities.
Working With OWIN Hosting and Self Hosting in ASP.Net
4/22/2021 6:47:17 AM.
Today we'll learn how to host OWIN in IIS and self-host OWIN in a console application in Visual Studio 2013.
Self-Hosting in ASP.Net Web API
3/17/2021 6:43:44 AM.
In this article, you learn about Self-Host, how we can Self-Host the ASP.NET Web API.
Understand WCF: Part 7: Self Hosting in WCF Application
9/11/2019 4:09:01 AM.
In this article, we will learn to host WCF application in self hosting environment.
Hosting In WCF
5/22/2016 1:42:56 PM.
In this article you will learn how to perform hosting in WCF .
Introduction To WCF And Host The Application With Multiple Endpoints In Self Hosting
1/9/2016 12:49:21 PM.
In this article I will explain how to host the WCF application with multiple endpoints through self hosting.
WCF Service Self Hosting And Consuming With Windows Application
11/28/2015 7:10:11 AM.
In this article, you will learn what is WCF self-hosting and how to create, host and consume the WCF service using self-hosting.
Web API Self-Hosting Using OWIN
3/1/2015 12:42:22 PM.
In this article you will learn how to self-host the Web API using OWIN custom host.
Self-Hosting OWIN and ASP.Net WebAPI
7/29/2014 10:23:19 AM.
Here, we’ll discuss how to start a self-host for OWIN.
Self-Hosting of WCF Service With Console Application
6/23/2014 12:22:37 PM.
In this article, I will explain how to host WCF services in a console application.