Categories: C#.Net, Asp.Net Web API

Call Asp.Net Web API DELETE Method in C#

Delete the resource by invoking the Asp.Net Web API using Delete method in C#

Categories: C#.Net, Asp.Net Web API

Call Rest API PUT Method in C#

Call Asp.Net Web API (Rest API) PUT method to update the resource in C#.

Categories: C#.Net

Different Collections in C#

It provides different collections available in C# and their usage.

Categories: C#.Net

Private Protected Access Modifier in C#

Learn about Private Protected Access Modifiers, which are available in C# 7.2 and above.

Categories: C#.Net, Asp.Net Web API

Invoke Rest Asp.Net Web API Get Method in C#

Invoke Asp.Net Rest Web API Get method from C# with and without any input parameters.

Categories: C#.Net

Transform Object into XML through XSLT in C#

It explains how to generate XML by applying the XSLT transformation on C# object.

Categories: C#.Net

The request was aborted: Could not create SSL/TLS secure channel in C#

How to resolve "The request was aborted: Could not create SSL/TLS secure channel" error in C#.