﻿<?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=naveen-kumar70" rel="self" type="application/rss+xml" /><item><title>Differences Between Delete and Truncate in SQL Server</title><description>In interviews I find that most are not aware of some of the basic differences between the SQL Server delete and truncate commands as well as whether these operations can be rolled back, so in this blo</description><link>https://www.c-sharpcorner.com/blogs/differences-between-delete-and-truncate-in-sql-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/differences-between-delete-and-truncate-in-sql-server</guid><pubDate>Fri, 22 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Naveen Kumar)</author></item><item><title>Concat Fuction with null values in Sql Server</title><description>CONCAT is  new T-SQL function feature in SQL Server 2012. It is used to concatenate the multiple values as a parameter separated by commas and return only a single string of parameter.</description><link>https://www.c-sharpcorner.com/blogs/concat-fuction-with-null-values-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/concat-fuction-with-null-values-in-sql-server1</guid><pubDate>Sat, 11 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Naveen Kumar)</author></item><item><title>How to Select Column Values as Comma Separated String in Sql Server</title><description>Sometimes we required to generate a comma separated list of columns values like a list of EmailIDs to send mail. In SQL Server, we can make a comma separated list by using COALESCE as shown in below.</description><link>https://www.c-sharpcorner.com/blogs/how-to-select-column-values-as-comma-separated-string-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-select-column-values-as-comma-separated-string-in-sql-server1</guid><pubDate>Mon, 21 Jul 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Naveen Kumar)</author></item><item><title>RequiredFieldValidator on DropDownList in ASP.Net</title><description>You can use the RequiredFieldValidator control’s InitialValue property to specify a default value other than an empty string.
</description><link>https://www.c-sharpcorner.com/blogs/requiredfieldvalidator-on-dropdownlist-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/requiredfieldvalidator-on-dropdownlist-in-asp-net1</guid><pubDate>Mon, 07 Jul 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Naveen Kumar)</author></item><item><title>Using of Nesting Repeaters with  Server-Binding in Asp.Net</title><description>This blog defines nesting Repeaters with server-binding in ASP.Net.</description><link>https://www.c-sharpcorner.com/blogs/using-of-nesting-repeaters-with-serverbinding-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/using-of-nesting-repeaters-with-serverbinding-in-asp-net1</guid><pubDate>Sun, 22 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Naveen Kumar)</author></item><item><title>Select Unique Rows Based on Single Distinct Column</title><description>There is a situation when we need to retrieve only unique row based on one column. And also used join two tables to retrieve unique data. In this case we use distinct keyword to select unique records.</description><link>https://www.c-sharpcorner.com/blogs/select-unique-rows-based-on-single-distinct-column1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/select-unique-rows-based-on-single-distinct-column1</guid><pubDate>Thu, 17 Apr 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Naveen Kumar)</author></item></channel></rss>