No announcements
Found 2720003 threads
-
0 Votes
User management classes and interfaces
clearance levels and will be assigned a list of custom policies. What classes or ...Discussion | 1 Replies | 1534 Views | Created by yogaraj.net - Tuesday, November 20, 2012 3:30 AM | Last reply by Mike Feng - Tuesday, November 20, 2012 11:39 AM -
0 Votes
Philadelphia VFP User Group--Wednesday, August 9
classes/subclassing Winform controls; Data binding and data binding interfaces; Building a data access layer; Typed datasets; ...Discussion | 0 Replies | 4040 Views | Created by Tamar E. Granor - Wednesday, August 2, 2006 10:47 PM -
0 Votes
Workflow & security
user and role management. So, now I want to integrate this security model into workflow foundation. What would be the best way to handle this? ...Answered | 1 Replies | 2753 Views | Created by ISSVB - Friday, January 11, 2008 4:57 PM | Last reply by Tom Lake - Friday, January 11, 2008 5:02 PM -
0 Votes
Plugin's or Extensions for C# to handle User Management.
there are modules or C# classes for this so interfaces are common and the developers do not need to keep creating UI's for User ...Unanswered | 1 Replies | 218 Views | Created by cvs334 - Thursday, November 19, 2020 7:20 PM | Last reply by Timon Yang - Friday, November 20, 2020 5:30 AM -
0 Votes
Interfaces and Abstract classes
what the object is, in and of itself. Using a base classes suggest that the new class is a more specialized version of the parent, base class. This ...Answered | 5 Replies | 2880 Views | Created by the.Programmer1 - Tuesday, June 2, 2009 1:56 PM | Last reply by the.Programmer1 - Tuesday, June 2, 2009 5:00 PM -
0 Votes
Abstract classes and interfaces
http://seesharpconcepts.blogspot.com/2013/01/abstract-class-vs-interfaces-c.htmlAnswered | 1 Replies | 264 Views | Created by Pravalika Pogula - Wednesday, May 27, 2015 2:57 PM | Last reply by Fouad Roumieh - Wednesday, May 27, 2015 4:38 PM -
3 Votes
Abstract classes and Interfaces
Yes, inheriting from IThree will force the user to implement Accept, Show and Display. This technique is used in many of the classes in the ...Answered | 8 Replies | 3133 Views | Created by SNK08 - Sunday, March 29, 2009 7:34 AM | Last reply by Chris B. Snyder - Monday, March 30, 2009 6:58 PM -
0 Votes
Abstract classes and interfaces
, property, indexer and event, they all declared public, a class could inherited from many interfaces.Answered | 4 Replies | 2197 Views | Created by Bobby1233 - Wednesday, September 28, 2011 7:50 AM | Last reply by Allen_MSDN - Thursday, September 29, 2011 9:14 AM -
0 Votes
Singleton classes and interfaces
Hi I am trying to create an interface and then about 3 or 4 singleton classes that would be accessed via the interface. I know how to ...Answered | 6 Replies | 2422 Views | Created by VBdataStarter - Thursday, May 10, 2012 11:34 PM | Last reply by VBdataStarter - Monday, May 14, 2012 1:58 AM -
0 Votes
Abstract classes and interfaces???
use of Interfaces, Inheritance, Abstract classes, and Polymorphism. Again, to make clear, you can add to the supplied code but you cannot change or delete any of it. The ...Answered | 2 Replies | 2951 Views | Created by JuniaThaCSharpDeveloper - Wednesday, May 28, 2008 11:41 AM | Last reply by JuniaThaCSharpDeveloper - Thursday, May 29, 2008 5:08 PM -
0 Votes
Interfaces and Abstract Classes
As Indian Ocean Said I also agree with him that you do not need the use of Interfaces here. Abstract classes will do the pretty job. And then when you ...Answered | 18 Replies | 8961 Views | Created by Sammy1971 - Wednesday, January 17, 2007 2:01 AM | Last reply by Indian Ocean - Thursday, January 18, 2007 7:52 AM -
0 Votes
Abstract classes and interfaces
. You can also declare them as virtual and implement them in the base class and override them where necessary.Answered | 2 Replies | 4681 Views | Created by Allen Junior - Monday, April 24, 2006 10:13 PM | Last reply by kanato - Tuesday, April 25, 2006 5:10 AM -
0 Votes
Mixing inherited classes and interfaces
Hello,a former c++ dev in my team is a bit worried by the following code which implies inheriting interfaces, and having inheriting implementations as well.Answered | 1 Replies | 5728 Views | Created by Thibaut Barrère - Wednesday, May 18, 2005 9:45 AM | Last reply by David M. Kean - Wednesday, May 18, 2005 11:19 AM -
3 Votes
single responsibility classes and interfaces.
the private members variables and all the method will go into single classes. but before I do that , as I understood in the examples I would need to create ...Answered | 9 Replies | 1540 Views | Created by boobyy - Friday, April 12, 2013 7:44 AM | Last reply by boobyy - Wednesday, April 17, 2013 4:33 AM -
0 Votes
single responsibility classes and interfaces.
I am reading and trying to learn single responsibility classes. I have seen and tried to read different material, example and tutorial. Almost all of them are ...Answered | 2 Replies | 1588 Views | Created by boobyy - Friday, April 12, 2013 7:19 AM | Last reply by BonnieB - Friday, April 12, 2013 1:58 PM -
0 Votes
Static classes and iContainer interfaces
was no custom code being executed in any constructor for any object. What am I missing? Can I use the iComponent and iContainer ...Answered | 4 Replies | 3366 Views | Created by Paula M - Monday, July 2, 2007 8:29 PM | Last reply by IanG - Saturday, July 7, 2007 9:54 PM -
1 Votes
abstract classes vs. Interfaces
Hey Roooode Dawg, This is not a disagreement! Your talking about the open closed principle (OPC) there and for me partial classes isn't quite putting the OPC into ...Answered | 12 Replies | 3828 Views | Created by code_warrior - Friday, July 2, 2010 1:50 AM | Last reply by Rudedog2 - Tuesday, July 6, 2010 5:58 PM -
0 Votes
Abstract Classes vs. Interfaces
, and if so why is it not this way for methods declared in interfaces? Thanks!Answered | 5 Replies | 4081 Views | Created by Arnon7 - Friday, February 22, 2008 6:46 PM | Last reply by Arnon7 - Sunday, February 24, 2008 12:02 AM -
1 Votes
Inheritance of interfaces and co-classes
Well, You are right in concept. Still the base and derived is only a sample, and in our complicated inheritance tree we really provide the user a way to ...Answered | 3 Replies | 369 Views | Created by MotiWertheimer - Sunday, March 25, 2018 1:50 PM | Last reply by MotiWertheimer - Sunday, March 25, 2018 8:10 PM -
0 Votes
Abstract Classes, Interfaces - When, Why?
properties that are essential and must not be overlooked. In the case of interfaces, the benefit is to facilitate interaction between fundamentally different ...Answered | 11 Replies | 1616 Views | Created by Shanthi dhanus - Thursday, February 27, 2014 11:24 AM | Last reply by Mr. Javaman II - Wednesday, March 5, 2014 7:46 PM - Items 1 to 20 of 2720003 Next ›
No announcements