<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>LazyAssCoder.com: Latest ASP.NET Articles</title>
<link>http://www.LazyAssCoder.com/AspNet</link>
<description>www.LazyAssCoder.com/AspNet is the ultimate source for free code, tips and trick for ASP.NET.</description>
<language>en-us</language>
<item>
<title>Error: Error: ora-12154: TNS:could not resolve service name</title>
<description>If your getting the following error in ASP.NET Crystal Report or Tnsping

ora-12154: TNS:could not resolve service name

Here's a possible solution.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=74&amp;title=Error%3a+Error%3a+ora-12154%3a+TNS%3acould+not+resolve+service+name</link>
<pubDate>Wed, 26 Nov 2008 11:27:49 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=74&amp;title=Error%3a+Error%3a+ora-12154%3a+TNS%3acould+not+resolve+service+name</guid>
</item>
<item>
<title>Error: Error: System.Security.Cryptography.CryptographicException: Keyset does not exist or Access is denied.</title>
<description>This article provides a possible solution to fix the following exception: System.Security.Cryptography.CryptographicException - Keyset does not exist or Access is denied.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=73&amp;title=Error%3a+Error%3a+System.Security.Cryptography.CryptographicException%3a+Keyset+does+not+exist+or+Access+is+denied.</link>
<pubDate>Tue, 11 Nov 2008 09:41:27 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=73&amp;title=Error%3a+Error%3a+System.Security.Cryptography.CryptographicException%3a+Keyset+does+not+exist+or+Access+is+denied.</guid>
</item>
<item>
<title>How To: How To: Convert an object to XML string</title>
<description>In this article we will show you how to output an object's data to an XML string.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=72&amp;title=How+To%3a+How+To%3a+Convert+an+object+to+XML+string</link>
<pubDate>Mon, 10 Nov 2008 23:01:34 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=72&amp;title=How+To%3a+How+To%3a+Convert+an+object+to+XML+string</guid>
</item>
<item>
<title>Shortcut: Shortcut: No more hard coding the physical path to your access database in the ConnectionString section of your web.config</title>
<description>If your database is located in the App_Data folder of your web application.  Here is a neat little shortcut for your Access Database ConnectionString.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=71&amp;title=Shortcut%3a+Shortcut%3a+No+more+hard+coding+the+physical+path+to+your+access+database+in+the+ConnectionString+section+of+your+web.config</link>
<pubDate>Mon, 16 Jun 2008 16:46:55 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=71&amp;title=Shortcut%3a+Shortcut%3a+No+more+hard+coding+the+physical+path+to+your+access+database+in+the+ConnectionString+section+of+your+web.config</guid>
</item>
<item>
<title>How To: How To: Manually initialize a custom membership provider</title>
<description>In this article, we will describe how to manually initialize a custom membership provider.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=69&amp;title=How+To%3a+How+To%3a+Manually+initialize+a+custom+membership+provider</link>
<pubDate>Thu, 08 May 2008 00:58:06 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=69&amp;title=How+To%3a+How+To%3a+Manually+initialize+a+custom+membership+provider</guid>
</item>
<item>
<title>How To: How To: Check a null value in a column of a DataTable in a DataSet</title>
<description>This article will show some ways of checking for null values in a DataTable.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=68&amp;title=How+To%3a+How+To%3a+Check+a+null+value+in+a+column+of+a+DataTable+in+a+DataSet</link>
<pubDate>Wed, 06 Feb 2008 15:16:12 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=68&amp;title=How+To%3a+How+To%3a+Check+a+null+value+in+a+column+of+a+DataTable+in+a+DataSet</guid>
</item>
<item>
<title>Shortcut: Shortcut: Use the @ Symbol instead of escaping slashes</title>
<description>We all had to at one point or another modify a file path and escape the slashes before pasting it into our code or into a database table.  Using the @ symbol in front of the string will eliminate the need to modify the path.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=67&amp;title=Shortcut%3a+Shortcut%3a+Use+the+%40+Symbol+instead+of+escaping+slashes</link>
<pubDate>Tue, 29 Jan 2008 12:08:27 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=67&amp;title=Shortcut%3a+Shortcut%3a+Use+the+%40+Symbol+instead+of+escaping+slashes</guid>
</item>
<item>
<title>How To: How To: Create and populate a DataTable manually</title>
<description>This article will demonstrate how to create a DataTable manually and populate it with some random data.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=66&amp;title=How+To%3a+How+To%3a+Create+and+populate+a+DataTable+manually</link>
<pubDate>Tue, 29 Jan 2008 11:43:35 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=66&amp;title=How+To%3a+How+To%3a+Create+and+populate+a+DataTable+manually</guid>
</item>
<item>
<title>How To: How To: Easily take your ASP.NET 2.0 web application offline for maintenance updates</title>
<description>This article describe how to easily take your ASP.NET 2.0 web application offline.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=65&amp;title=How+To%3a+How+To%3a+Easily+take+your+ASP.NET+2.0+web+application+offline+for+maintenance+updates</link>
<pubDate>Thu, 06 Dec 2007 16:12:18 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=65&amp;title=How+To%3a+How+To%3a+Easily+take+your+ASP.NET+2.0+web+application+offline+for+maintenance+updates</guid>
</item>
<item>
<title>Error: Error: System.Data.OracleClient.OracleException: ORA-01460: unimplemented or unreasonable conversion requested</title>
<description>If you are using the Microsoft Oracle provider to call an Oracle Stored Procedure and passing a lot of data to a CLOB parameter, you get the following exception: ORA-01460: unimplemented or unreasonable conversion requested.  This article will describe how to fix this.</description>
<link>http://www.LazyAssCoder.com/AspNet/article.aspx?id=64&amp;title=Error%3a+Error%3a+System.Data.OracleClient.OracleException%3a+ORA-01460%3a+unimplemented+or+unreasonable+conversion+requested</link>
<pubDate>Wed, 05 Dec 2007 15:21:20 GMT</pubDate>
<guid>http://www.LazyAssCoder.com/AspNet/article.aspx?id=64&amp;title=Error%3a+Error%3a+System.Data.OracleClient.OracleException%3a+ORA-01460%3a+unimplemented+or+unreasonable+conversion+requested</guid>
</item>
</channel>
</rss>
