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

.NET (Core and Framework)

 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon3-Nov-08 8:37
mvePete O'Hanlon3-Nov-08 8:37 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares3-Nov-08 22:46
jpsstavares3-Nov-08 22:46 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon4-Nov-08 0:07
mvePete O'Hanlon4-Nov-08 0:07 
QuestionError in running the application in AMD Preocessor Pin
M. J. Jaya Chitra30-Oct-08 18:34
M. J. Jaya Chitra30-Oct-08 18:34 
GeneralRe: Error in running the application in AMD Preocessor Pin
Luc Pattyn30-Oct-08 19:09
sitebuilderLuc Pattyn30-Oct-08 19:09 
AnswerRe: Error in running the application in AMD Preocessor Pin
kinar31-Oct-08 9:07
kinar31-Oct-08 9:07 
QuestionDiffrence between Framework class library and Base class library Pin
Harshini8130-Oct-08 11:52
Harshini8130-Oct-08 11:52 
AnswerRe: Diffrence between Framework class library and Base class library Pin
Simon P Stevens31-Oct-08 0:41
Simon P Stevens31-Oct-08 0:41 
The base class library is exactly that. It's the base set of classes provided by the .net framework for the fundamental functionality.

the framework class library is the extended set of classes that provide more advanced and specific functionality. The FCL is the BCL + a bunch of extra stuff.

BCL[^]

FCL[^]

Most of the time you don't really need to care weather a class you are using is in the BCL or the FCL. It only really becomes important if you want to use alternative .net implementations like Mono as they don't fully implement the FCL.

Simon

QuestionProblem of Unloading Managed C++ DLL... Pin
chandrap30-Oct-08 5:56
chandrap30-Oct-08 5:56 
AnswerCross Post (C# forum) Pin
led mike30-Oct-08 6:05
led mike30-Oct-08 6:05 
QuestionHow to share the static variable across the application instances? Pin
Nagaraj Muthuchamy29-Oct-08 23:41
professionalNagaraj Muthuchamy29-Oct-08 23:41 
AnswerRe: How to share the static variable across the application instances? Pin
Simon P Stevens30-Oct-08 0:28
Simon P Stevens30-Oct-08 0:28 
GeneralRe: How to share the static variable across the application instances? Pin
Giorgi Dalakishvili30-Oct-08 1:13
mentorGiorgi Dalakishvili30-Oct-08 1:13 
AnswerRe: How to share the static variable across the application instances? Pin
Giorgi Dalakishvili30-Oct-08 1:19
mentorGiorgi Dalakishvili30-Oct-08 1:19 
QuestionWindows Service won't download internet content Pin
Last Attacker29-Oct-08 21:38
Last Attacker29-Oct-08 21:38 
AnswerRe: Windows Service won't download internet content Pin
Last Attacker29-Oct-08 22:02
Last Attacker29-Oct-08 22:02 
GeneralRe: Windows Service won't download internet content Pin
#realJSOP31-Oct-08 0:21
professional#realJSOP31-Oct-08 0:21 
GeneralRe: Windows Service won't download internet content Pin
Last Attacker31-Oct-08 5:26
Last Attacker31-Oct-08 5:26 
QuestionHow to set the cursor style Pin
desigank29-Oct-08 19:12
desigank29-Oct-08 19:12 
AnswerRe: How to set the cursor style Pin
emiaj30-Oct-08 7:27
emiaj30-Oct-08 7:27 
QuestionVmware, Windows 2003 and Webservice Pin
Giorgi Dalakishvili29-Oct-08 8:05
mentorGiorgi Dalakishvili29-Oct-08 8:05 
AnswerRe: Vmware, Windows 2003 and Webservice Pin
Wendelius29-Oct-08 9:27
mentorWendelius29-Oct-08 9:27 
GeneralRe: Vmware, Windows 2003 and Webservice Pin
Giorgi Dalakishvili29-Oct-08 9:43
mentorGiorgi Dalakishvili29-Oct-08 9:43 
GeneralRe: Vmware, Windows 2003 and Webservice Pin
Wendelius29-Oct-08 9:56
mentorWendelius29-Oct-08 9:56 
GeneralRe: Vmware, Windows 2003 and Webservice Pin
Giorgi Dalakishvili29-Oct-08 10:01
mentorGiorgi Dalakishvili29-Oct-08 10:01 

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.