Exposing List as Property of Class in C#

Expose a generic List<T> as a property: As per Object Oriented Principles and .NET standards exposing field variables as a public…

7 years ago

WCF Bindings – What are Different Bindings Supported by WCF?

Read this article for understanding various types of  WCF bindings. WCF Bindings describes how clients can communicate with WCF service.…

7 years ago

What Is Windows Communication Foundation (WCF)? | Introduction To WCF Service

Microsoft introduced WCF in 2006  along with .NET Framework 3.0.Windows Communication Foundation (WCF) is a next generation platform from Microsoft…

7 years ago

Iterating recursively through menustrip items in C#.NET

Iterating Through Menustrip Items: There might be many cases and requirements to loop through all menu items in a menustrip…

7 years ago

How To Select Required Number Of Nodes From Top or Bottom Using XPATH – C#,VB.NET

In this post, I am explaining how you can access only the specified number of required XML elements using the…

8 years ago

Changing the Default Timeout in IIS Windows Digest Authentication

Default time out in digest authentication was one of the issues which struggled me for days. I activated digest authentication…

8 years ago