What are the access allowed for compilation
units(namespace),class and structs and what are its default
access?
Answer / basavaraju.c
Namespace : It is not possible to use any access specifiers
like private, public etc with a namespace declarations. The
namespaces in C# are implicitly have public access and this is
not modifiable.
For Class and Structs we can only use internal and public.
(default access is Internal)
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the generation of Garbage Collection in C# .NET ?
Can you pass value types by reference to a method?
How do you secure a webservice?
3. Describe the process of interact UI to BAL n DAL?
What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.
Can an interface extend a class c#?
Contrast System.String and System.Text.StringBuilder classes?
What is the use of inheritance in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is lastindexof c#?
Why do we need reflection in c#?
Do vs while c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)