<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.NET Interview Questions</title>
	<atom:link href="http://ripalsoni.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ripalsoni.wordpress.com</link>
	<description>C# , ASP.NET, VB.NET, ADO.NET, SQL Server</description>
	<pubDate>Thu, 24 Jul 2008 17:58:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How do i Read Write Oracle CLOB data in ASP.NET or VB.NET ?</title>
		<link>http://ripalsoni.wordpress.com/2008/07/24/how-do-i-read-write-oracle-clob-data-in-aspnet-or-vbnet/</link>
		<comments>http://ripalsoni.wordpress.com/2008/07/24/how-do-i-read-write-oracle-clob-data-in-aspnet-or-vbnet/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:58:52 +0000</pubDate>
		<dc:creator>mauliksoni</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[ASP.NET CLOB]]></category>

		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/?p=44</guid>
		<description><![CDATA[[KEYWORDS: ASP.NET READ WRITE CLOB DATA, VB.NET READ WRITE ORACLE CLOB DATA, ORACLE CLOB, CLOB, ORACLE CLOB READ WRITE]
Oracle has Varchar2 with max length of 4000 chars. If you need to sore more than that you have to use CLOB datatype
CLOB stores 4gb of chars. But remember, .NET Only supports string worth 2gb. so you [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2008/07/24/how-do-i-read-write-oracle-clob-data-in-aspnet-or-vbnet/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mauliksoni-128.jpg" medium="image">
			<media:title type="html">Maulik Ripal</media:title>
		</media:content>
	</item>
		<item>
		<title>Logging Events</title>
		<link>http://ripalsoni.wordpress.com/2008/03/25/logging-events/</link>
		<comments>http://ripalsoni.wordpress.com/2008/03/25/logging-events/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 14:13:48 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/?p=38</guid>
		<description><![CDATA[Logging Events 
Why do we need to Create EventLog ? 
No matter how well written and tested an application is, chances are high that there will be a bug or some unexpected behavior. Moreover, users typically aren&#8217;t developers and don&#8217;t use the same terminology that developers are accustomed to. It&#8217;s common to have users report problems using [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2008/03/25/logging-events/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Interview Questions</title>
		<link>http://ripalsoni.wordpress.com/2007/10/03/oracle-interview-questions/</link>
		<comments>http://ripalsoni.wordpress.com/2007/10/03/oracle-interview-questions/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 18:11:53 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[SQL SERVER-PL/SQL - ORACLE]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/10/03/oracle-interview-questions/</guid>
		<description><![CDATA[1. What are the components of Physical database structure of Oracle Database?
ORACLE database is comprised of three types of files. One or more Data files, two are more Redo Log files, and one or more Control files


2. What are the components of Logical database structure of ORACLE database?
Tablespaces and the Database&#8217;s Schema Objects. 


3. What [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/10/03/oracle-interview-questions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Basic InterviewQuestions for PL/SQL</title>
		<link>http://ripalsoni.wordpress.com/2007/09/13/basic-interviewquestions-for-plsql/</link>
		<comments>http://ripalsoni.wordpress.com/2007/09/13/basic-interviewquestions-for-plsql/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 21:24:11 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[SQL SERVER-PL/SQL - ORACLE]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/09/13/basic-interviewquestions-for-plsql/</guid>
		<description><![CDATA[1. What is PL/SQL ?
Ans. PL/SQL is a procedural language that has both interactive SQL and procedural programming language constructs such as iteration, conditional branching.

2. What is the basic structure of PL/SQL ?
Ans. PL/SQL uses block structure as its basic structure. Anonymous blocks or nested blocks can be used in PL/SQL. 

3. What are the [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/09/13/basic-interviewquestions-for-plsql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crystal Reports - For Visual Studio 2005 Walkthroughs - Contents</title>
		<link>http://ripalsoni.wordpress.com/2007/09/10/crystal-reports-for-visual-studio-2005-walkthroughs-contents/</link>
		<comments>http://ripalsoni.wordpress.com/2007/09/10/crystal-reports-for-visual-studio-2005-walkthroughs-contents/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 20:26:42 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[Crystal Reports]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/09/10/crystal-reports-for-visual-studio-2005-walkthroughs-contents/</guid>
		<description><![CDATA[DOWNLOAD COMPLETE PDF FILE : Crystal Reports For Visual Stuido 2005
Crystal Reports - For Visual Studio 2005 Walkthroughs - By Ripal Soni
Contents

CrystalReportViewer Object Model Tutorials 

Logging onto a Secure SQL Server Database 


Reading and Setting Discrete Parameters 

Reading and Setting Range Parameters for a Subreport 


Filtering Data Using Selection Formulas 

Customizing the CrystalReportViewer Control 


ReportDocument Object [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/09/10/crystal-reports-for-visual-studio-2005-walkthroughs-contents/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C# .Net Interview Questions</title>
		<link>http://ripalsoni.wordpress.com/2007/06/06/c-net-interview-questions/</link>
		<comments>http://ripalsoni.wordpress.com/2007/06/06/c-net-interview-questions/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 15:29:31 +0000</pubDate>
		<dc:creator>mauliksoni</dc:creator>
		
		<category><![CDATA[Interview Questions for .Net]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/06/06/c-net-interview-questions/</guid>
		<description><![CDATA[1. What standard types does C# use?

C# supports a very similar range of basic types to C++, including int, long, float, double, char, string, arrays, structs and classes. In C# Types The names may be familiar, but many of the details are different. For example, a long is 64 bits in C#, whereas in C++ [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/06/06/c-net-interview-questions/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mauliksoni-128.jpg" medium="image">
			<media:title type="html">Maulik Ripal</media:title>
		</media:content>

		<media:content url="http://ripalsoni.files.wordpress.com/2007/06/ripal-soni.jpg" medium="image">
			<media:title type="html">Ripal Maulik Soni</media:title>
		</media:content>
	</item>
		<item>
		<title>.Net 2.0 Interview Terms / Interview Questions</title>
		<link>http://ripalsoni.wordpress.com/2007/05/16/20/</link>
		<comments>http://ripalsoni.wordpress.com/2007/05/16/20/#comments</comments>
		<pubDate>Wed, 16 May 2007 18:42:58 +0000</pubDate>
		<dc:creator>mauliksoni</dc:creator>
		
		<category><![CDATA[Interview Questions for .Net]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/05/16/20/</guid>
		<description><![CDATA[.NET 2.0 Terms / Interview Questions 
access control list (ACL)    A term most commonly used to refer to a discretionary access control list (DACL), which is an authorization restriction mechanism that identifies the users and groups that are assigned or denied access permissions on an object. 
Advanced Encryption Standard (AES)   [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/05/16/20/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mauliksoni-128.jpg" medium="image">
			<media:title type="html">Maulik Ripal</media:title>
		</media:content>

		<media:content url="http://ripalsoni.files.wordpress.com/2007/06/ripal-soni.jpg" medium="image">
			<media:title type="html">Ripal Maulik Soni</media:title>
		</media:content>
	</item>
		<item>
		<title>OOPs Interview Questions</title>
		<link>http://ripalsoni.wordpress.com/2007/05/01/oops-interview-questions/</link>
		<comments>http://ripalsoni.wordpress.com/2007/05/01/oops-interview-questions/#comments</comments>
		<pubDate>Tue, 01 May 2007 15:08:54 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[Interview Questions for .Net]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/05/01/oops-interview-questions/</guid>
		<description><![CDATA[“The ability to define a class and create instances of classes is one of the most important capabilities of any Object Oriented Language”
&#160;
Q: How will you define a CLASS ? 
A: All classes in Visual Basic. NET are defined in a .VB file (as oppose to .CLS file in vb6), Also .VB file may contain [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/05/01/oops-interview-questions/feed/</wfw:commentRss>
	
		<media:content url="http://ripalsoni.files.wordpress.com/2007/06/ripal-soni.jpg" medium="image">
			<media:title type="html">Ripal Maulik Soni</media:title>
		</media:content>
	</item>
		<item>
		<title>Print PDF file in VB.Net by giving Printer Name</title>
		<link>http://ripalsoni.wordpress.com/2007/04/25/print-pdf-file-in-vbnet-by-giving-printer-name/</link>
		<comments>http://ripalsoni.wordpress.com/2007/04/25/print-pdf-file-in-vbnet-by-giving-printer-name/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 22:34:37 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/04/25/print-pdf-file-in-vbnet-by-giving-printer-name/</guid>
		<description><![CDATA[Here is the solution of printing PDF file by giving printer name
Dim pathToExecutable As String = &#8220;AcroRd32.exe&#8221; 
Dim sReport = &#8220;C:Test.PDF&#8221;         &#8216;Complete name/path of PDF file
Dim SPrinter = &#8220;HP Officejet 5600 seriese&#8221;           &#8216;Name Of printer 
Dim starter [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/04/25/print-pdf-file-in-vbnet-by-giving-printer-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET 1.1 Interview Questions</title>
		<link>http://ripalsoni.wordpress.com/2007/04/03/aspnet/</link>
		<comments>http://ripalsoni.wordpress.com/2007/04/03/aspnet/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 16:44:02 +0000</pubDate>
		<dc:creator>ripalmsoni</dc:creator>
		
		<category><![CDATA[Interview Questions for .Net]]></category>

		<guid isPermaLink="false">http://ripalsoni.wordpress.com/2007/04/03/aspnet/</guid>
		<description><![CDATA[1.What is the difference between Response.Write() and Response.Output.Write()?
Ans.Response.Output.Write() allows you to write formatted output.
2.What is the difference between Server.Transfer and Response.Redirect?
Ans.Server.Transfer transfers page processing from one page directly to the next page without making a round-trip back to the client&#8217;s browser.This provides a faster response with a little less overhead on the server.Server.Transfer does not [...]]]></description>
		<wfw:commentRss>http://ripalsoni.wordpress.com/2007/04/03/aspnet/feed/</wfw:commentRss>
	
		<media:content url="http://ripalsoni.files.wordpress.com/2007/06/ripal-soni.jpg" medium="image">
			<media:title type="html">Ripal Maulik Soni</media:title>
		</media:content>
	</item>
	</channel>
</rss>