﻿<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rssStyle.xsl"?><rss version="2.0"><channel><title>DotNetSpark</title><link>http://www.dotnetspark.com/</link><description>.NET , C#, SQL Server Articles</description><item><title>How many in built objects are there in ASP.net?</title><description>There are 6 objects.

1. Server
2. Session
3. Application
4. ObjectContext
5. Response
6. Request</description><link>http://www.dotnetspark.com/qa/1361-how-many-built-objects-are-there-asp-net.aspx</link><pubDate>2010-03-04T05:23:34.0000000-06:00</pubDate></item><item><title>Difference between Set and Select keyword in sql server?</title><description>Set:

1.Set is a ANSI standard for variable assignment.
2.We can assign only one variable at a time
3.When assigning from a query that returns more than one value, SET will fail with an error.

Select:

1.Select is a Non-ANSI standard when assigning variables.
2.We can assign multiple variable at a time
3.When assigning from a query that returns more than one value, SELECT will assign the last   value returned by the query and hide the fact that the query returned</description><link>http://www.dotnetspark.com/qa/1360-difference-between-set-and-select-keyword.aspx</link><pubDate>2010-03-03T06:39:15.0000000-06:00</pubDate></item><item><title>To find a particular column name where it exists in a database?</title><description>The Query to find the particular column name in a databse is,

SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE COLUMN_NAME = ''User_name''</description><link>http://www.dotnetspark.com/qa/1359-to-find-particular-column-name-where-it.aspx</link><pubDate>2010-03-01T00:41:55.0000000-06:00</pubDate></item><item><title>What is the root class in dot net?</title><description>System.object 

is the root class in Dot net.</description><link>http://www.dotnetspark.com/qa/1358-what-is-root-class-dot-net.aspx</link><pubDate>2010-03-01T00:32:10.0000000-06:00</pubDate></item><item><title>Which assembly represents the core LINQ API?</title><description>System.Query.dll assembly represents the core LINQ API.</description><link>http://www.dotnetspark.com/qa/1357-which-assembly-represents-core-linq-api.aspx</link><pubDate>2010-02-28T10:00:13.0000000-06:00</pubDate></item><item><title>What is the use of System.Data.DLinq.dll?</title><description>System.Data.DLinq.dll provides functionality to work with LINQ to SQL.</description><link>http://www.dotnetspark.com/qa/1356-what-is-use-systemdatadlinqdll.aspx</link><pubDate>2010-02-28T09:59:07.0000000-06:00</pubDate></item><item><title>What is the use of System.XML.XLinq.dll?</title><description>System.XML.XLinq.dll contains classes to provide functionality to use LINQ with XML.</description><link>http://www.dotnetspark.com/qa/1355-what-is-use-systemxmlxlinqdll.aspx</link><pubDate>2010-02-28T09:57:23.0000000-06:00</pubDate></item><item><title>To define abstract method which keyword is used in VB?</title><description>MustOverride keyword is used to define an abstract method in VB.</description><link>http://www.dotnetspark.com/qa/1354-to-define-abstract-method-which-keyword.aspx</link><pubDate>2010-02-28T09:54:09.0000000-06:00</pubDate></item><item><title>To define abstract class in VB which keyword is used?</title><description>MustInherit keyword is used to create an abstract class in VB.</description><link>http://www.dotnetspark.com/qa/1353-to-define-abstract-class-vb-which-keyword.aspx</link><pubDate>2010-02-28T09:52:48.0000000-06:00</pubDate></item><item><title>Equivalent keyword of new in VB?</title><description>Shadow keyword is used to hide a method from a base class.</description><link>http://www.dotnetspark.com/qa/1352-equivalent-keyword-new-vb.aspx</link><pubDate>2010-02-28T09:50:20.0000000-06:00</pubDate></item><item><title>What is the keyword used in VB to carry out the work of virtual keyword of C#?</title><description>The Overridable keyword. It declare a method to support polymorphism.</description><link>http://www.dotnetspark.com/qa/1351-what-is-keyword-used-vb-to-carry-out-work.aspx</link><pubDate>2010-02-28T09:48:35.0000000-06:00</pubDate></item><item><title>Which namespace is used to create an Exception Tree?</title><description>System.Data.Common.CommandTree namespace provide classes to create an Exception Tree.</description><link>http://www.dotnetspark.com/qa/1350-which-namespace-is-used-to-create-exception.aspx</link><pubDate>2010-02-28T09:45:35.0000000-06:00</pubDate></item><item><title>Which namespace is used to work with RSS feeds in .NET?</title><description>System.ServiceModel.Syndication  namespace is used to work with RSS feeds in .NET.</description><link>http://www.dotnetspark.com/qa/1349-which-namespace-is-used-to-work-with-rss.aspx</link><pubDate>2010-02-28T09:43:19.0000000-06:00</pubDate></item><item><title>Which class is the base class of all the exception classes?</title><description>System.Exception class is the base class of all the exception classes in .NET.</description><link>http://www.dotnetspark.com/qa/1348-which-class-is-base-class-all-exception.aspx</link><pubDate>2010-02-28T09:40:31.0000000-06:00</pubDate></item></channel></rss>