Click here to Skip to main content
15,891,204 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralIMAP Select command for selecting Sent Items folder. Pin
Sivasankari Jayaraj27-Mar-08 2:11
Sivasankari Jayaraj27-Mar-08 2:11 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
Pete O'Hanlon27-Mar-08 2:29
mvePete O'Hanlon27-Mar-08 2:29 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
a123_12327-Mar-08 23:36
a123_12327-Mar-08 23:36 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
Pete O'Hanlon28-Mar-08 0:47
mvePete O'Hanlon28-Mar-08 0:47 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
a123_12331-Mar-08 18:42
a123_12331-Mar-08 18:42 
QuestionObject Consistency - Part II Pin
Zavullon26-Mar-08 22:46
Zavullon26-Mar-08 22:46 
GeneralRe: Object Consistency - Part II Pin
Pete O'Hanlon27-Mar-08 0:46
mvePete O'Hanlon27-Mar-08 0:46 
GeneralRe: Object Consistency - Part II [modified] Pin
Zavullon27-Mar-08 2:33
Zavullon27-Mar-08 2:33 
Great idea Wink | ;) but it is not sufficient. If i understand you right then in order to force consistency
between Order, IRentable and RentProgram types there shuld be more complicated generic use:


withpublic class CarOrder : Order<Car, CarRentProgram><br />
{<br />
}<br />
<br />
public class MotorCycleOrder : Order<motorcycle, MotocycleRentProgram><br />
{<br />
}<br />
<br />
public abstract class Order<T, S> where T : IRentable, S : RentProgram <br />
{<br />
     protected T rentableItem;<br />
     protected S rentProgram;<br />
}<br />


Am i right ??? Confused | :confused:

modified on Thursday, March 27, 2008 8:39 AM

GeneralRe: Object Consistency - Part II Pin
Pete O'Hanlon27-Mar-08 3:04
mvePete O'Hanlon27-Mar-08 3:04 
Questiondelay signing Pin
Ahmad Adnan26-Mar-08 3:49
Ahmad Adnan26-Mar-08 3:49 
General[Duplicate Post]Re: delay signing Pin
Scott Dorman26-Mar-08 4:09
professionalScott Dorman26-Mar-08 4:09 
Questiondelay signing Pin
Ahmad Adnan26-Mar-08 3:48
Ahmad Adnan26-Mar-08 3:48 
QuestionHow to shuttle callbacks from a C++ exe to a .NET DLL (or events from dll to exe) Pin
FiddlerMD25-Mar-08 10:53
FiddlerMD25-Mar-08 10:53 
AnswerRe: How to shuttle callbacks from a C++ exe to a .NET DLL (or events from dll to exe) Pin
led mike25-Mar-08 11:04
led mike25-Mar-08 11:04 
General.NET Framework Class Library Pin
JBAK_CP25-Mar-08 10:20
JBAK_CP25-Mar-08 10:20 
GeneralRe: .NET Framework Class Library Pin
led mike25-Mar-08 10:28
led mike25-Mar-08 10:28 
GeneralRe: .NET Framework Class Library Pin
JBAK_CP25-Mar-08 10:50
JBAK_CP25-Mar-08 10:50 
GeneralRe: .NET Framework Class Library Pin
led mike25-Mar-08 10:55
led mike25-Mar-08 10:55 
GeneralRe: .NET Framework Class Library Pin
Scott Dorman25-Mar-08 15:39
professionalScott Dorman25-Mar-08 15:39 
GeneralRe: .NET Framework Class Library Pin
Mark Salsbery25-Mar-08 16:01
Mark Salsbery25-Mar-08 16:01 
GeneralTracing internal method calls in aspect oriented programming Pin
mercurysmiles20-Mar-08 23:59
mercurysmiles20-Mar-08 23:59 
QuestionHow to sign the soap body in WCF Pin
konkola19-Mar-08 22:51
konkola19-Mar-08 22:51 
AnswerRe: How to sign the soap body in WCF Pin
MrMundial21-Apr-10 4:31
MrMundial21-Apr-10 4:31 
GeneralRe: How to sign the soap body in WCF Pin
Rick Piovesan15-Oct-10 3:18
Rick Piovesan15-Oct-10 3:18 
GeneralRe: How to sign the soap body in WCF Pin
MrMundial21-Oct-10 3:20
MrMundial21-Oct-10 3:20 

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.