Explain the features that are common to all .Net languages.
Answer / Ashish Saxena
All .NET languages share several core features: Interoperability with other .NET languages, garbage collection for memory management, support for events and delegates, a large standard library (BCL), object-oriented programming model, support for LINQ, support for multiple programming paradigms (imperative, declarative, functional), and integration with ASP.NET for web development.
| Is This Answer Correct ? | 0 Yes | 0 No |
Best Dot Net Center in Chennai ?
Please explain the difference between constants and read-only variables?
Explain what do the terms “boxing” and “unboxing” mean?
How does you handle this COM components developed in other programming languages in .NET?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
What is an exe and a dll?
What are the namespace available in .net?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
Explain can the validation be done in the server side? Or this can be done only in the client side?
what is the difference between class and structures?
Define marshling?
What is the difference between .net and laravel?