Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 C-Sharp (C#) Interview Questions and Answers
What is the GAC? What problem does it solve?
GAC stands for Global Access Cache where shareable/public assemblies (DLL) stored to be used by multiple programs. It gives a shared platform for programs to use single assembly and can store same assembly (of same name) with different versions and can help to solve DLL HELL.
What anonymous methods in C# 2.0?
What is the static class?
How do I launch Internet Explorer in C#?
Does C# support multiple inheritance?
Are private class-level variables inherited?
What is the advantage of using System.Text.StringBuilder over System.String?
How do I get application full path & .exe?
How to make a C# destructor virtual?
What happens in memory when you Box and Unbox a value-type?
Can you change the value of a variable while debugging a C# application?