Any alternative to avoid name collisions other then Namespaces?
Answer / p.ramakrishna
A scenario that two namespaces named N1 and N2 are there
both having the same class say A. now in another class i ve
written
using N1;using N2;
and i am instantiating class A in this class. Then how will
u avoid name collisions?
Ans: using alias
Eg: using MyAlias = MyCompany.Proj.Nested;
Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
0 Answers Sans Pareil IT Services,
Describe how ASP.NET maintains process isolation for each Web application?
How Response.flush works in server.Execute ?
1 Answers Keane India Ltd, TCS,
How to set/get parent page values in child page in asp.net
What is boxing? How we can use it?
Define view state.
How does the browser enable AutoPostBack functionality?
Where does Web.Config Info stored? Will this be stored in the registry?
Where you store Connection string in "Web.Config" file in ASP.NET?
0 Answers Sans Pareil IT Services,
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are different types of directives in .NET ?
What’s the difference between Response.Write() andResponse.Output.Write()?