<?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/"
	>

<channel>
	<title>Nagarro Blog &#187; .Net</title>
	<atom:link href="http://www.nagarro.com/blog/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nagarro.com/blog</link>
	<description>Nagarro blog: software development, design, architecture and usability</description>
	<lastBuildDate>Mon, 26 Dec 2011 18:09:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sending emails from your application using Amazon Simple Email Service`</title>
		<link>http://www.nagarro.com/blog/sending-emails-from-your-application-using-amazon-simple-email-service/</link>
		<comments>http://www.nagarro.com/blog/sending-emails-from-your-application-using-amazon-simple-email-service/#comments</comments>
		<pubDate>Mon, 09 May 2011 14:19:11 +0000</pubDate>
		<dc:creator>Vaibhav Gadodia</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Amazon SES]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/sending-emails-from-your-application-using-amazon-simple-email-service/</guid>
		<description><![CDATA[At Nagarro, we are big fans of Amazon (even with all it&#8217;s fallibilities), and when Amazon launched SES, we couldn&#8217;t be happier. SES stands for Simple Email Service. It is a scalable and reliable mechanism for sending mass email at very low prices. We often have the need to send email through applications that we [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/sending-emails-from-your-application-using-amazon-simple-email-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little bit about the .Net Micro Framework</title>
		<link>http://www.nagarro.com/blog/a-little-bit-about-the-net-micro-framework/</link>
		<comments>http://www.nagarro.com/blog/a-little-bit-about-the-net-micro-framework/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 18:14:40 +0000</pubDate>
		<dc:creator>Vaibhav Gadodia</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[.Net Micro Framework]]></category>
		<category><![CDATA[Embedded Systems]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/a-little-bit-about-the-net-micro-framework/</guid>
		<description><![CDATA[ Traditionally, software development for devices that are constrained on resources has been limited to using C/C++ languages which allow for generation of highly optimized code for the device. Higher level languages and frameworks such as C#/.Net provide a lot of productivity gains that have not been translated to an embedded systems programming environment. However, [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/a-little-bit-about-the-net-micro-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagarro Empowers HKMP Technologies to Secure Strategic Sales Win</title>
		<link>http://www.nagarro.com/blog/nagarro-empowers-hkmp-technologies-to-secure-strategic-sales-win/</link>
		<comments>http://www.nagarro.com/blog/nagarro-empowers-hkmp-technologies-to-secure-strategic-sales-win/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:46:47 +0000</pubDate>
		<dc:creator>Vishal Gauri</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=640</guid>
		<description><![CDATA[At Nagarro we pride ourselves on taking a personal interest not just in the success of each project, but also in the success of each customer. So when one of our custom software products directly benefits a customer’s bottom line, that’s about as good as it gets for us. As you can see from Nagarro’s [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/nagarro-empowers-hkmp-technologies-to-secure-strategic-sales-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case study: load balancing high transaction volume databases</title>
		<link>http://www.nagarro.com/blog/case-study-load-balancing-high-transaction-volume-databases/</link>
		<comments>http://www.nagarro.com/blog/case-study-load-balancing-high-transaction-volume-databases/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:33:10 +0000</pubDate>
		<dc:creator>Girish Chhabra</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[database scaling]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/case-study-load-balancing-high-transaction-volume-databases/</guid>
		<description><![CDATA[Recently, while working on a SQL server optimization project, we had the opportunity to look into one interesting problem. We had a huge database (to the tune of 800GB) which was being hammered with approximately 30000 transactions per second. Database load was expected to grow by a factor of 100 in coming days and the [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/case-study-load-balancing-high-transaction-volume-databases/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>.NET Reflection: The untouchable? No, not at all.</title>
		<link>http://www.nagarro.com/blog/net-reflection-the-untouchable-no-not-at-all/</link>
		<comments>http://www.nagarro.com/blog/net-reflection-the-untouchable-no-not-at-all/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 14:08:25 +0000</pubDate>
		<dc:creator>Vikas Burman</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Concepts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/net-reflection-the-untouchable-no-not-at-all/</guid>
		<description><![CDATA[I am a big fan of .NET reflection. However most often you will hear more of critics than praise. The biggest of all &#8220;It’s slow.&#8221; Web is full of cautions and warnings telling you not to use it. Some will go as far as saying that if you care for performance, do not even think [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/net-reflection-the-untouchable-no-not-at-all/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A better way to test email sending functionality is to use your own SMTP Server</title>
		<link>http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/</link>
		<comments>http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 07:09:14 +0000</pubDate>
		<dc:creator>Vaibhav Gadodia</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tools and Utilities]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[SMTP Server]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/</guid>
		<description><![CDATA[A large number of applications today have some kind of a notification mechanism built-in. More often than not, an email is used to send these notifications. Typically, while developing these applications, developers use their own inbox to send notifications to. Or they setup some dummy account to send test emails to; or sometimes they might [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/a-better-way-to-test-email-sending-functionality-is-to-use-your-own-smtp-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Ado.Net Entity Framework v2, are we there yet?</title>
		<link>http://www.nagarro.com/blog/the-adonet-entity-framework-v2-are-we-there-yet/</link>
		<comments>http://www.nagarro.com/blog/the-adonet-entity-framework-v2-are-we-there-yet/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 10:11:48 +0000</pubDate>
		<dc:creator>Vaibhav Gadodia</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Ado.Net]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/the-adonet-entity-framework-v2-are-we-there-yet/</guid>
		<description><![CDATA[At Nagarro, we are always looking to stay tuned into upcoming technology (of all types &#8211; gadgets to frameworks); and the current flavor is of course Visual Studio 2010 and .Net Framework 4. We have been trying out the beta and the earlier preview versions of VS2010, however, that is not the topic of this [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/the-adonet-entity-framework-v2-are-we-there-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the features of the .Net framework to implement good coding patterns</title>
		<link>http://www.nagarro.com/blog/use-the-features-of-the-net-framework-to-implement-good-coding-patterns/</link>
		<comments>http://www.nagarro.com/blog/use-the-features-of-the-net-framework-to-implement-good-coding-patterns/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 21:55:02 +0000</pubDate>
		<dc:creator>Ramesh Soni</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[event processing]]></category>
		<category><![CDATA[IDisposable]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=200</guid>
		<description><![CDATA[In our haste to finish the coding of a given application, we often overlook great little techniques which can be deployed to ensure best practices in code. And since one of the best ways to learn is by example, we will walk through a very common block of code that is found in almost all [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/use-the-features-of-the-net-framework-to-implement-good-coding-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application programming in the era of multicore processors</title>
		<link>http://www.nagarro.com/blog/application-programming-in-the-era-of-multicore-processors/</link>
		<comments>http://www.nagarro.com/blog/application-programming-in-the-era-of-multicore-processors/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 20:44:55 +0000</pubDate>
		<dc:creator>Abhijat Vatsyayan</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools and Utilities]]></category>
		<category><![CDATA[Concurrent programming]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=142</guid>
		<description><![CDATA[Computer chip manufacturers cannot keep on increasing the clock speed indefinitely to make their processors faster. They seem to have already reached the limit (on clock speed) and have started putting multiple independent processing cores on a single chip to increase the computational capacity. As most systems start running on processors with tens of cores (if [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/application-programming-in-the-era-of-multicore-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A readymade caching solution for scalable .Net applications</title>
		<link>http://www.nagarro.com/blog/shared-cache/</link>
		<comments>http://www.nagarro.com/blog/shared-cache/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 11:36:08 +0000</pubDate>
		<dc:creator>Vikas Gandhi</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Tools and Utilities]]></category>
		<category><![CDATA[caching]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/?p=133</guid>
		<description><![CDATA[One of the challenges of scaling out applications through server farms is the need to share memory artifacts (session and cache). There are of course many techniques which can be employed. As always, looking around the Internet  reveals that there are good solutions already available.
Recently, I evaluated SharedCache, which according to their website is a [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/shared-cache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Log your exceptions to the cloud</title>
		<link>http://www.nagarro.com/blog/an-alternative-way-to-do-exception-logging/</link>
		<comments>http://www.nagarro.com/blog/an-alternative-way-to-do-exception-logging/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:58:04 +0000</pubDate>
		<dc:creator>Vaibhav Gadodia</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Exception Logging]]></category>

		<guid isPermaLink="false">http://www.nagarro.com/blog/an-alternative-way-to-do-exception-logging/</guid>
		<description><![CDATA[Exception Logging is always an interesting problem to solve. Depending on your needs you may have a simple log statement which writes to a text file, or you may need to have a full-fledged exception management module which logs exceptions to the database, categorized them, and generates notifications. There is no single solution for how [...]]]></description>
		<wfw:commentRss>http://www.nagarro.com/blog/an-alternative-way-to-do-exception-logging/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

