<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: VB.NET Interview Questions #6</title>
	<atom:link href="http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Tue, 22 May 2012 11:52:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hobbylobby</title>
		<link>http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/comment-page-1/#comment-1173</link>
		<dc:creator>hobbylobby</dc:creator>
		<pubDate>Sun, 27 Jul 2008 13:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/#comment-1173</guid>
		<description>1. Base-class constructors are not inherited by derived classes.

-- hate to admit it, but I don't use constructors in VB.

2. A class may only implement a single interface.
--true 

3. A checkbox may have either a square or circular appearance.
--false

4. HttpSessionState can only store string values.
--true - I think

5. A page object’s IsPostBack property is used to determine if the page is being loaded due to a postback. 
--true

General VB.NET Questions

1. Should you throw exceptions in the Finally block? Why or why not?
--no.  it's not allowed
-- also, returning values is not allowed in the finally block

2. How do you create a scrolling region on a form?
--can't remember tool name, but textboxes can have multi line which will auto scroll if needed

3. What are some differences between CType and DirectCast?
--direct casting won't cause design time errors
-- cType casting will alert you immediately if you do something like dim theDate as date = cInt(33)

4. Should you use a "sp_" prefix on SQL Server stored procedures? Why or why not?
--hmmm.  I don't at this time.

5. If you have an ASP.NET application with a Master Page how can you change meta data from child pages?
--been too long.  can't remember.</description>
		<content:encoded><![CDATA[<p>1. Base-class constructors are not inherited by derived classes.</p>
<p>&#8211; hate to admit it, but I don&#8217;t use constructors in VB.</p>
<p>2. A class may only implement a single interface.<br />
&#8211;true </p>
<p>3. A checkbox may have either a square or circular appearance.<br />
&#8211;false</p>
<p>4. HttpSessionState can only store string values.<br />
&#8211;true - I think</p>
<p>5. A page object’s IsPostBack property is used to determine if the page is being loaded due to a postback.<br />
&#8211;true</p>
<p>General VB.NET Questions</p>
<p>1. Should you throw exceptions in the Finally block? Why or why not?<br />
&#8211;no.  it&#8217;s not allowed<br />
&#8211; also, returning values is not allowed in the finally block</p>
<p>2. How do you create a scrolling region on a form?<br />
&#8211;can&#8217;t remember tool name, but textboxes can have multi line which will auto scroll if needed</p>
<p>3. What are some differences between CType and DirectCast?<br />
&#8211;direct casting won&#8217;t cause design time errors<br />
&#8211; cType casting will alert you immediately if you do something like dim theDate as date = cInt(33)</p>
<p>4. Should you use a &#8220;sp_&#8221; prefix on SQL Server stored procedures? Why or why not?<br />
&#8211;hmmm.  I don&#8217;t at this time.</p>
<p>5. If you have an ASP.NET application with a Master Page how can you change meta data from child pages?<br />
&#8211;been too long.  can&#8217;t remember.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VB Dork</title>
		<link>http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/comment-page-1/#comment-1163</link>
		<dc:creator>VB Dork</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/#comment-1163</guid>
		<description>Visual Basic 2008 uses .net 2.0 still so i would say the questions are still valid, maybe the question really is interview questions on LINQ,WF,WCF or maybe the IDE.</description>
		<content:encoded><![CDATA[<p>Visual Basic 2008 uses .net 2.0 still so i would say the questions are still valid, maybe the question really is interview questions on LINQ,WF,WCF or maybe the IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randhir singh</title>
		<link>http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/comment-page-1/#comment-966</link>
		<dc:creator>randhir singh</dc:creator>
		<pubDate>Tue, 25 Dec 2007 12:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/10/28/vbnet-interview-questions-6/#comment-966</guid>
		<description>plz get me question &amp; answer on visual baisc 2008</description>
		<content:encoded><![CDATA[<p>plz get me question &amp; answer on visual baisc 2008</p>
]]></content:encoded>
	</item>
</channel>
</rss>

