Click here to Skip to main content
15,888,803 members
Home / Discussions / C#
   

C#

 
GeneralRe: Crystal Report 2008 export to text problem Pin
Maciej Los23-Apr-14 1:18
mveMaciej Los23-Apr-14 1:18 
Questionhow to solve- when windows forms application exe run from program files then it getting very slow Pin
Member 1029340813-Apr-14 20:47
professionalMember 1029340813-Apr-14 20:47 
AnswerRe: how to solve- when windows forms application exe run from program files then it getting very slow Pin
Sivaraman Dhamodharan13-Apr-14 20:56
Sivaraman Dhamodharan13-Apr-14 20:56 
GeneralRe: how to solve- when windows forms application exe run from program files then it getting very slow Pin
Member 1029340813-Apr-14 23:38
professionalMember 1029340813-Apr-14 23:38 
GeneralRe: how to solve- when windows forms application exe run from program files then it getting very slow Pin
Sivaraman Dhamodharan14-Apr-14 2:41
Sivaraman Dhamodharan14-Apr-14 2:41 
AnswerRe: how to solve- when windows forms application exe run from program files then it getting very slow Pin
Richard MacCutchan13-Apr-14 22:04
mveRichard MacCutchan13-Apr-14 22:04 
AnswerRe: how to solve- when windows forms application exe run from program files then it getting very slow Pin
Dave Kreskowiak14-Apr-14 1:23
mveDave Kreskowiak14-Apr-14 1:23 
QuestionWhy is it allowed to create public constructor of an abstract class in C# ? Pin
Varun Thakur13-Apr-14 18:54
Varun Thakur13-Apr-14 18:54 
We cannot create instance of an abstract class as abstract keyword is an indication to compiler not to consider the abstract class as a type.
If any it is just for initialization of properties/variables of abstract class then that can be achieved by private or protected constructor.

If you declare a public constructor in an abstract class then compiler will not give any errors.
AnswerRe: Why is it allowed to create public constructor of an abstract class in C# ? Pin
OriginalGriff13-Apr-14 22:02
mveOriginalGriff13-Apr-14 22:02 
AnswerRe: Why is it allowed to create public constructor of an abstract class in C# ? Pin
Eddy Vluggen13-Apr-14 22:32
professionalEddy Vluggen13-Apr-14 22:32 
QuestionClear a tab contents when i switch tabs Pin
alfie.max1513-Apr-14 5:29
alfie.max1513-Apr-14 5:29 
AnswerRe: Clear a tab contents when i switch tabs Pin
Jay Nardev13-Apr-14 7:19
Jay Nardev13-Apr-14 7:19 
GeneralRe: Clear a tab contents when i switch tabs Pin
alfie.max1513-Apr-14 9:30
alfie.max1513-Apr-14 9:30 
QuestionLarge Numer Calculation Pin
Meysam Toluie12-Apr-14 23:40
Meysam Toluie12-Apr-14 23:40 
AnswerRe: Large Numer Calculation PinPopular
Richard MacCutchan13-Apr-14 0:23
mveRichard MacCutchan13-Apr-14 0:23 
GeneralRe: Large Numer Calculation Pin
Meysam Toluie13-Apr-14 4:02
Meysam Toluie13-Apr-14 4:02 
AnswerRe: Large Numer Calculation Pin
kamran2313-Apr-14 10:54
kamran2313-Apr-14 10:54 
GeneralRe: Large Numer Calculation Pin
Meysam Toluie13-Apr-14 18:02
Meysam Toluie13-Apr-14 18:02 
QuestionLognormal distribution Pin
Member 1074517412-Apr-14 23:16
Member 1074517412-Apr-14 23:16 
AnswerRe: Lognormal distribution Pin
Richard MacCutchan13-Apr-14 0:21
mveRichard MacCutchan13-Apr-14 0:21 
GeneralRe: Lognormal distribution Pin
Member 1074517413-Apr-14 0:39
Member 1074517413-Apr-14 0:39 
GeneralRe: Lognormal distribution Pin
Richard MacCutchan13-Apr-14 0:47
mveRichard MacCutchan13-Apr-14 0:47 
QuestionHow to create form search (c#-winform-sql server) with multi-field Pin
joga778512-Apr-14 0:06
joga778512-Apr-14 0:06 
AnswerRe: How to create form search (c#-winform-sql server) with multi-field Pin
Peter Leow12-Apr-14 0:34
professionalPeter Leow12-Apr-14 0:34 
GeneralRe: How to create form search (c#-winform-sql server) with multi-field Pin
joga778513-Apr-14 16:39
joga778513-Apr-14 16:39 

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.