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

.NET (Core and Framework)

 
GeneralRe: System.Enum - not a class? Pin
Adrian Cole6-Apr-09 8:52
Adrian Cole6-Apr-09 8:52 
QuestionProblems when reimplementing c# class to f# Pin
Ravadre3-Apr-09 11:54
Ravadre3-Apr-09 11:54 
AnswerRe: Problems when reimplementing c# class to f# Pin
Kevin McFarlane3-Apr-09 12:42
Kevin McFarlane3-Apr-09 12:42 
QuestionGeneral question about allocate memory in .NET Pin
Yanshof3-Apr-09 7:05
Yanshof3-Apr-09 7:05 
AnswerRe: General question about allocate memory in .NET Pin
Luc Pattyn3-Apr-09 7:24
sitebuilderLuc Pattyn3-Apr-09 7:24 
GeneralRe: General question about allocate memory in .NET Pin
led mike3-Apr-09 8:31
led mike3-Apr-09 8:31 
GeneralRe: General question about allocate memory in .NET Pin
Luc Pattyn3-Apr-09 8:45
sitebuilderLuc Pattyn3-Apr-09 8:45 
GeneralRe: General question about allocate memory in .NET Pin
harold aptroot3-Apr-09 13:10
harold aptroot3-Apr-09 13:10 
Like Luc said, it depends on where you write them.
And o1 is not initialized to anything, meaning it could have Any value (leftover bits from values that used to be on the stack but are now just hanging around), but you're not allowed* to use it (it's an error if you do, will not compile) so you won't see this value.

* well, there is unsafe code. In all the test I did (not that many..) it was just 0 anyway but that's not something I'd rely on.



Generalcount save Pin
AARONDAS3-Apr-09 6:42
AARONDAS3-Apr-09 6:42 
GeneralRe: count save Pin
led mike3-Apr-09 8:33
led mike3-Apr-09 8:33 
GeneralRe: count save Pin
Luc Pattyn3-Apr-09 8:49
sitebuilderLuc Pattyn3-Apr-09 8:49 
GeneralRe: count save Pin
dojohansen9-Apr-09 5:05
dojohansen9-Apr-09 5:05 
GeneralRe: count save Pin
kumarnitesh6-Apr-09 1:19
kumarnitesh6-Apr-09 1:19 
QuestionResolving the full type name Pin
Vipul Mehta3-Apr-09 2:46
Vipul Mehta3-Apr-09 2:46 
AnswerRe: Resolving the full type name Pin
Pete O'Hanlon3-Apr-09 3:07
mvePete O'Hanlon3-Apr-09 3:07 
AnswerRe: Resolving the full type name Pin
Vipul Mehta3-Apr-09 3:37
Vipul Mehta3-Apr-09 3:37 
QuestionIdea behind Chinese PinYin in c# Pin
dhanaid3-Apr-09 1:56
dhanaid3-Apr-09 1:56 
QuestionRe: Idea behind Chinese PinYin in c# Pin
dhanaid3-Apr-09 1:59
dhanaid3-Apr-09 1:59 
Question.NET Database Migrations Pin
AntonGogolev2-Apr-09 21:38
AntonGogolev2-Apr-09 21:38 
AnswerRe: .NET Database Migrations Pin
Eddy Vluggen2-Apr-09 22:11
professionalEddy Vluggen2-Apr-09 22:11 
QuestionMS Visual Studio 2008 pro vs MS Visual Studio 2005 Pin
Senthil S2-Apr-09 18:46
Senthil S2-Apr-09 18:46 
AnswerRe: MS Visual Studio 2008 pro vs MS Visual Studio 2005 Pin
Anubhava Dimri2-Apr-09 21:38
Anubhava Dimri2-Apr-09 21:38 
GeneralRe: MS Visual Studio 2008 pro vs MS Visual Studio 2005 Pin
dojohansen9-Apr-09 5:10
dojohansen9-Apr-09 5:10 
Questionwhy the program does not execute the "Play( )" function in webservice? Pin
lynn10072-Apr-09 2:39
lynn10072-Apr-09 2:39 
AnswerRe: why the program does not execute the "Play( )" function in webservice? Pin
led mike2-Apr-09 4:52
led mike2-Apr-09 4:52 

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.