Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
QuestionRe: How to dynamically create many datatables in c#.net Pin
AnilJayanti1-Jan-09 22:19
AnilJayanti1-Jan-09 22:19 
AnswerRe: How to dynamically create many datatables in c#.net Pin
Brij1-Jan-09 23:58
mentorBrij1-Jan-09 23:58 
QuestionHow would i do interprocess communication ?? Pin
fulbright1-Jan-09 19:47
fulbright1-Jan-09 19:47 
AnswerRe: How would i do interprocess communication ?? Pin
N a v a n e e t h1-Jan-09 19:53
N a v a n e e t h1-Jan-09 19:53 
GeneralRe: How would i do interprocess communication ?? Pin
fulbright1-Jan-09 23:09
fulbright1-Jan-09 23:09 
AnswerRe: How would i do interprocess communication ?? Pin
fulbright2-Jan-09 0:07
fulbright2-Jan-09 0:07 
GeneralRe: How would i do interprocess communication ?? Pin
Mark Salsbery2-Jan-09 7:02
Mark Salsbery2-Jan-09 7:02 
QuestionPlease explain the Intersting code . Pin
SKGAUTAM1-Jan-09 19:34
SKGAUTAM1-Jan-09 19:34 
Hi All ,

I downloded a sample project from internet it is using the following line .



public class BusinessCollectionBase<T> : ValidationCollectionBase<T> where T : ValidationBase
{
...........
some code here
...........
}

public abstract class ValidationBase
{
...........
some code here
...........
}

public abstract class ValidationCollectionBase<T> : Collection<T> where T : ValidationBase
{
...........
}

please anyone explain above line code (specially why we used <T> with where keyword) .

-------------------------
SANTOSH GAUTAM
-------------------------
AnswerRe: Please explain the Intersting code . Pin
N a v a n e e t h1-Jan-09 19:49
N a v a n e e t h1-Jan-09 19:49 
QuestionRegarding reading and Writing xmlfile after deployment Pin
rahuladya1-Jan-09 19:30
rahuladya1-Jan-09 19:30 
AnswerRe: Regarding reading and Writing xmlfile after deployment Pin
N a v a n e e t h1-Jan-09 19:52
N a v a n e e t h1-Jan-09 19:52 
GeneralRe: Regarding reading and Writing xmlfile after deployment Pin
rahuladya1-Jan-09 20:09
rahuladya1-Jan-09 20:09 
GeneralRe: Regarding reading and Writing xmlfile after deployment Pin
N a v a n e e t h1-Jan-09 20:41
N a v a n e e t h1-Jan-09 20:41 
QuestionReading and Writing through XML File Pin
rahuladya1-Jan-09 19:21
rahuladya1-Jan-09 19:21 
QuestionHow to allow textbox to enter only alphabets Pin
TJS4u1-Jan-09 19:06
TJS4u1-Jan-09 19:06 
AnswerRe: How to allow textbox to enter only alphabets Pin
Brij1-Jan-09 19:25
mentorBrij1-Jan-09 19:25 
GeneralRe: How to allow textbox to enter only alphabets Pin
TJS4u1-Jan-09 19:36
TJS4u1-Jan-09 19:36 
GeneralRe: How to allow textbox to enter only alphabets Pin
Brij1-Jan-09 19:40
mentorBrij1-Jan-09 19:40 
AnswerRe: How to allow textbox to enter only alphabets Pin
Luis Alonso Ramos1-Jan-09 19:28
Luis Alonso Ramos1-Jan-09 19:28 
AnswerRe: How to allow textbox to enter only alphabets Pin
DaveyM693-Jan-09 10:25
professionalDaveyM693-Jan-09 10:25 
Questionatoi? Pin
dec821-Jan-09 18:38
dec821-Jan-09 18:38 
AnswerRe: atoi?:Put in Right forum Pin
Brij1-Jan-09 19:01
mentorBrij1-Jan-09 19:01 
AnswerRe: atoi? Pin
Luis Alonso Ramos1-Jan-09 19:30
Luis Alonso Ramos1-Jan-09 19:30 
GeneralRe: atoi? Pin
AORD10-Oct-09 0:53
AORD10-Oct-09 0:53 
GeneralRe: atoi? Pin
Luis Alonso Ramos10-Oct-09 8:24
Luis Alonso Ramos10-Oct-09 8:24 

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.