﻿<?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=levent-camlibel" rel="self" type="application/rss+xml" /><item><title>Line Count Utility in VB.NET</title><description>This utility is for counting number of code lines in a Visual Studio Project. It returns the number of code lines and file names which are in the project folders.</description><link>https://www.c-sharpcorner.com/UploadFile/lcamlibel/line-count-utility-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/lcamlibel/line-count-utility-in-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Line Count Utility</title><description>Program returns count of code lines and  file names in which code lines will be counted.</description><link>https://www.c-sharpcorner.com/article/line-count-utility/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/line-count-utility/</guid><pubDate>Sat, 12 Jun 2004 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Data transfer from SQL Server to Excel</title><description>In this application, we will see how we can transfer data from Microsoft SQL Server into Excel spreadsheet.</description><link>http://www.vbdotnetheaven.com/UploadFile/lcamlibel/DataTransferfromSQL04082005084827AM/DataTransferfromSQL.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/lcamlibel/DataTransferfromSQL04082005084827AM/DataTransferfromSQL.aspx</guid><pubDate>Sun, 20 Jul 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Line Count Utility in VB.NET</title><description>This utility is for counting number of code lines in a Visual Studio Project. It returns  the number of code lines and  file names which are in the project folders.</description><link>http://www.vbdotnetheaven.com/UploadFile/lcamlibel/LineCount04212005061925AM/LineCount.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/lcamlibel/LineCount04212005061925AM/LineCount.aspx</guid><pubDate>Tue, 10 Jun 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Space Remover Utility</title><description>In this article, I want to show you how you can remove white spaces in a web page.</description><link>https://www.c-sharpcorner.com/article/space-remover-utility/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/space-remover-utility/</guid><pubDate>Mon, 25 Mar 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Data Transfer from SQL Server to Excel</title><description>In this application, we will see how we can transfer data from Microsoft SQL Server into Excel spreadsheet.</description><link>https://www.c-sharpcorner.com/article/data-transfer-from-sql-server-to-excel/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/data-transfer-from-sql-server-to-excel/</guid><pubDate>Wed, 26 Dec 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Email Notifier with Microsoft Agent--- GENIE</title><description>Email notifier with Microsoft Agent is a TCP/IP application that notifies the user if there is email in the user's email server.</description><link>https://www.c-sharpcorner.com/article/email-notifier-with-microsoft-agent-genie/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/email-notifier-with-microsoft-agent-genie/</guid><pubDate>Fri, 16 Nov 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Mapping Objects to Relational Databases</title><description>The application generates C# Class files for each table in a relational database. I have used Mysql and ODBC.NET for this project. The application only supports MySQL right now.</description><link>https://www.c-sharpcorner.com/article/mapping-objects-to-relational-databases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mapping-objects-to-relational-databases/</guid><pubDate>Thu, 01 Nov 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Automatic Generated DataGrid Commands</title><description>This article illustrates how to update, insert, and delete in the windows DataGrid control by using automatic generated commands.</description><link>https://www.c-sharpcorner.com/article/automatic-generated-datagrid-commands/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/automatic-generated-datagrid-commands/</guid><pubDate>Wed, 15 Aug 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Editing, Deleting, Sorting and Paging in DataGrid Web Control</title><description>The following article is about techniques for editing, deleting, sorting and paging using web Datagrid control.</description><link>https://www.c-sharpcorner.com/article/editing-deleting-sorting-and-paging-in-datagrid-web-contro/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/editing-deleting-sorting-and-paging-in-datagrid-web-contro/</guid><pubDate>Wed, 08 Aug 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Service Explorer</title><description>This program manages services running in your computer. You can use the GetServices method on the ServiceController class to retrieve a list of the services on a particular computer.</description><link>https://www.c-sharpcorner.com/article/service-explorer/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/service-explorer/</guid><pubDate>Mon, 06 Aug 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item><item><title>Compute Feature of DataTable</title><description>The following code is for implementing least known feature of DataTable Compute() method.</description><link>https://www.c-sharpcorner.com/article/compute-feature-of-datatable/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/compute-feature-of-datatable/</guid><pubDate>Wed, 01 Aug 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Levent Camlibel)</author></item></channel></rss>