Monday, June 27, 2005
Wednesday, June 22, 2005
Thursday, June 16, 2005
Wednesday, June 15, 2005
Tuesday, June 14, 2005
Monday, June 13, 2005
Can I declare a delegate outside of a class? i.e. public delegate void myDelegate()
Can I declare a event outside of a class? i.e. public event myDelegate myEvent;
If not then WHY?
Is is necessary that a event delegate should take the 'source' and 'EventArgs' parameters?
Have U ever heard of the 'EventHandler' delegate? Where have U seen it being used?
Can I declare a event outside of a class? i.e. public event myDelegate myEvent;
If not then WHY?
Is is necessary that a event delegate should take the 'source' and 'EventArgs' parameters?
Have U ever heard of the 'EventHandler' delegate? Where have U seen it being used?
Tuesday, June 07, 2005
- Can 2 services share a same process?
- In the OnStart() method of a service, I try to make a database connection that takes around 40 sec. What will happen?
- How is the Pause() method different from a Stop() method in a service?
- A service is handling some Performance counters, EventLogs etc. Is it possible to add a new Perf counter without recompiling the service application?
Monday, June 06, 2005
By default, ASP.NET configuration files that are located in subdirectories override and extend configuration settings that are declared in parent configuration files. In application hosting scenarios, you might want to lock some settings of an ASP.NET application to prevent modification at lower levels. How will U do so?
Thursday, June 02, 2005
- How does GC work in .NET?
- Since objects are automatically memory-managed, can a .NET application ever go "out of memory" ??
- Are there resources that cannot be garbage collected? Why do we have a Dispose() method?
- What's the difference between Finalize() and Dispose() method? When to use what?
- What are generations in GC? What's the advantage of having generations?
- How does GC work in a distributed environment such as "Remoting"?
- When do we use the "SuppressFinalize()" method?
Important Notice - to all wannabe geeks..
Over the last couple of years, I have been taking interviews for .NET and I realise that the percentage of developers who have their fundamentals strong is so less !!!
In this blog, I am going to post dotnet interview questions.
These questions will not have their answers. This is on purpose !!!!
I do not want someone to just read the answers and mug-up for an interview...A true geek should take the pain to find out the answers and understand the underlying concepts.
It is possible that some of the answers may be found at my other blog:
http://NarenCoolGeek.blogspot.com/
Note: Some questions would be very simple, some complex and confusing...Enjoy !!!
In this blog, I am going to post dotnet interview questions.
These questions will not have their answers. This is on purpose !!!!
I do not want someone to just read the answers and mug-up for an interview...A true geek should take the pain to find out the answers and understand the underlying concepts.
It is possible that some of the answers may be found at my other blog:
http://NarenCoolGeek.blogspot.com/
Note: Some questions would be very simple, some complex and confusing...Enjoy !!!
Subscribe to:
Posts (Atom)