TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Internet & Web
FOLLOW
Welcome to Internet & Web section of C# Corner. In this section, you will find various Internet & Web related source code samples, articles, tutorials, and tips.
Articles
(232)
Blogs
(118)
Resources
(48)
Videos
(1)
News
(45)
Articles
XML Driven Validation
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
Subal Mishra
Mar 20, 2007
Set up Secure Sockets Layer (SSL) using Digital Certificates
This article explains how to secure an IIS Web application using SSL certificates.
Anand Thakur
Mar 06, 2007
Using a COM Callable Wrapper to Launch a Program from a Hyperlink in the WebBrowser Control
This article describes how you can launch an application from a link inside the WebBrowser Control using a combination of javascript and an ActiveX Control created in C#.
Mike Gold
Mar 02, 2007
Create FTP and Web IIS Virtual Directory using C#
In this example we will create a Windows Form Project that will create new FTP and Web IIS Virtual Directories from code based on the name and path specified by the user.
Dipal Choksi
Jul 03, 2002
Interoperability between WCF and Oracle Application Server : Part I
This article is part of series intended to show how to use Web Services related technologies to interoperate applications running in different platforms, in this case, the most common scenario betw...
John Charles Olamendy
Jan 24, 2007
FTP Client Utility
This is an FTP Client Utility to transfer Files and directories between hosts. It provides the casic FTP features and also some advanced features like uploading directories with the subdirectories ...
Ramya Girish
Apr 04, 2003
Using Web Browser Options in C# and VB.NET
I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatica...
Mahesh Chand
Sep 21, 2004
DNS Client in C#
The attached source project contains the library and source code for DNS client application. This client supports A, MX, and PTR records.
Ivar Lumi
Dec 22, 2003
Web Browser in C# and VB.NET
This article explains how to add and web browser ActiveX to your project to developer your own customized web browser.
Mahesh Chand
Sep 11, 2001
FTP Server in C#
The application is a simple implementation of FTP Protocol RFC 959.
Pramod Singh
Mar 26, 2001
Outlook Style Menu with Collapsable Side Menu
This article shows very good outlook style menu with collapsable side menu.
Youssef Saad
Aug 25, 2006
Sending E-mail using SMTP Service
This article actually is a mail console which is implemented by C# 2.0 and designed to send a standard mail message to one or more receptions.
Seyed Mostafa Mansourfar
Aug 21, 2006
Embedded Datagrids with Add, Edit and Delete funtionality
This article features an embedded Datagrids with Add, Edit and Delete funtionality.
Rammanohar
Jun 02, 2006
HTTP Compression with HttpCompress
This article describes how to enable HTTP compression for ASP.net web applications without having direct access to the server and by using an
HttpModule.
Praveen K Prasad
May 02, 2006
AJAX Repeater control
AJAX has been in shadows for a decade now but it started buzzing right after the launch of the Google Earth. This article shows how to create an AJAX Repeater control with item, header, footer, alt...
Jigar Desai
Feb 19, 2006
Introduction to the MagicAjax.NET - The Magic Ajax Engine for .NET
MagicAjax.NET is a free open-source framework, designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls...
Moses Soliman
Feb 11, 2006
Credit Card Fraud Prevention using .NET Framework in C# or VB.NET
How can you protect your business from credit card frauds? This article have few steps that can be taken to ensure that the transaction is being requested by the real cardholder.
Ivy Tang
Jan 16, 2006
Basic FTP in C#
FTP client developed using Windows Forms. The source code uses a rigid Model-View-Controller design pattern.
Paul Lockwood
Jan 10, 2002
CSDownloadURL : Download Contents of a Web Page
CSDownloadURL is a class which has two functions - SetURL and DownloadURL. The set URL sets the current URL and GetDownload downloads the URL contents and returns its contents in a string.
Mahesh Chand
Dec 03, 2000
Get IP Address of a Host
The .Net DNS class can be used to get a host name or an IP of a given host name. To use DNS class in your project, you need to include System.Net
Mahesh Chand
Dec 03, 2000
No Records Available.
181
-
200
of
232
<<
8
9
10
11
12
>>
Learn Python
Challenge yourself
Internet & Web
E-Book Download
Get Certified
C# Advanced