Click here to Skip to main content
15,924,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: Retriving the Blob data from data base and showing them in different format using dotnet Pin
Wendelius5-Dec-08 8:47
mentorWendelius5-Dec-08 8:47 
QuestionConverting bytearray to string-> String returns boxes and question mark. Pin
meeram3954-Dec-08 22:33
meeram3954-Dec-08 22:33 
AnswerRe: Converting bytearray to string-> String returns boxes and question mark. Pin
SeMartens5-Dec-08 0:23
SeMartens5-Dec-08 0:23 
AnswerRe: Converting bytearray to string-> String returns boxes and question mark. Pin
Guffa5-Dec-08 2:14
Guffa5-Dec-08 2:14 
QuestionReflection - subclass identification [modified] Pin
devvvy4-Dec-08 22:03
devvvy4-Dec-08 22:03 
AnswerRe: Reflection - subclass identification Pin
Dave Kreskowiak5-Dec-08 4:01
mveDave Kreskowiak5-Dec-08 4:01 
GeneralRe: Reflection - subclass identification Pin
devvvy5-Dec-08 5:29
devvvy5-Dec-08 5:29 
GeneralRe: Reflection - subclass identification Pin
Dave Kreskowiak5-Dec-08 16:19
mveDave Kreskowiak5-Dec-08 16:19 
devvvy wrote:
3. any chance there's a way to instantiate generic at runtime? (QUESTION 2)


Last I checked, no there isn't. Generic types are determined and code written by the compiler at compile time. This is because Generics are "syntactic sugar", basically, writing overloaded code for you to handle each type (T) that the compiler finds instances of.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Reflection - subclass identification Pin
devvvy5-Dec-08 16:51
devvvy5-Dec-08 16:51 
QuestionCookies don't get parsed in httpWebResponse Pin
Reiner S4-Dec-08 21:47
Reiner S4-Dec-08 21:47 
AnswerRe: Cookies don't get parsed in httpWebResponse Pin
Member 194676912-May-10 2:15
Member 194676912-May-10 2:15 
QuestionIf new drive detected.. an event happens Pin
Silvyster4-Dec-08 20:41
Silvyster4-Dec-08 20:41 
AnswerRe: If new drive detected.. an event happens Pin
TJS4u4-Dec-08 22:36
TJS4u4-Dec-08 22:36 
GeneralRe: If new drive detected.. an event happens Pin
Silvyster4-Dec-08 23:48
Silvyster4-Dec-08 23:48 
GeneralRe: If new drive detected.. an event happens Pin
Luc Pattyn5-Dec-08 1:44
sitebuilderLuc Pattyn5-Dec-08 1:44 
AnswerRe: If new drive detected.. an event happens Pin
Simon P Stevens5-Dec-08 1:58
Simon P Stevens5-Dec-08 1:58 
Question.net remoting Pin
krinaljariwala4-Dec-08 19:42
krinaljariwala4-Dec-08 19:42 
AnswerRe: .net remoting Pin
leppie4-Dec-08 20:20
leppie4-Dec-08 20:20 
GeneralRe: .net remoting Pin
krinaljariwala4-Dec-08 21:03
krinaljariwala4-Dec-08 21:03 
GeneralRe: .net remoting Pin
leppie5-Dec-08 0:41
leppie5-Dec-08 0:41 
QuestionLoad data from .txt file to listbox problem. Pin
irsalina4-Dec-08 19:01
irsalina4-Dec-08 19:01 
AnswerRe: Load data from .txt file to listbox problem. Pin
Christian Graus4-Dec-08 19:04
protectorChristian Graus4-Dec-08 19:04 
QuestionRe: Load data from .txt file to listbox problem. Pin
irsalina7-Dec-08 20:56
irsalina7-Dec-08 20:56 
QuestionHow to delete data from listbox and then, delete that item in file txt? Pin
irsalina4-Dec-08 18:55
irsalina4-Dec-08 18:55 
AnswerRe: How to delete data from listbox and then, delete that item in file txt? Pin
Christian Graus4-Dec-08 19:02
protectorChristian Graus4-Dec-08 19:02 

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.