﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=pramod-singh26" rel="self" type="application/rss+xml" /><item><title>Convert VB6 Form to VB.NET Win Form</title><description>VB .NET has changed the way developer used to program in VB6, GUI of VB6 used to hide most of the internals working from the developer but with VB.NET every aspect of programming is open GUI controls and all. The language it self got changed with VB.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/psingh/convert-vb6-form-to-VB-Net-win-form/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/psingh/convert-vb6-form-to-VB-Net-win-form/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Object Serialization in VB.NET</title><description>This application is simple Console application which demonstrate Object Serialization in VB.NET by use of System.Runtime.Serialization namespace.</description><link>https://www.c-sharpcorner.com/UploadFile/psingh/object-serialization-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/psingh/object-serialization-in-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Web Proxy Server in VB.NET</title><description>Web Proxy Server is HTTP proxy server written in VB.NET. It is Multithreaded so many clients can access the web through this WebProxy Server.</description><link>https://www.c-sharpcorner.com/UploadFile/psingh/web-proxy-server-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/psingh/web-proxy-server-in-VB-Net/</guid><pubDate>Fri, 09 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Multithreading in VB.NET</title><description>Multithreading is new to VB developer, VB developer always wanted this feature in the language and its there in VB .NET.</description><link>https://www.c-sharpcorner.com/UploadFile/psingh/multithreading-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/psingh/multithreading-in-VB-Net/</guid><pubDate>Thu, 08 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>SMTP and POP3 Server Application in VB.NET</title><description>This application code in bare minimum implementation of SMTP and POP3 protocol and is just intended to show the capability of Visual basic .NET Multithreading, Socket and IO. Application is not tested much but it work with bare minimum functionality. I am testing it and will upgrade it as it is done. This application at present require some directory structure to be followed.</description><link>http://www.vbdotnetheaven.com/UploadFile/psingh/SMTPServer04262005062135AM/SMTPServer.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/psingh/SMTPServer04262005062135AM/SMTPServer.aspx</guid><pubDate>Tue, 26 Apr 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Object Serialization in VB.NET</title><description>This application is simple Console application which demonstrate Object Serialization in VB.NET by use of System.Runtime.Serialization namespace.</description><link>http://www.vbdotnetheaven.com/UploadFile/psingh/ObjectSerializationVbDotNet04202005014407AM/ObjectSerializationVbDotNet.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/psingh/ObjectSerializationVbDotNet04202005014407AM/ObjectSerializationVbDotNet.aspx</guid><pubDate>Thu, 27 May 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Database Explorer in VB.NET</title><description>This is well known database explorer application in VB .NET by Pramod Kumar. This application let you connect to the Access or SQL server databases and displays the contents of the database.</description><link>http://www.vbdotnetheaven.com/UploadFile/psingh/DatabaseExplorer04072005094117AM/DatabaseExplorer.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/psingh/DatabaseExplorer04072005094117AM/DatabaseExplorer.aspx</guid><pubDate>Tue, 25 May 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Convert VB6 Form to VB.NET Win Form</title><description>VB .NET has changed the way developer used to program in VB6, GUI of VB6 used to hide most of the internals working from the developer but with VB.NET every aspect of programming is open GUI controls and all. The language it self got changed with VB.NET.</description><link>http://www.vbdotnetheaven.com/UploadFile/psingh/ConvertVBForm04222005063734AM/ConvertVBForm.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/psingh/ConvertVBForm04222005063734AM/ConvertVBForm.aspx</guid><pubDate>Mon, 10 May 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>POP3 Library</title><description>This application is written in C# and is multithreaded, the allows the client application to invoke the POP3 library and get the messages, the status and the results of the POP3 events are passed back to the client application using the C# delegates. </description><link>https://www.c-sharpcorner.com/article/pop3-library/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pop3-library/</guid><pubDate>Fri, 29 Aug 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Web Proxy Server in VB.NET</title><description>Web Proxy Server is HTTP proxy server written in VB.NET. It is Multithreaded so many clients can access the web through this WebProxy Server.</description><link>http://www.vbdotnetheaven.com/Uploadfile/psingh/WebServer04162005083342AM/WebServer.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/Uploadfile/psingh/WebServer04162005083342AM/WebServer.aspx</guid><pubDate>Sat, 02 Aug 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>PDF File Generator</title><description>PDF documents are the now a days is standard in Documents Exchange over the internet,as these documents are more or less platform independent and can be viewed on virtually any platform without any formatting or changes in the file structure.</description><link>https://www.c-sharpcorner.com/article/pdf-file-generator/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pdf-file-generator/</guid><pubDate>Thu, 26 Jul 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>FTP Server in C#</title><description>The application is a simple implementation of FTP Protocol RFC 959.</description><link>https://www.c-sharpcorner.com/article/ftp-server-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ftp-server-in-C-Sharp/</guid><pubDate>Mon, 26 Mar 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Multithreading in VB.NET</title><description>Multithreading is new to VB developer, VB developer always wanted this feature in the language and its there in VB .NET.</description><link>http://www.vbdotnetheaven.com/UploadFile/psingh/Multithreading04212005011840AM/Multithreading.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/psingh/Multithreading04212005011840AM/Multithreading.aspx</guid><pubDate>Wed, 28 Feb 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Chat Server and Client in C# Using Remoting Technolgy</title><description>The application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in WinForm.</description><link>https://www.c-sharpcorner.com/article/chat-server-and-client-in-C-Sharp-using-remoting-technolgy/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/chat-server-and-client-in-C-Sharp-using-remoting-technolgy/</guid><pubDate>Fri, 16 Feb 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Chat Server and Client in C# Using Remoting Technology</title><description>This application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in Windows Forms. </description><link>https://www.c-sharpcorner.com/article/chat-server-and-client-in-C-Sharp-using-remoting-technology/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/chat-server-and-client-in-C-Sharp-using-remoting-technology/</guid><pubDate>Fri, 16 Feb 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Web ProxyServer in C# and VB</title><description>Web Proxy Server is HTTP proxy server written in C#.It is Multithreaded so many clients can access the web through this WebProxy Server. </description><link>https://www.c-sharpcorner.com/article/web-proxyserver-in-C-Sharp-and-vb/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/web-proxyserver-in-C-Sharp-and-vb/</guid><pubDate>Tue, 06 Feb 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Database Explorer-IV</title><description>This is version IV of the Database Explorer, which include the support for Access Database with SQL Server.</description><link>https://www.c-sharpcorner.com/article/database-explorer-iv/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/database-explorer-iv/</guid><pubDate>Thu, 25 Jan 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>ADO.NET Database Explorer with Query Analyzer : Part 3</title><description>This is the part three of the Article Database Explorer. This parts adds some more and valuable functionality.</description><link>https://www.c-sharpcorner.com/article/ado-net-database-explorer-with-query-analyzer-part-3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ado-net-database-explorer-with-query-analyzer-part-3/</guid><pubDate>Wed, 24 Jan 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Database Explorer : Part 2</title><description>Attached is a C# program which is a enhanced version of the previous article on ADO.NET.</description><link>https://www.c-sharpcorner.com/article/database-explorer-part-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/database-explorer-part-2/</guid><pubDate>Mon, 22 Jan 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>ADO.NET Database Explorer</title><description>The sample connects to the SQL server database and shows you a tree view like interface of all the tables.</description><link>https://www.c-sharpcorner.com/article/ado-net-database-explorer/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ado-net-database-explorer/</guid><pubDate>Sat, 20 Jan 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Calling a COM Component From C# (Late Binding)</title><description>This code sample shows how to call a COM component in .NET framework using C#.</description><link>https://www.c-sharpcorner.com/article/calling-a-com-component-from-C-Sharp-late-binding/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/calling-a-com-component-from-C-Sharp-late-binding/</guid><pubDate>Mon, 08 Jan 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Read A File Using C#</title><description>This program just demonstrate the use of FileStream &amp;amp; StreamReader. </description><link>https://www.c-sharpcorner.com/article/read-a-file-using-C-Sharp2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/read-a-file-using-C-Sharp2/</guid><pubDate>Sat, 15 Jan 2000 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>C# Indexer</title><description>An indexer is a member that enables an object to be indexed in the same way as an array.</description><link>https://www.c-sharpcorner.com/article/C-Sharp-indexer/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/C-Sharp-indexer/</guid><pubDate>Sat, 15 Jan 2000 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Use C# To Write Comments And Documentation</title><description>Comments and Documentation are the most hated tasks by programmers. By using C# programmers can automatically build the documentation and comments in the code. This documentation is an XML file which </description><link>https://www.c-sharpcorner.com/article/use-C-Sharp-to-write-comments-and-documentation/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/use-C-Sharp-to-write-comments-and-documentation/</guid><pubDate>Wed, 12 Jan 2000 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>FileDownloader : Download files using HTTP</title><description>This application contains a Form and a Class module . From Form we create a thread which execute the procedure to handle the NET download. This application can be enhance to do more down load as in Download manager by creating more threads. </description><link>https://www.c-sharpcorner.com/article/filedownloader-download-files-using-http/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/filedownloader-download-files-using-http/</guid><pubDate>Mon, 10 Jan 2000 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item><item><title>Asynchronous Request in .NET (C#)</title><description>This code sample shows how to call a COM component in .NET framework using C#.</description><link>https://www.c-sharpcorner.com/article/asynchronous-request-in-net-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/asynchronous-request-in-net-C-Sharp/</guid><pubDate>Sun, 09 Jan 2000 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Pramod Singh)</author></item></channel></rss>