<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/css" href="http://techtalk.aravinda.in/Data/style/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="http://techtalk.aravinda.in/Data/xsl/rss1.xsl" ?>
<!--RSS generated by mojoPortal Blog Module V 1.0 on Sunday, May 20, 2012-->
<rss version="2.0">
  <channel>
    <title>talk technical</title>
    <link>http://techtalk.aravinda.in/home.aspx</link>
    <description />
    <copyright />
    <ttl>120</ttl>
    <managingEditor />
    <generator>mojoPortal Blog Module V 1.0</generator>
    <item>
      <title>what does ?? two/double question marks mean in C#</title>
      <link>http://techtalk.aravinda.in/what-does--twodouble-question-marks-mean-in-c.aspx</link>
      <pubDate>Thu, 14 Jul 2011 10:37:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/what-does--twodouble-question-marks-mean-in-c.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/what-does--twodouble-question-marks-mean-in-c.aspx</comments>
      <description><![CDATA[
	The operator '??' is called null-coalescing operator, which is used to define a default value for a nullable value types as well as reference types.

	It is useful when we need to assign a nullable variable a non-nullable variable. If we do not ... <a href='http://techtalk.aravinda.in/what-does--twodouble-question-marks-mean-in-c.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>OO Design Principles SOLID</title>
      <link>http://techtalk.aravinda.in/oo-design-principles-solid.aspx</link>
      <pubDate>Tue, 08 Feb 2011 10:17:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/oo-design-principles-solid.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/oo-design-principles-solid.aspx</comments>
      <description><![CDATA[
	SOLID are design principles when applied together intends to make it more likely that a programmer will create a system that is easy to maintain and extend over time.

	S - Single responsibility – A class should have only one reason to... <a href='http://techtalk.aravinda.in/oo-design-principles-solid.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>OO Design Principles YAGNI, KISS &amp; DRY</title>
      <link>http://techtalk.aravinda.in/oo-design-principles-yagni-kiss-dry.aspx</link>
      <pubDate>Mon, 31 Jan 2011 12:52:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/oo-design-principles-yagni-kiss-dry.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/oo-design-principles-yagni-kiss-dry.aspx</comments>
      <description><![CDATA[
	YAGNI Principle:

	"You ain't gonna need it" (acronym: YAGNI) is the principle in extreme programming that programmers should not add functionality until it is necessary. Conversely you should not write a test that drives you to develop code... <a href='http://techtalk.aravinda.in/oo-design-principles-yagni-kiss-dry.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Service Broker Queue v/s MSMQ</title>
      <link>http://techtalk.aravinda.in/service-broker-queue-vs-msmq.aspx</link>
      <pubDate>Wed, 26 Jan 2011 13:43:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/service-broker-queue-vs-msmq.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/service-broker-queue-vs-msmq.aspx</comments>
      <description><![CDATA[
	 

	
		
			
				 
			
				MSMQ
			
				Service Broker Queue
		
		
			
				Deployment
			
				MSMQ is a Windows component.
				MSMQ requires deployment of MSMQ on the client (part of OS, but optional install).
			
				SSB is a... <a href='http://techtalk.aravinda.in/service-broker-queue-vs-msmq.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Advantages of Service Broker queue</title>
      <link>http://techtalk.aravinda.in/advantages-of-service-broker-queue.aspx</link>
      <pubDate>Mon, 10 Jan 2011 11:36:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/advantages-of-service-broker-queue.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/advantages-of-service-broker-queue.aspx</comments>
      <description><![CDATA[
	
		High Availability. Service Broker is built into the database, so the database high availability and disaster recoverability solution you already have implemented will automatically pick up your messaging solution too. Your cluster or database ... <a href='http://techtalk.aravinda.in/advantages-of-service-broker-queue.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Do Session use Cookies?</title>
      <link>http://techtalk.aravinda.in/do-session-use-cookies.aspx</link>
      <pubDate>Sun, 19 Dec 2010 01:55:55 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/do-session-use-cookies.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/do-session-use-cookies.aspx</comments>
      <description><![CDATA[
	Cookies and Session State

	
		When a user navigates to your site, the server establishes a unique session for that user that lasts for the duration of the user's visit. For each session, ASP.NET maintains session state information where... <a href='http://techtalk.aravinda.in/do-session-use-cookies.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Asp.net quick tips</title>
      <link>http://techtalk.aravinda.in/aspnet-quick-tips.aspx</link>
      <pubDate>Mon, 13 Dec 2010 15:25:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/aspnet-quick-tips.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/aspnet-quick-tips.aspx</comments>
      <description><![CDATA[
	
		While testing, you can have emails sent to a folder on your computer instead of an SMTP server. Put this in your web.config:


	 

	&lt;system.net&gt;

	  &lt;mailSettings&gt;

	    &lt;smtp... <a href='http://techtalk.aravinda.in/aspnet-quick-tips.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>How to avoid scripters trying to hit webserver repeatedly for scraping etc.</title>
      <link>http://techtalk.aravinda.in/how-to-avoid-scripters-trying-to-hit-webserver-repeatedly-for-scraping-etc.aspx</link>
      <pubDate>Fri, 10 Dec 2010 14:23:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/how-to-avoid-scripters-trying-to-hit-webserver-repeatedly-for-scraping-etc.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/how-to-avoid-scripters-trying-to-hit-webserver-repeatedly-for-scraping-etc.aspx</comments>
      <description><![CDATA[
	Log and identify any repeat hitters.

	Put the IPs into an in-memory LRU counting hash (increment and push to top every time an IP comes back). Add heuristics based on reverse IP info, activity, image/js/cookie downloads. Scale your response by ... <a href='http://techtalk.aravinda.in/how-to-avoid-scripters-trying-to-hit-webserver-repeatedly-for-scraping-etc.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>Some Tips for enforcing security for  Web Services</title>
      <link>http://techtalk.aravinda.in/some-tips-for-enforcing-security-for--web-services.aspx</link>
      <pubDate>Wed, 08 Dec 2010 14:04:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/some-tips-for-enforcing-security-for--web-services.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/some-tips-for-enforcing-security-for--web-services.aspx</comments>
      <description><![CDATA[
	Some Tips for enforcing security for Web Services

	
		Have request signatures to include features like incorporating a timestamp of request which will help guard against both accidental and malicious request replaying.
	
		Use HTTP Basic... <a href='http://techtalk.aravinda.in/some-tips-for-enforcing-security-for--web-services.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
    <item>
      <title>SQL Server tips for Quick DB programing.</title>
      <link>http://techtalk.aravinda.in/sql-server-tips-for-quick-db-programing.aspx</link>
      <pubDate>Sun, 05 Dec 2010 13:15:00 GMT</pubDate>
      <guid>http://techtalk.aravinda.in/sql-server-tips-for-quick-db-programing.aspx</guid>
      <author>aravinda</author>
      <comments>http://techtalk.aravinda.in/sql-server-tips-for-quick-db-programing.aspx</comments>
      <description><![CDATA[
	
		Use Tools like Red Gate's SQL Prompt,ssmstoolspack( http://www.ssmstoolspack.com/Main.aspx  ) and SQL Inform free (online) tool for formatting long procedures.
	
		Use Key board shortcuts


	F5 or Ctrl + E or Alt + x - execute TSQL... <a href='http://techtalk.aravinda.in/sql-server-tips-for-quick-db-programing.aspx'>read more</a><div>&nbsp;</div>]]></description>
    </item>
  </channel>
</rss>
