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

.NET (Core and Framework)

 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Thomas Stockwell6-Apr-08 3:43
professionalThomas Stockwell6-Apr-08 3:43 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Ed.Poore28-Mar-08 10:20
Ed.Poore28-Mar-08 10:20 
GeneralPrompt for Report Paramters Pin
Miszou27-Mar-08 8:59
Miszou27-Mar-08 8:59 
GeneralSerialPort Pin
amirreza_nl27-Mar-08 5:37
amirreza_nl27-Mar-08 5:37 
GeneralRe: SerialPort Pin
Alan N27-Mar-08 9:23
Alan N27-Mar-08 9:23 
GeneralRe: SerialPort Pin
amirreza_nl27-Mar-08 20:06
amirreza_nl27-Mar-08 20:06 
GeneralRe: SerialPort Pin
Luc Pattyn27-Mar-08 9:38
sitebuilderLuc Pattyn27-Mar-08 9:38 
Generaldisable smartcard pin dialog in CmsSigner and get valid pkcs7 message Pin
krazysmile27-Mar-08 4:37
krazysmile27-Mar-08 4:37 
GeneralRe: disable smartcard pin dialog in CmsSigner and get valid pkcs7 message Pin
krazysmile3-Apr-08 1:29
krazysmile3-Apr-08 1:29 
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 

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.