Can I write il programs directly?
No Answer is Posted For this Question
Be the First to Post Answer
How do we access crystal reports in .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is "microsoft intermediate language" (msil)?
Dot Net is Platform Independent or Platform Dependent..?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is connection pooling and how do you make your application use it?
Can you create instance of a class which has private constructor?
Explain how to stop a thread?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
Explain the difference between task and thread in .net?
What is Nothing permission set in .Net