describe the properties in C sharp
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Expert
In C#, a property is a method to expose the internal data element of the class in a simple and intuitive manner. Or we can say it is the simple extension of data fields. We can create the property by defining the externally available name and then writing a set and get property accessors. The get property accessor is used to return a property value. The set property accessor is used to allot a new value to a property.
Illustrate the Session state in the ASP.NET.
How to ensure that no one has interfered with ViewState in the Web page?
What is the duration for items stored in the ViewState?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
How we can decide whether we should deploy application or publish application?
Describe Common Language Specification (CLS)?
Briefly explain about identifier.
Explain briefly about server-side comments and also write its syntax?
What is the way to identify that a Page is Post Back?
Explain how exception handling is changed in the .NET Framework 4.0?
18,76,764
1929928 Asked
3,689
Active Tutors
1455307
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!