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

.NET (Core and Framework)

 
Questionmobile agent Pin
karthik.N.Rao11-Mar-06 8:07
karthik.N.Rao11-Mar-06 8:07 
Question.net execute programs permission Pin
_tasleem10-Mar-06 18:50
_tasleem10-Mar-06 18:50 
Questionframework version number Pin
eey5610-Mar-06 10:29
eey5610-Mar-06 10:29 
AnswerRe: framework version number Pin
[Marc]10-Mar-06 12:07
[Marc]10-Mar-06 12:07 
AnswerRe: framework version number Pin
Dave Kreskowiak10-Mar-06 12:48
mveDave Kreskowiak10-Mar-06 12:48 
AnswerRe: framework version number Pin
HimaBindu Vejella12-Mar-06 21:28
HimaBindu Vejella12-Mar-06 21:28 
AnswerRe: framework version number Pin
Ed.Poore15-Mar-06 11:22
Ed.Poore15-Mar-06 11:22 
QuestionGenerics inheriting from generic types ... Pin
Pop Catalin10-Mar-06 1:57
Pop Catalin10-Mar-06 1:57 
What I mean is the curent CTS lacks the ablility for a generic class to inherit a generic type

for example :

class MyClass<T> : T {
}

is not valid using curent generics.

If it would be posible where would it help ?
here an example :


class LoggedStream<T> : T where T : System.IO.Stream {
public override Flush() {
// Log stream flush
base.Flush();
}
}

usage :

LoggedStream<FileStream> s1 = new LoggedStream<FileStream>(); - can be used inplace of Filestream
LoggedStream<NetWorkStream> s2 = new LoggedStream<NetWorkStream>(); -- Same generic implementation and diferent type than LoggedStream<FileStream>();

For anyone wishing to use generics in such a way or requiring this feture there's an open sugestion on Microsoft's feedback center wich can be voted for.

<a href="http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=f2b1c45b-4be4-410d-8d4b-84315730cea6" rel="nofollow">http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=f2b1c45b-4be4-410d-8d4b-84315730cea6</a>[<a href="http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=f2b1c45b-4be4-410d-8d4b-84315730cea6" target="_blank" rel="nofollow" title="New Window">^</a>]

Thanks to the community !



-- modified at 11:16 Friday 10th March, 2006
QuestionForcing VS.NET 2005 to use .NET 1.1 framework. Pin
MY120110-Mar-06 0:45
MY120110-Mar-06 0:45 
AnswerRe: Forcing VS.NET 2005 to use .NET 1.1 framework. Pin
Dave Kreskowiak10-Mar-06 12:44
mveDave Kreskowiak10-Mar-06 12:44 
GeneralRe: Forcing VS.NET 2005 to use .NET 1.1 framework. Pin
Vasudevan Deepak Kumar12-Mar-06 17:03
Vasudevan Deepak Kumar12-Mar-06 17:03 
GeneralRe: Forcing VS.NET 2005 to use .NET 1.1 framework. Pin
Chris Richner13-Mar-06 2:59
Chris Richner13-Mar-06 2:59 
Questionaxwebbrowser find function Pin
Lifeform239-Mar-06 12:02
Lifeform239-Mar-06 12:02 
QuestionTextBox.AutoComplete .net 2.0 Pin
Chris Richner9-Mar-06 3:36
Chris Richner9-Mar-06 3:36 
Question.NET Framework Pin
FeRtoll9-Mar-06 0:27
FeRtoll9-Mar-06 0:27 
AnswerRe: .NET Framework Pin
Sebastian Schneider9-Mar-06 0:37
Sebastian Schneider9-Mar-06 0:37 
GeneralRe: .NET Framework Pin
FeRtoll9-Mar-06 10:59
FeRtoll9-Mar-06 10:59 
GeneralRe: .NET Framework Pin
CWIZO15-Mar-06 2:37
CWIZO15-Mar-06 2:37 
Questioncustomize datagrid view Pin
Maher Abu Zer8-Mar-06 19:49
professionalMaher Abu Zer8-Mar-06 19:49 
QuestionSecurity.Permissions error Pin
projectcode18-Mar-06 5:12
projectcode18-Mar-06 5:12 
Questionstd::cout Messes Up Filter in OpenFileDialog Pin
ricecake8-Mar-06 4:18
ricecake8-Mar-06 4:18 
QuestionRe: std::cout Messes Up Filter in OpenFileDialog Pin
ricecake8-Mar-06 5:44
ricecake8-Mar-06 5:44 
AnswerRe: std::cout Messes Up Filter in OpenFileDialog Pin
ricecake4-Apr-06 8:51
ricecake4-Apr-06 8:51 
AnswerRe: std::cout Messes Up Filter in OpenFileDialog Pin
ricecake4-Aug-06 10:35
ricecake4-Aug-06 10:35 
QuestionRegular Expressions Pin
Arkett7-Mar-06 22:59
Arkett7-Mar-06 22:59 

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.