Skip to content
  • Home
  • About Me
  • Contact
Code Verse

Mission to unlock the mysteries of the Code verse

Category: MS SQL

LINQ MS SQL Technology

Using LINQ to SQL Template – Part Two

By Sathish | March 12, 2010 by Sathish

This post has reference to part one of this Article. Create a new Class with the name “MyLinq”. We are going to use the DataContextFactory Class which we created in Part One. Also assume in…

LINQ MS SQL Technology

Using LINQ to SQL Template – Part One

By Sathish | March 10, 2010 by Sathish

LINQ to SQL is a component of the .NET Framework version 3.5. Click to learn more about LINQ to SQL First of all, in your Project or Website, add a new item from the “LINQ to…

C#.NET MS SQL Technology XML

How to Convert Datatable to XML programmatically

By Sathish | March 5, 2010 by Sathish

Lets assume our requirement is to create a Data Table and convert it to XML format. Use the following block code for your purpose. DataSet myDS = new DataSet(); DataTable dtMyTable = new DataTable(“preview”); DataColumn…

ASP.NET C#.NET Crystal Report MS Excel MS SQL Technology

Guide to Excel Reporting with MS SQL data using Crystal Report

By Sathish | March 4, 2010 by Sathish

First of all you need to create a New Data Set object from the Add new Item. Inside the Data set you need to create a new Table Adapter which will Fill data to a…

© 2025 Code Verse | WordPress Theme Design by Superb