Click here to Skip to main content
15,914,165 members
Home / Discussions / C#
   

C#

 
Generalneed good (free) editing control Pin
LongRange.Shooter23-Aug-04 7:21
LongRange.Shooter23-Aug-04 7:21 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 8:19
protectorNick Parker23-Aug-04 8:19 
GeneralRe: need good (free) editing control Pin
LongRange.Shooter23-Aug-04 8:29
LongRange.Shooter23-Aug-04 8:29 
GeneralRe: need good (free) editing control Pin
Judah Gabriel Himango23-Aug-04 8:39
sponsorJudah Gabriel Himango23-Aug-04 8:39 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 9:04
protectorNick Parker23-Aug-04 9:04 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 9:01
protectorNick Parker23-Aug-04 9:01 
GeneralRe: need good (free) editing control Pin
LongRange.Shooter23-Aug-04 9:51
LongRange.Shooter23-Aug-04 9:51 
GeneralRe: need good (free) editing control Pin
Heath Stewart23-Aug-04 9:47
protectorHeath Stewart23-Aug-04 9:47 
Just because the documentation says you shouldn't use it doesn't mean you can't - just be ready for errors. I've implemented IXmlSerializable on numerous occassions and the .NET Framework SDK says you shouldn't in .NET 1.0 and 1.1. In .NET 2.0 they are releasing the documentation for it, but it really wasn't hard to figure out.

The documentation isn't the thing that you should be looking at anyway. Open ildasm.exe in the .NET Framework SDK Bin directory or use .NET Reflector[^] and take a look at the actual code (the IL instructions or the best-guess decompilation in whatever languages .NET Reflector currently supports or are provided through add-ins). That's the only way to know for sure.

 

Software Design Engineer
Developer Division Sustained Engineering, Microsoft
My Articles
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 10:05
protectorNick Parker23-Aug-04 10:05 
GeneralChanging a Password on ActiveDirectory Pin
Colin Angus Mackay23-Aug-04 7:21
Colin Angus Mackay23-Aug-04 7:21 
GeneralRe: Changing a Password on ActiveDirectory Pin
Nick Parker23-Aug-04 8:26
protectorNick Parker23-Aug-04 8:26 
GeneralRe: Changing a Password on ActiveDirectory Pin
Colin Angus Mackay23-Aug-04 11:31
Colin Angus Mackay23-Aug-04 11:31 
GeneralRe: Saving out a picture image Pin
Werdna23-Aug-04 7:21
Werdna23-Aug-04 7:21 
GeneralRe: Saving out a picture image Pin
codemonkey_00123-Aug-04 7:54
codemonkey_00123-Aug-04 7:54 
GeneralRe: Saving out a picture image Pin
Werdna23-Aug-04 8:46
Werdna23-Aug-04 8:46 
GeneralHelp in ADSI Pin
jacal9923-Aug-04 7:16
jacal9923-Aug-04 7:16 
GeneralRe: Help in ADSI Pin
Heath Stewart23-Aug-04 9:32
protectorHeath Stewart23-Aug-04 9:32 
GeneralSaving out a picture image Pin
codemonkey_00123-Aug-04 7:06
codemonkey_00123-Aug-04 7:06 
GeneralC#/.NET Versioning Pin
DougW4823-Aug-04 6:05
DougW4823-Aug-04 6:05 
GeneralRe: C#/.NET Versioning Pin
Judah Gabriel Himango23-Aug-04 8:26
sponsorJudah Gabriel Himango23-Aug-04 8:26 
GeneralRe: C#/.NET Versioning Pin
Heath Stewart23-Aug-04 9:17
protectorHeath Stewart23-Aug-04 9:17 
GeneralC# COM call with Optional Parameter Pin
rgondzur23-Aug-04 4:32
rgondzur23-Aug-04 4:32 
GeneralRe: C# COM call with Optional Parameter Pin
rgondzur23-Aug-04 4:34
rgondzur23-Aug-04 4:34 
GeneralRe: C# COM call with Optional Parameter Pin
Nick Parker23-Aug-04 5:35
protectorNick Parker23-Aug-04 5:35 
Generaltext files in xml Pin
Member 131560023-Aug-04 3:01
Member 131560023-Aug-04 3: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.