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 Single Instance
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nikunj Satasiya (1)
Rajul Aggarwal (1)
Karan Patel (1)
Vivek Kumar (1)
Imran Ghani (1)
Ibrahim Ersoy (1)
Vijay Prativadi (1)
Related resources for Single Instance
No resource found
Singleton Design Pattern in .NET Core
7/26/2024 5:01:10 AM.
The Singleton Design Pattern ensures a class has only one instance and provides a global access point to it. In .NET Core, this involves a private constructor, a static instance variable, and a static
Singleton Pattern In C#
10/13/2023 10:47:49 AM.
In this article we will see how to create a single instance of a class using Singleton Pattern.
Single Instance Of Application In C#
10/11/2023 5:29:46 AM.
There is some application that we want that only single instance of application works at a time. So here in this article is the logic for doing that.
Singleton Design Pattern In C#
9/12/2023 5:51:29 AM.
The Singleton Design Pattern is one of the creational design patterns used in software engineering. It is primarily employed to ensure that a class has only one instance and provides a global point of
3 Techniques For Instance Management in WCF
9/10/2013 5:47:04 PM.
Instance management basically defines the binding of service instance to a request received from a client.
Running Single Instance of the Application
7/9/2012 1:14:26 AM.
This article will show you how to do it using Mutex.
Single Instance Based - Instance Management in WCF hosted on Web App
12/21/2011 11:48:30 PM.
Today, in this article let dig out some theory stuff first and later we will try to implement the studied concepts i: e Per Single based Instance Management using WCF.