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

.NET (Core and Framework)

 
GeneralRe: Constructor in MustInherit Class Pin
Eddy Vluggen31-Mar-10 5:56
professionalEddy Vluggen31-Mar-10 5:56 
AnswerRe: Constructor in MustInherit Class Pin
Ian Shlasko31-Mar-10 9:32
Ian Shlasko31-Mar-10 9:32 
GeneralRe: Constructor in MustInherit Class Pin
Soumya921-Apr-10 0:13
Soumya921-Apr-10 0:13 
GeneralRe: Constructor in MustInherit Class Pin
Ian Shlasko1-Apr-10 1:37
Ian Shlasko1-Apr-10 1:37 
Questionexe Assembly patch/hook/injection Pin
jose30-Mar-10 7:17
jose30-Mar-10 7:17 
AnswerRe: exe Assembly patch/hook/injection Pin
jose31-Mar-10 23:30
jose31-Mar-10 23:30 
QuestionDifference between .Net and VC dll delayload? Pin
alias001829-Mar-10 22:44
alias001829-Mar-10 22:44 
AnswerRe: Difference between .Net and VC dll delayload? Pin
Super Lloyd31-Mar-10 18:31
Super Lloyd31-Mar-10 18:31 
You are quite allright.

why is it so?

In C you just blindly on the address and hope it works.

In .NET the JIT (Just In Time compiler) will compile the method on first call (i.e. transform it from MSIL to machine language), doing so it will make sure all calls are valid, hence it needs to check that all method call are reachable and with the right signature, i.e. it needs to load the DLL and check a few things such as: the dll exist, the version is right, the target methods exist, with the right signature, etc...
Otherwise the method will be deemed invalid and an exception will be thrown
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.

QuestionReading redirected error stream of a Process [modified] Pin
PIEBALDconsult29-Mar-10 12:05
mvePIEBALDconsult29-Mar-10 12:05 
AnswerRe: Reading redirected error stream of a Process Pin
Luc Pattyn30-Mar-10 1:01
sitebuilderLuc Pattyn30-Mar-10 1:01 
GeneralRe: Reading redirected error stream of a Process Pin
PIEBALDconsult30-Mar-10 4:37
mvePIEBALDconsult30-Mar-10 4:37 
GeneralRe: Reading redirected error stream of a Process Pin
Luc Pattyn30-Mar-10 5:06
sitebuilderLuc Pattyn30-Mar-10 5:06 
GeneralRe: Reading redirected error stream of a Process [modified] Pin
PIEBALDconsult30-Mar-10 5:43
mvePIEBALDconsult30-Mar-10 5:43 
AnswerRe: Reading redirected error stream of a Process Pin
PIEBALDconsult30-Mar-10 16:42
mvePIEBALDconsult30-Mar-10 16:42 
AnswerRe: Reading redirected error stream of a Process Pin
Luc Pattyn30-Mar-10 17:49
sitebuilderLuc Pattyn30-Mar-10 17:49 
GeneralRe: Reading redirected error stream of a Process Pin
PIEBALDconsult31-Mar-10 5:11
mvePIEBALDconsult31-Mar-10 5:11 
GeneralRe: Reading redirected error stream of a Process Pin
Luc Pattyn31-Mar-10 6:00
sitebuilderLuc Pattyn31-Mar-10 6:00 
GeneralRe: Reading redirected error stream of a Process Pin
PIEBALDconsult31-Mar-10 8:16
mvePIEBALDconsult31-Mar-10 8:16 
GeneralRe: Reading redirected error stream of a Process Pin
Luc Pattyn31-Mar-10 8:32
sitebuilderLuc Pattyn31-Mar-10 8:32 
GeneralRe: Reading redirected error stream of a Process Pin
PIEBALDconsult31-Mar-10 9:17
mvePIEBALDconsult31-Mar-10 9:17 
QuestionWhat is the difference between "Excel 2007 Add-in" project and "Excel 2007 Workbook" project Pin
rahul.kulshreshtha29-Mar-10 0:18
rahul.kulshreshtha29-Mar-10 0:18 
AnswerRe: What is the difference between "Excel 2007 Add-in" project and "Excel 2007 Workbook" project Pin
Eddy Vluggen29-Mar-10 1:12
professionalEddy Vluggen29-Mar-10 1:12 
GeneralRe: What is the difference between "Excel 2007 Add-in" project and "Excel 2007 Workbook" project Pin
rahul.kulshreshtha29-Mar-10 3:39
rahul.kulshreshtha29-Mar-10 3:39 
Questionsaving path problem, please help. Pin
Farraj27-Mar-10 8:34
Farraj27-Mar-10 8:34 
AnswerRepost Pin
Not Active27-Mar-10 9:11
mentorNot Active27-Mar-10 9:11 

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.