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

.NET (Core and Framework)

 
Question! character appearing in long strings Pin
Fred_Smith15-Dec-06 13:54
Fred_Smith15-Dec-06 13:54 
AnswerRe: ! character appearing in long strings Pin
Luc Pattyn16-Dec-06 15:25
sitebuilderLuc Pattyn16-Dec-06 15:25 
QuestionReadOnlyCollection still editable? Pin
David Troyer15-Dec-06 8:59
David Troyer15-Dec-06 8:59 
AnswerRe: ReadOnlyCollection still editable? Pin
karam chandrabose18-Dec-06 18:01
karam chandrabose18-Dec-06 18:01 
QuestionShortcut and Arrow Pin
smarttom9915-Dec-06 4:36
smarttom9915-Dec-06 4:36 
AnswerRe: Shortcut and Arrow Pin
Dave Kreskowiak15-Dec-06 5:09
mveDave Kreskowiak15-Dec-06 5:09 
QuestionBit confused about CTS ... Pin
He is Cool14-Dec-06 19:39
He is Cool14-Dec-06 19:39 
AnswerRe: Bit confused about CTS ... Pin
Dave Kreskowiak15-Dec-06 5:04
mveDave Kreskowiak15-Dec-06 5:04 
The Common Type System is just a set of rules that defines a commonly used set of primitive types, like System.Int32, that are used by all languages that the Common Language Runtime supports. These type are mapped to the types used in each language. For example, System.Int32 is an int in C# and an Interger in VB.NET. This makes it very easy for classes written in different languages to pass data back and forth without any custom, time-consuming, conversions.

The CTS is a set of rules, or specifications, at the core of the CLR, not a module or a component. It's part of the Common Language Specification that every .NET compiler MUST adhere to to manitain compatibility with the .NET Framework.






Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionCustom Controls Pin
Shashikant Sharma14-Dec-06 18:15
Shashikant Sharma14-Dec-06 18:15 
AnswerRe: Custom Controls Pin
Paul Conrad14-Dec-06 18:30
professionalPaul Conrad14-Dec-06 18:30 
AnswerRe: Custom Controls Pin
Rahithi16-Dec-06 3:49
Rahithi16-Dec-06 3:49 
Question[CHALLENGE] How do I extract the StringArray class? Pin
Ravana Saras14-Dec-06 8:11
Ravana Saras14-Dec-06 8:11 
Question.NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan14-Dec-06 5:57
bengoan14-Dec-06 5:57 
AnswerRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Paul Conrad14-Dec-06 6:37
professionalPaul Conrad14-Dec-06 6:37 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan15-Dec-06 4:05
bengoan15-Dec-06 4:05 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan15-Dec-06 6:28
bengoan15-Dec-06 6:28 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Paul Conrad16-Dec-06 14:04
professionalPaul Conrad16-Dec-06 14:04 
AnswerRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Luc Pattyn16-Dec-06 15:24
sitebuilderLuc Pattyn16-Dec-06 15:24 
QuestionAccess Issue Pin
Tauseef A13-Dec-06 21:14
Tauseef A13-Dec-06 21:14 
AnswerRe: Access Issue Pin
Colin Angus Mackay14-Dec-06 1:55
Colin Angus Mackay14-Dec-06 1:55 
QuestionUsing Aspose tools in .net Pin
indian14313-Dec-06 20:18
indian14313-Dec-06 20:18 
AnswerRe: Using Aspose tools in .net Pin
Pete O'Hanlon14-Dec-06 2:31
mvePete O'Hanlon14-Dec-06 2:31 
QuestionWy free space when i hide the taskbar in CF 2.0 on ce 5.0 Pin
dgroeser13-Dec-06 19:03
dgroeser13-Dec-06 19:03 
Questioncommunicating with a USB device Pin
rahulpasupuleti13-Dec-06 18:57
rahulpasupuleti13-Dec-06 18:57 
Questionmanifest? Pin
Rahithi13-Dec-06 16:32
Rahithi13-Dec-06 16:32 

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.