C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sachin Kalia(2)
Rion Williams(1)
Suresh M(1)
Aman (1)
Jaish Mathews(1)
PJ Martins(1)
rajesh p v(1)
George (1)
Akshay Deshmukh(1)
Emiliano Musso(1)
Gregory Prentice(1)
Resources
No resource found
Using A Cookie-Aware WebClient To Persist Authentication In ASP.NET MVC
Nov 02, 2015.
In this article you will learn how to use cookie-aware WebClient to persist authentication in ASP.NET MVC.
Consume REST Service Using HttpWebRequest and WebClient in Windows Phone 8 & 8.1
May 19, 2015.
In this article, we will see how to consume REST services in Windows Phone 8 and 8.1. Before that we will introduce REST services.
Implementing WebClient Class to Download Resource From Web Services in Windows Phone Application
Mar 31, 2014.
In this article we will implement a way to connect to the Web Resources viz the WebClient Class.
Using WebClient Class in .NET
Jan 10, 2011.
Here I am explaining various ways to handle the response from a URL and display that response in a browser.
How to use a WebClient asynchronously
Jun 23, 2010.
Below is a simple illustration of how to use a WebClient asynchronously with the use of a simple dialog to display its status.
Reading Files From Given Specific URL Using WebClient
Jul 07, 2012.
This article is about reading files from a given specific URL using WebClient.
XPath Using HtmlAgilityPack and WebClient
Jun 25, 2012.
In this article we have used HtmlAgilityPack to get multiple nodes using SelectNodesByPattern, which is an extension method.
Connecting your Silverlight Applications to Web and Data services (WebClient)
Jun 23, 2009.
Silverlight application can access simple HTTP request through WebClient Data Services
Consume Web API By MVC In .NET Core (3), HttpWebRequest
Jun 27, 2022.
Discuss Consume Web API By MVC In .NET, Client
Chat Bot With Azure Authentication - Part One
Nov 19, 2017.
This article series covers how to register an app with Azure Active Directory, obtain an access token, and integrate Azure Bot Service. It explains setting up authentication, saving conversation state using Bot State Service, and provides step-by-step guidance for building chatbots using Microsoft technologies.
Create QR Codes With Google Web APIs
May 15, 2015.
This article explains a simple method to create a QR Code inside a standard control.
MultipartForm Uploader
May 16, 2003.
MultipartForm Uploader addresses a bug in .NET and also adds the ability to include data fields with the upload.