we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using?
Answer Posted / chandra prakash
using keyword is used to intimate the compiler to load
supported name spaces for our program.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Describe how to implement globalization and localization in the use interface in .net.
In a Repeater control how one can provide an alternating color scheme ?
What is viewstate? What does the “enableviewstate” property do?
What are the media types of http requests and response?
Define data caching?
Which Is Faster MVC or ASP.net ?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Why mvc is faster than asp.net? : Asp.Net MVC
Write a code for sending an email from asp.net application.
Why will you usually create an aspnet user account in the database for an asp.net web application?
Differentiate between authentication and authorization.
What is server infrastructure?
What are the differences between clr & cts?
What is the displayafter property in updateprogress control?
What is the function of new view engine in asp.net? : asp.net mvc