31. What is Common Language Specification (CLS)? CLS is a set of basic rules, which must be followed by each .NET language to be a .NET- compliant language. It enables …
.NET Framework
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Framework Interview Questions and Answers For Freshers and Experience Part-5
by Sby S25. What are the improvements made in CAS in .NET 4.0? The CAS mechanism in .NET is used to control and configure the ability of managed code. Earlier, as this …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Framework Interview Questions and Answers For Freshers and Experience Part-4
by Sby S19. How does CAS works? There are two key concepts of CAS security policy- code groups and permissions. A code group contains assemblies in it in a manner that each …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Framework Interview Questions and Answers For Freshers and Experience Part-3
by Sby S13. State the differences between the Dispose() and Finalize(). CLR uses the Dispose and Finalize methods to perform garbage collection of run-time objects of .NET applications. The Finalize method is …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Framework Interview Questions and Answers For Freshers and Experience Part-2
by Sby S7. Name the classes that are introduced in the System.Numerics namespace. The following two new classes are introduced in the System.Numerics namespace: BigInteger – Refers to a non-primitive integral type, …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Framework Interview Questions and Answers For Freshers and Experience Part-1
by Sby S1. What is .NET Framework? .NET Framework is a complete environment that allows developers to develop, run, and deploy the following applications: Console applications Windows Forms applications Windows Presentation Foundation …
-
1.What is .NET Framework? .NET Framework is a complete environment that allows developers to develop, run, and deploy the following applications: Console applications Windows Forms applications Windows Presentation Foundation (WPF) …