⟩ Explain me difference between public and static modifiers?
To invoke a method, field, or static property, you don’t need to instantiate the class.
On the other hand, to invoke a public method, you need an instance of a class.
To invoke a method, field, or static property, you don’t need to instantiate the class.
On the other hand, to invoke a public method, you need an instance of a class.
Explain CLR?
Describe the .Net Framework Architecture?
What are the components of the .Net Framework?
Explain the .Net Framework?
Explain the role of assembly in the .Net Framework?
Describe the GAC in the .Net Framework?
What Is ASP.NET 2.0 AJAX?
Explain the advantage of packaging over xcopy in .NET?
What is Fault Contract in WCF?
We have already 2 hostings IIS and self hosting. There is another hosting ie WAS Hosting. What is the use of the WAS(Windows activation Service) compared to other hosting?