<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interview Tips &#187; connection</title>
	<atom:link href="http://tipsinterview.com/tag/connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Configure MySql .Net Connector with Entity Framework</title>
		<link>http://tipsinterview.com/2011/10/05/configure-mysql-net-connector-with-entity-framework/</link>
		<comments>http://tipsinterview.com/2011/10/05/configure-mysql-net-connector-with-entity-framework/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 07:47:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[input system]]></category>
		<category><![CDATA[Linq]]></category>
		<category><![CDATA[lt system]]></category>
		<category><![CDATA[object entity]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[registration entry]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[web server application]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=609</guid>
		<description><![CDATA[To communicate from .NET code to MySQL database using Entity Framework we installed MySql .NET Connector. It worked fine out of the box on developer's workstations but once deployed to hosted web server application started to throw following error: [NotSupportedException: Unable to determine the provider name for connection of type 'MySql.Data.MySqlClient.MySqlConnection'.] System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInvariantName(DbConnection connection) System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInfo(DbConnection connection, [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/05/configure-mysql-net-connector-with-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the use of command objects in .NET</title>
		<link>http://tipsinterview.com/2011/03/18/what-is-the-use-of-command-objects-in-net/</link>
		<comments>http://tipsinterview.com/2011/03/18/what-is-the-use-of-command-objects-in-net/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 07:34:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[executenonquery]]></category>
		<category><![CDATA[executereader]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[singleton]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=522</guid>
		<description><![CDATA[They are used to connect connection object to Data reader or dataset. Following are the methods provided by command object:- • ExecuteNonQuery: - Executes the command defined in the Command Text property against the connection defined in the Connection property for a query that does not return any row (an UPDATE, DELETE, or INSERT). Returns [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/03/18/what-is-the-use-of-command-objects-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET 2.0 Interview Questions</title>
		<link>http://tipsinterview.com/2010/06/02/asp-net-2-0-interview-questions-3/</link>
		<comments>http://tipsinterview.com/2010/06/02/asp-net-2-0-interview-questions-3/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 06:48:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[object c]]></category>
		<category><![CDATA[Sort]]></category>
		<category><![CDATA[true c]]></category>
		<category><![CDATA[type conversion]]></category>
		<category><![CDATA[xmldocument c]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=308</guid>
		<description><![CDATA[24. While developing ASP.NET 2.0 web application you have a DataSet containing a Customer DataTable and an Order DataTable. You want to easily navigate from an Order DataRow to the Customer who placed the order. What object will allow you to easily navigate from the Order to the Customer? A. The DataColumn object B. The [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/06/02/asp-net-2-0-interview-questions-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADO.NET and Database Questions</title>
		<link>http://tipsinterview.com/2010/01/06/ado-net-and-database-questions/</link>
		<comments>http://tipsinterview.com/2010/01/06/ado-net-and-database-questions/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:11:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[La.]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[proper query]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server authentication]]></category>
		<category><![CDATA[server username]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server support]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/06/ado-net-and-database-questions/</guid>
		<description><![CDATA[What is the wildcard character in SQL? Let’s say you want to query database with LIKE for all employees whose name starts with La. The wildcard character is %, the proper query with LIKE would involve ‘La%’. What is the role of the DataReader class in ADO.NET connections? It returns a read-only, forward-only rowset from [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/06/ado-net-and-database-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions on Database Administrator</title>
		<link>http://tipsinterview.com/2009/12/22/asp-net-interview-questions-on-database-administrator/</link>
		<comments>http://tipsinterview.com/2009/12/22/asp-net-interview-questions-on-database-administrator/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:03:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[acceptable values]]></category>
		<category><![CDATA[aspx page]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection strings]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[script injection]]></category>
		<category><![CDATA[server side code]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/22/asp-net-interview-questions-on-database-administrator/</guid>
		<description><![CDATA[Why is &#34;Connecting to SQL Server using Integrated Security&#34; considered a best practice? Connecting to SQL Server using integrated security instead of using an explicit user name and password, helps avoid the possibility of the connection string being compromised and your user ID and password being exposed. What are the best practices to follow to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/22/asp-net-interview-questions-on-database-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

