Explain JIT, Ngen.exe, Pre-jit, Normal-Jit and Econo-Jit.? (.NET interview questions)

preview_player
Показать описание

See our other Step by Step video series below :-

We are also distributing a 200 page Ebook ".NET Interview Question and Answers". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on
Рекомендации по теме
Комментарии
Автор

Do not miss our Interview Question video series

dnfvideo
Автор

Thanks for your explaination... this was very helpful to see the difference and the performance indicator.

kalli
Автор

the best JIT Explanation I've ever watched, good job man!

sabitkondakc
Автор

Very nice video. It has cleared many of my doubts.  Can you please share your website address, where we can go and see the step by step video tutorial of Dot net.

praveenkumaru
Автор

I tried on my heavy WPF application. I was in the impresssion that it is going to very very fast in loading. However it definitely increased the performance. before ngen install it was 49 sec after install 32 Sec.

deepakkaliprasad
Автор

Hi, This is working fine. my doubt is I have compiled my exe file with ngen.exe, And i have create the setup using that fully complied exe file when i install the setup in another machine how it will work ( Using JIT or ngen(Fully complied)).

JulianBenedict
Автор

Please make a video demonstration with Econo-JIT on mobile and thank you very much for your lesson!

aleksmarino
Автор

thank you for this tuto I learn that we can protect our net appliction from reverse code with ngen but itis not work for me as their an option with do this thank you again

mohamednani
Автор

why i cannot see my app on performance monitor when i run it? should i run it on some web server?

nikolecara
Автор

Ngen.exe also provides protection against attempts to reverse engineer the code right?  Since disassembling tools such as Reflector only work on JIT executables.

reservoirman
Автор

Thanks for your video....I have question related Normal-Jit, According to you Button1 and Button2 codes are not compiled...if there is a bug in the button code...how it throws the error? in compile time...if it is not compiled?..can you please ..explain..that

MohanrajPeriasamy
Автор

Tank you. This was the best tutorial ever:D

marcostark
Автор

Ponuts Anka IL stands for "Intermediate/Intermediary Language."

TheWarTurkey