Tag: Cursor

How to create rss feed in asp.net c# from LinQ to xml?

In this article, I will show how to create RSS feed Reader from Linq to XML in asp.net. You can …

Read Article

Database backup easily using DB SQL command

Create a folder in a directory.Take database Backup by executing SQL command.Below query will return a listing of all backup …

Read Article