|
-
Sep 13th, 2005, 05:35 AM
#1
Re: Urgent C# Global Connection Problem
The difference between creating an instance of your data layer object and assigning it to a static variable and creating a singleton class is that with a singleton class you cannot create more than one instance, whereas in the first scenario you could create more instances and assign them to other variables. The idea of a class with all static members is going back to what I was talking about in the first place. It is the equivalent of a VB.NET module.
-
Sep 19th, 2005, 12:18 AM
#2
New Member
Re: Urgent C# Global Connection Problem
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|