Some methods and properties are meant to be called or accessed from code outside your class or struct, known as client code. Other methods and properties might be only for use in the class or struct itself. It is important to limit the accessibility of your code so that only the intended client code can reach it. You specify how accessible your types and their members are to client code by using the access modifiers public, protected, internal, protected internal, and private.
C#.net Tutorials, Material, Interview Questions, WCF, Windows Services, Web services, ASP.NET, Session Management, MSMQ, COM and more.
Saturday, 24 September 2011
Subscribe to:
Post Comments (Atom)
loading..
Archives
-
▼
2011
(52)
-
▼
September
(37)
- Object Initializers in c#.net
- Partial Types in c#.net
- Static Types in C#.net
- Nested Types in C#.net
- Inheritance in c#.net
- Difference between BasicHttpBinding and WsHttpBinding
- Accessibility In c#.net
- Cross-Browser CSS Properties(Cross Browser DHTML)
- Creating & Destroying Layers (Cross Browser DHTML)
- Central CSS Function For Cross Browser usage
- Usage of Key Stroke Events In DHTML (Cross Browser)
- WCF Advantages or Features
- Cross-Browse Dynamic HTML Moving an Element
- Cross-Browse Dynamic HTML Showing and Hiding Elements
- Implicitly Typed Local Variables in c#.net
- Generic Types in C#.net
- Difference between Classes and Structs (C# Program...
- What are Operations in WCF?
- Transactions In WCF?
- What is Encoding in WCF?
- What is Throttling Behavior in WCF?
- What is Service Runtime in WCF?
- Contracts In WCF?
- What are Message and Channels in WCF?
- NetTcpBinding vs WSHttpBinding
- What is netTcpBinding in WCF?
- What is ws2007HttpBinding in WCF
- Dotnet Silverlight Important Interview Questions
- What is wsHttpBinding, Address format and uses in WCF
- BasicHttpBinding in WCF
- What is End Point In WCF and How to select Exact B...
- Difference between WCF and Web service?
- WCF Disadvantages
- What is Windows Communication Foundation (WCF)
- Dotnet important Interview Topics
- Cross-Browse Dynamic HTML Checking for Browser
- Cross-Browse Dynamic HTML Introduction
-
▼
September
(37)
No comments:
Post a Comment
Please Give Your Valuable Comments on this Topic