1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 73232. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
2 4812It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 3665Hi i need fast track course maximum to complete within a month....courses are Asp.net,c3,vb.net n sql server........at hyderbad location ..best institute n cost
1 3817Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
NNN,
2708
How do you implement distributed applications in .net?
Why inheritance is important?
Do you know what are three common acronyms used in .net, and what do they stand for?
Explain the garbage collection process?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Are windows forms still used?
What are Non Action methods in ASP.Net MVC?
Explain the five stages in a dlx pipeline? : Dot net architecture
Please explain what do the terms “boxing” and “unboxing” mean?
What are end points, contract, address and bindings?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
How do you generate a strong name?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
What is the importance of NonActionAttribute?