Click here to Skip to main content
15,922,325 members
Home / Discussions / C#
   

C#

 
GeneralRe: string==C#?YES:NO Pin
Heath Stewart8-Jul-04 5:02
protectorHeath Stewart8-Jul-04 5:02 
GeneralRe: string==C#?YES:NO Pin
Grimolfr8-Jul-04 9:01
Grimolfr8-Jul-04 9:01 
GeneralRe: string==C#?YES:NO Pin
leppie8-Jul-04 9:35
leppie8-Jul-04 9:35 
GeneralRe: string==C#?YES:NO Pin
saud_a_k8-Jul-04 19:28
saud_a_k8-Jul-04 19:28 
GeneralRe: string==C#?YES:NO Pin
leppie8-Jul-04 9:37
leppie8-Jul-04 9:37 
GeneralRe: string==C#?YES:NO Pin
saud_a_k8-Jul-04 19:32
saud_a_k8-Jul-04 19:32 
GeneralRe: string==C#?YES:NO Pin
leppie9-Jul-04 7:06
leppie9-Jul-04 7:06 
GeneralRe: string==C#?YES:NO Pin
saud_a_k12-Jul-04 18:36
saud_a_k12-Jul-04 18:36 
GeneralQuestion about NavigationGraph in UIPAB Pin
Phoenixcp7-Jul-04 21:52
Phoenixcp7-Jul-04 21:52 
GeneralRe: Question about NavigationGraph in UIPAB Pin
Heath Stewart8-Jul-04 5:14
protectorHeath Stewart8-Jul-04 5:14 
GeneralASCII code for Arabic(Farsi) letters Pin
Hovik Melkomian7-Jul-04 21:17
Hovik Melkomian7-Jul-04 21:17 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Heath Stewart8-Jul-04 4:30
protectorHeath Stewart8-Jul-04 4:30 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Hovik Melkomian13-Jul-04 3:29
Hovik Melkomian13-Jul-04 3:29 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Heath Stewart13-Jul-04 3:42
protectorHeath Stewart13-Jul-04 3:42 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Hovik Melkomian13-Jul-04 20:38
Hovik Melkomian13-Jul-04 20:38 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Heath Stewart14-Jul-04 3:06
protectorHeath Stewart14-Jul-04 3:06 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Hovik Melkomian15-Jul-04 4:24
Hovik Melkomian15-Jul-04 4:24 
GeneralRe: ASCII code for Arabic(Farsi) letters Pin
Heath Stewart19-Jul-04 2:10
protectorHeath Stewart19-Jul-04 2:10 
QuestionHow do Compare two DataTable Pin
jzb7-Jul-04 20:55
jzb7-Jul-04 20:55 
AnswerRe: How do Compare two DataTable Pin
Heath Stewart8-Jul-04 4:03
protectorHeath Stewart8-Jul-04 4:03 
GeneralArticle submission question… Pin
Ray Cassick7-Jul-04 18:59
Ray Cassick7-Jul-04 18:59 
GeneralRe: Article submission question… Pin
Heath Stewart8-Jul-04 3:58
protectorHeath Stewart8-Jul-04 3:58 
GeneralC# class and COM+ issue Pin
hatim_ali7-Jul-04 18:57
hatim_ali7-Jul-04 18:57 
Hi,

I've subclassed two classes inside classA. Theses subclasses are derived from classA. There are some virtual functions in classA with their implementation defined in those subclasses. Client can only see classA. Instances of classA will be created by a class factory. On basis of parameters passed to class factory, the factory creates new objects of subclasses and returns them to client. Following snippet demonstrates the idea.

<br />
public class classA<br />
{<br />
/* some non-virtual functions with implementation defined */<br />
/* some virtual functions with implementation defined in subclasses */<br />
<br />
internal class subclass1 : classA<br />
{<br />
/* implementation of virtual functions declared in class A */<br />
}<br />
<br />
internal class subclass2 : classA<br />
{<br />
/* implementation of virtual functions declared in class A */<br />
}<br />
} <br />


1) I want to run subclass1 objects into COM+ transaction. Is it possible because client never sees subclass1 although it uses subclass1. If possible how ??

2) Is it a good practice to do things this way. The idea behind was to provide client smplicity of using one class while acheiving the logical seperation at the backend for developer's ease.

Thanks in advance,

Regards,
Hatim Ali.
Generalabout software error detecting Pin
fu07-Jul-04 18:44
fu07-Jul-04 18:44 
QuestionEnvironment.SpecialFolder ?? Pin
azusakt7-Jul-04 17:45
azusakt7-Jul-04 17:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.