<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Neoob blog &#187; .Net</title>
	<atom:link href="http://ntcnet.wordpress.com/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ntcnet.wordpress.com</link>
	<description>Share And Share every Thing!</description>
	<lastBuildDate>Mon, 27 Apr 2009 09:53:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ntcnet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/534515b3022fe51129fb027ece647a92?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Neoob blog &#187; .Net</title>
		<link>http://ntcnet.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ntcnet.wordpress.com/osd.xml" title="Neoob blog" />
		<item>
		<title>Encrypting and decrypting data</title>
		<link>http://ntcnet.wordpress.com/2009/04/16/encrypting-and-decrypting-data/</link>
		<comments>http://ntcnet.wordpress.com/2009/04/16/encrypting-and-decrypting-data/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:27:08 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/?p=76</guid>
		<description><![CDATA[ I am seeing a lot of questions people are asking on how  	to do encryption/decryption. To help those people I have written a simple  	class encorporating several encryption/decryption functions:


 byte[] Encrypt(byte[] clearData,  			byte[] Key, byte[] IV) &#8211; encrypts a byte array with a key  			and an IV and returns a byte [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=76&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2009/04/16/encrypting-and-decrypting-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Doodable :: Best Business Solution,  Web Design, Website Development, Graphic Design, Ecommerce Solutions, Outsourcing</title>
		<link>http://ntcnet.wordpress.com/2009/04/03/doodable-best-business-solution-web-design-website-development-graphic-design-ecommerce-solutions-outsourcing/</link>
		<comments>http://ntcnet.wordpress.com/2009/04/03/doodable-best-business-solution-web-design-website-development-graphic-design-ecommerce-solutions-outsourcing/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 10:55:36 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2009/04/03/doodable-best-business-solution-web-design-website-development-graphic-design-ecommerce-solutions-outsourcing/</guid>
		<description><![CDATA[ Reliable Software Engineering from an Experienced TEAM of highly skilled programmers
About Doodable
Doodable was founded in the fall of 2009 and has quickly earned a reputation for superior engineering and client service.
We believe that engineering excellence is key, but hands-on service and transparent communication are also critical to any project&#8217;s success. Doodable delivers personalized service [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=57&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2009/04/03/doodable-best-business-solution-web-design-website-development-graphic-design-ecommerce-solutions-outsourcing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Easier way to manage your ASP.NET Cache</title>
		<link>http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/</link>
		<comments>http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 10:53:44 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/</guid>
		<description><![CDATA[Was recently told by a client of mine that the ASP.NET app I developed was WAY TOO SLOW! I had to agree; the site was pinging the database twice on every load of the home page. So I said, &#8220;Give me a week&#8230; I&#8217;ll make it work better&#8221;. I went home feeling bad&#8230; my app [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=28&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/01/23/easier-way-to-manage-your-aspnet-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Encrypt / Decrypt Section in Configuration File</title>
		<link>http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/</link>
		<comments>http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 03:23:24 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/</guid>
		<description><![CDATA[Lets understand Encrypt and Decrypt particular section in web.config file with example of connectionstring encrypt in web.config file.

Add Namespace
using System.Web.Configuration;
How to Encrypt Connection String in Asp.net stored in Web.Config file
 protected void Button1_Click(object sender, EventArgs e) {
  String webConfigPath = “~”;
 
 Configuration config =   WebConfigurationManager.OpenWebConfiguration(webConfigPath);
 
 
 ConfigurationSection configSection = config.GetSection(&#8220;connectionStrings&#8221;);
configSection.SectionInformation.ProtectSection(&#8220;DataProtectionConfigurationProvider&#8221;);
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=27&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/01/18/encrypt-decrypt-section-in-configuration-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>URL Mapping in asp.net 2.0</title>
		<link>http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/</link>
		<comments>http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 03:22:17 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/</guid>
		<description><![CDATA[URL Mapping is a mechanism by which you can change the displayed url in address bar.
Example:
Your asp.net application is developed from years, with convention frm as prefix to webform.




Now to change already assigned name to legacy system which is maintained for past few years and to avoid risk we can make use of URL Mapping.
For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=26&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2008/01/18/url-mapping-in-aspnet-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>

		<media:content url="http://bp1.blogger.com/_nuQwSyDoLk8/R40kbVMVnOI/AAAAAAAAAZ8/-rcZ32dmg4c/s400/solution+explorer.JPG" medium="image" />

		<media:content url="http://bp0.blogger.com/_nuQwSyDoLk8/R40m8FMVnPI/AAAAAAAAAaE/Q4Ys7zwtG58/s400/web+page1.JPG" medium="image" />

		<media:content url="http://bp0.blogger.com/_nuQwSyDoLk8/R40nOFMVnQI/AAAAAAAAAaM/l0TvcwA0png/s400/web+page2.JPG" medium="image" />
	</item>
		<item>
		<title>XPath</title>
		<link>http://ntcnet.wordpress.com/2007/12/28/xpath/</link>
		<comments>http://ntcnet.wordpress.com/2007/12/28/xpath/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 15:02:45 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/12/28/xpath/</guid>
		<description><![CDATA[XPath uses path expressions to select nodes or node-sets in an XML document.
The node is selected by following a path or steps.


The XML Example Document
We will use the following XML document in the examples below.




&#60;?xml version="1.0" encoding="ISO-8859-1"?&#62; &#60;bookstore&#62; &#60;book&#62;
  &#60;title lang="eng"&#62;Harry Potter&#60;/title&#62; 

  &#60;price&#62;29.99&#60;/price&#62;
&#60;/book&#62; &#60;book&#62;
  &#60;title lang="eng"&#62;Learning XML&#60;/title&#62;
  &#60;price&#62;39.95&#60;/price&#62; 

&#60;/book&#62; &#60;/bookstore&#62;





Selecting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=24&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/12/28/xpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Sending Emails with Dynamic Content</title>
		<link>http://ntcnet.wordpress.com/2007/12/20/sending-emails-with-dynamic-content/</link>
		<comments>http://ntcnet.wordpress.com/2007/12/20/sending-emails-with-dynamic-content/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:11:22 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/12/20/sending-emails-with-dynamic-content/</guid>
		<description><![CDATA[ Introduction
This article explains how to send email from asp.net with dynamic contents.
Description
There are lots and lots of requirements come in our day to day life of web application development. One thing which we do most is sending notification emails to users of our website. In case, if your website is an e-commerce system, then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=18&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/12/20/sending-emails-with-dynamic-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Encrypt/Decrypt string VB.Net</title>
		<link>http://ntcnet.wordpress.com/2007/11/27/encryptdecrypt-string-vbnet/</link>
		<comments>http://ntcnet.wordpress.com/2007/11/27/encryptdecrypt-string-vbnet/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 07:07:06 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/11/27/encryptdecrypt-string-vbnet/</guid>
		<description><![CDATA[Imports System.Security.Cryptography
Encryption Coding Is:
/*
* [strText]: string is that you need to encrypt
*[strEncrKey]: is the key to decrypt the string that has encryption
*/
Private Shared Function Encrypt(ByVal strText As String, ByVal strEncrKey As String) As String
Dim IV() As Byte = {&#38;H12, &#38;H34, &#38;H56, &#38;H78, &#38;H90, &#38;HAB, &#38;HCD, &#38;HEF}
Try
Dim bykey() As Byte = System.Text.Encoding.UTF8.GetBytes(Left(strEncrKey, 8))
Dim InputByteArray() As Byte [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=12&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/11/27/encryptdecrypt-string-vbnet/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Ankh Subversion Plugin for Visual Studio Final Release</title>
		<link>http://ntcnet.wordpress.com/2007/11/27/ankh-subversion-plugin-for-visual-studio-final-release/</link>
		<comments>http://ntcnet.wordpress.com/2007/11/27/ankh-subversion-plugin-for-visual-studio-final-release/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 04:26:55 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Subversion .Net]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/11/27/ankh-subversion-plugin-for-visual-studio-final-release/</guid>
		<description><![CDATA[The flippin&#8217; awesome Ankh Subversion plug-in for Visual Studio has its 1.0 Final release the other day.  Official post at http://arildf.spaces.live.com/blog/cns!E99F8B43533149B0!221.entry.  Download from http://ankhsvn.tigris.org/servlets/ProjectDocumentList?folderID=7315, you want the 2727-Final build (list isn&#8217;t in order).
Congrats and thanks to Arild for a great tool.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=11&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/11/27/ankh-subversion-plugin-for-visual-studio-final-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Connection &#8211; ADO.NET</title>
		<link>http://ntcnet.wordpress.com/2007/11/27/oracle-connection-adonet/</link>
		<comments>http://ntcnet.wordpress.com/2007/11/27/oracle-connection-adonet/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 02:57:42 +0000</pubDate>
		<dc:creator>ntcnet</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Oracle ADO.NET]]></category>

		<guid isPermaLink="false">http://ntcnet.wordpress.com/2007/11/27/oracle-connection-adonet/</guid>
		<description><![CDATA[ Info

 ADO.NET Data Provider for Oracle (http://www.oracle.com/) databases


 Exists in namespace System.Data.OracleClient and assembly System.Data.OracleClient.dll


 Works on Windows, Linux x86, and Solaris x86. Can you help us get it to work on other systems, such as, Solaris SPARC and Mac OS X?


 Works with Oracle 8i, 9i and 10g databases


 Uses OCI (Oracle call-level interface) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ntcnet.wordpress.com&blog=2189552&post=10&subd=ntcnet&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ntcnet.wordpress.com/2007/11/27/oracle-connection-adonet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95899cfe283a6aae3682ffb0ba3a00b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ntcnet</media:title>
		</media:content>
	</item>
	</channel>
</rss>