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

.NET (Core and Framework)

 
QuestionBuild Number of DLL Pin
happyheartcs30-Jan-07 23:53
happyheartcs30-Jan-07 23:53 
AnswerRe: Build Number of DLL Pin
Pete O'Hanlon31-Jan-07 1:17
mvePete O'Hanlon31-Jan-07 1:17 
Questionassemblies Pin
indian14330-Jan-07 22:36
indian14330-Jan-07 22:36 
AnswerRe: assemblies Pin
Pete O'Hanlon30-Jan-07 23:07
mvePete O'Hanlon30-Jan-07 23:07 
GeneralRe: assemblies Pin
indian14331-Jan-07 0:40
indian14331-Jan-07 0:40 
GeneralRe: assemblies Pin
Pete O'Hanlon31-Jan-07 1:24
mvePete O'Hanlon31-Jan-07 1:24 
QuestionIn which component of .Net framework Pin
indian14330-Jan-07 20:34
indian14330-Jan-07 20:34 
AnswerRe: In which component of .Net framework Pin
Pete O'Hanlon30-Jan-07 22:43
mvePete O'Hanlon30-Jan-07 22:43 
First of all, have you googled for this information.

Second, stop asking people to tell you in detail. I sometimes think you are asking to get flamed.

Third, learn a bit about how .NET works. Buy some books, or read the MSDN or something. Try to show that you have done a bit of research beforehand.

Finally, if you want to know where something exists learn to use the Object Browser. Open it up and have a look around the different namespaces. The big hint here, is that it isn't where you would expect it to be (i.e. the System DLL). If you know anything about the compile cycle in C#, then you will know that there is a certain DLL that gets linked in regardless of anything else and that does not appear in the references. A bit of thinking would deduce that this is the logical place for the basic types (i.e. System.String). Open it up in the browser and there you go.

I'm not going to tell you which DLL this is. There is enough information there for you to find it yourself.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: In which component of .Net framework Pin
indian14330-Jan-07 23:33
indian14330-Jan-07 23:33 
GeneralRe: In which component of .Net framework Pin
Pete O'Hanlon30-Jan-07 23:56
mvePete O'Hanlon30-Jan-07 23:56 
GeneralRe: In which component of .Net framework Pin
indian14331-Jan-07 0:37
indian14331-Jan-07 0:37 
GeneralRe: In which component of .Net framework Pin
Christian Graus31-Jan-07 15:23
protectorChristian Graus31-Jan-07 15:23 
GeneralRe: In which component of .Net framework Pin
indian14331-Jan-07 18:09
indian14331-Jan-07 18:09 
GeneralRe: In which component of .Net framework Pin
Christian Graus31-Jan-07 22:04
protectorChristian Graus31-Jan-07 22:04 
QuestionNeed help in making email client Pin
EEmaan30-Jan-07 20:11
EEmaan30-Jan-07 20:11 
AnswerRe: Need help in making email client Pin
Kevin McFarlane31-Jan-07 5:54
Kevin McFarlane31-Jan-07 5:54 
GeneralRe: Need help in making email client Pin
indian14331-Jan-07 18:08
indian14331-Jan-07 18:08 
GeneralRe: Need help in making email client Pin
Pete O'Hanlon1-Feb-07 0:31
mvePete O'Hanlon1-Feb-07 0:31 
QuestionStoring Dataset globally for specific users Pin
peter rankel30-Jan-07 18:28
peter rankel30-Jan-07 18:28 
QuestionHow to Decrypt with the CAST-128 Algorithm? Pin
HHashim30-Jan-07 16:35
HHashim30-Jan-07 16:35 
QuestionWhat is the difference between Satellite Assemblies and web service. Pin
indian14330-Jan-07 3:19
indian14330-Jan-07 3:19 
AnswerRe: What is the difference between Satellite Assemblies and web service. Pin
Pete O'Hanlon30-Jan-07 9:33
mvePete O'Hanlon30-Jan-07 9:33 
AnswerRe: What is the difference between Satellite Assemblies and web service. Pin
Christian Graus30-Jan-07 9:35
protectorChristian Graus30-Jan-07 9:35 
QuestionDll files in VS.net 2005 Pin
mytotaleclipse30-Jan-07 2:30
mytotaleclipse30-Jan-07 2:30 
AnswerRe: Dll files in VS.net 2005 Pin
Pete O'Hanlon30-Jan-07 10:04
mvePete O'Hanlon30-Jan-07 10:04 

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.