<?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>EvereQ &#187; .NET</title>
	<atom:link href="http://blog.evereq.com/blog/index.php/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evereq.com/blog</link>
	<description>Everything reQuired</description>
	<lastBuildDate>Sun, 11 Jul 2010 08:35:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET MVC Controller action being called twice issues</title>
		<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/</link>
		<comments>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 08:35:23 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[FF]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[twice]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=683</guid>
		<description><![CDATA[Your ASP.NET MVC controller action (same action) called multiply times?
Here is a main &#8220;check&#8221; list for you:

Check that you don&#8217;t have any image or another elements in View with empty src attribute (&#60;img src=&#8221;" /&#62; for example) or have src attribute referencing something that no longer existed. You better check directly in browser &#8220;Page Source&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<p>Your ASP.NET MVC controller action (same action) called multiply times?</p>
<p>Here is a main &#8220;check&#8221; list for you:</p>
<ul>
<li>Check that you don&#8217;t have any image or another elements in View with empty src attribute (&lt;img src=&#8221;" /&gt; for example) or have src attribute referencing something that no longer existed. You better check directly in browser &#8220;Page Source&#8221;, than in View itself due to possibility of some &#8220;dynamic&#8221; issues when View rendered. Ones you found such empty element in page html source its usually trivial to found same element in your view and fix issue.</li>
<li>Check that you don&#8217;t have any ajax calls referencing an empty URL (browsers will interpret such empty url as current page and request current page again make controller action execute few times)</li>
<li>You forgot to return &#8220;false&#8221; from JavaScript click event handler for link or button that makes AJAX call. If you forget &#8220;return false&#8221; browser simply made default action of the link &#8211; regular, non AJAX, call to same page)</li>
<li>Sometimes Firebug and YSlow Firefox (FF) plugins can cause such issues&#8230; Just temporary disable them in FF or check in different browser.</li>
</ul>
<p>Know another reason? Let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FXCop10 &#8211; free code analysis tool from Microsoft</title>
		<link>http://blog.evereq.com/blog/index.php/2010/06/fxcop10-free-code-analysis-tool-from-microsoft/</link>
		<comments>http://blog.evereq.com/blog/index.php/2010/06/fxcop10-free-code-analysis-tool-from-microsoft/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 20:00:11 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[code analysis]]></category>
		<category><![CDATA[FxCop]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=672</guid>
		<description><![CDATA[For developers that just cannot get Visual Studio Premium, but still want to use some code analysis tool, I would recommend to take a look into new version of FXCop 10 from Microsoft.
Now it&#8217;s a part of official  Microsoft Windows SDK for Windows 7 and .NET Framework 4. You can download it for your version [...]]]></description>
			<content:encoded><![CDATA[<p>For developers that just cannot get Visual Studio Premium, but still want to use some code analysis tool, I would recommend to take a look into new version of FXCop 10 from Microsoft.</p>
<p>Now it&#8217;s a part of official  Microsoft Windows SDK for Windows 7 and .NET Framework 4. You can download it for your version of OS (x86, x64 etc) from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=35AEDA01-421D-4BA5-B44B-543DC8C33A20&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=35AEDA01-421D-4BA5-B44B-543DC8C33A20&amp;displaylang=en</a></p>
<p>After you install SDK, just go to %<em>ProgramFiles</em>%\Microsoft SDKs\Windows\v7.1\Bin\FXCop folder and run setup for FXCop from here.</p>
<p>Ah, and be sure &#8211; new version support both .NET 2.0 / 3.5 and latest 4.0!</p>
<p>Hope this helps somebody <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2010/06/fxcop10-free-code-analysis-tool-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The November version of the Windows Azure SDK and Tools</title>
		<link>http://blog.evereq.com/blog/index.php/2009/11/the-november-version-of-the-windows-azure-sdk-and-tools/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/11/the-november-version-of-the-windows-azure-sdk-and-tools/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 07:53:44 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[ADO.NET Data Services]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Client Library]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Diagnostics]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[StorageClient]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=520</guid>
		<description><![CDATA[Download them here.
New in the November 2009 SDK (quote from Microsoft Windows Azure team newsletter):

Windows Azure Service Runtime managed library: The latest version of the Service Hosting Runtime API includes support for enhanced communication between roles and for runtime notification of service configuration changes. Direct communication between role instances enables new application development scenarios, including applications [...]]]></description>
			<content:encoded><![CDATA[<p>Download them <a style="color: #2a5db0;" href="http://go.microsoft.com/fwlink/?LinkID=128752" target="_blank">here</a>.</p>
<p><strong>New in the November 2009 SDK (quote from Microsoft Windows Azure team newsletter):</strong></p>
<ul>
<li style="margin-left: 15px;"><strong>Windows Azure Service Runtime managed library</strong>: The latest version of the Service Hosting Runtime API includes support for enhanced communication between roles and for runtime notification of service configuration changes. Direct communication between role instances enables new application development scenarios, including applications that distribute state across role instances. Service configuration changes include an increase or decrease in the number of request role instances and changes to the values of configuration settings.</li>
<li style="margin-left: 15px;"><strong>Windows Azure Diagnostics managed library</strong>: The new Diagnostics API enables logging using standard .NET APIs. The Diagnostics API provides built-in support for collecting standard logs and diagnostic information, including the Windows Azure logs, IIS 7.0 logs, Failed Request logs, crash dumps, Windows Event logs, performance counters, and custom logs.</li>
<li style="margin-left: 15px;"><strong>Certificate Management</strong>: Enhanced support for SSL certificates in Windows Azure and in the Windows Azure SDK enables the secure automated deployment of certificates to services hosted on Windows Azure.</li>
<li style="margin-left: 15px;"><strong>Variable-size Virtual Machines</strong> : Developers may now specify the size of the virtual machine to which they wish to deploy a role instance, based on the role&#8217;s resource requirements. The size of the VM determines the number of CPU cores, the memory capacity, and the local file system size allocated to a running instance.</li>
<li style="margin-left: 15px;"><strong>External endpoints for worker roles.</strong> A worker role may now define any number of external endpoints for HTTP, HTTPS, and TCP, and specify the desired port number for any external endpoint.</li>
<li style="margin-left: 15px;"><strong>Persistent local resource storage</strong>: Developers can now choose to persist data written to a local storage resource at runtime when the role is recycled.</li>
<li style="margin-left: 15px;"><strong>Windows Azure Storage Client managed library</strong>: The Storage Client library provides a .NET API for accessing the Windows Azure storage services.</li>
<li style="margin-left: 15px;"><strong>Improved Development Storage</strong>: Development storage provides a high-fidelity simulation of the Windows Azure storage services in the cloud. Tables can now be created dynamically in the development storage Table service and are no longer required to be generated in advance.</li>
<li style="margin-left: 15px;"><strong>Updated samples</strong>: The samples included with the Windows Azure SDK have been updated to demonstrate new features. The samples now include both C# and Visual Basic versions.</li>
</ul>
<p>As we can see &#8211; a lot of improvements and new features introduced in this release. I will made review of them right after will have time to check (hopefully today later)! In any case, glad that MS improve Azure SDK so quickly!</p>
<p><strong>Update: </strong>after installation and first review, I found following:</p>
<ul>
<li>It seems like Microsoft finally have &#8220;official&#8221; Client library for Azure Storage. The name is same like from samples before, i.e. &#8220;StorageClient&#8221;, but now it is in &#8220;Microsoft.WindowsAzure.StorageClient&#8221; namespace, not like &#8220;Microsoft.Samples.ServiceHosting.StorageClient&#8221; that was before! It is also VERY extended and improved, so if you going to use Azure Storage, for sure you need to use this library (and I am also going to use it in my EvejobAzNET project) &#8211; it give you access to Blob Service, Queue Service and Table Service! Sure like before, it is possible to use simple .NET Client Library for ADO.NET Data Services (and new library use it inside anyway, just check that it reference System.Data.Services.Client library inside)&#8230; But with official Azure Storage Client library a lot of tasks become much more simple! You can found this library (*.dll) in &#8220;c:\Program Files\Windows Azure SDK\v1.0\ref\&#8221; folder, together with other useful binaries!</li>
<li>It is possible now to use another &#8220;official&#8221; library to get programmatic access to most of functionality available before only from Azure Developer Portal (and actually I don&#8217;t know why, but for some reasons Portal works and looks not best way! You can google, A LOT of people complain about issues with this!).</li>
<li>A new Library for Logging and Diagnostic functionality was added to SDK (Microsoft.WindowsAzure.Diagnostics namespace) <strong>- </strong>feel free to review samples in SDK (zip archives available in root folder of SDK installation, i.e. in C:\Program Files\Windows Azure SDK\v1.0 by default &#8211; samples-cs.zip for C# version and samples-vb.zip for VB version)</li>
<li>A lot of other improvements / features was added that relate mostly to development / production environment (Visual Studio Azure support, new release of Development Fabric etc) &#8211; they not change significantly your code / application design, instead of features described above that I highly recommend to review in case if you develop for Azure!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/11/the-november-version-of-the-windows-azure-sdk-and-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon AWS Big News for developers</title>
		<link>http://blog.evereq.com/blog/index.php/2009/11/amazon-aws-big-news-for-developers/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/11/amazon-aws-big-news-for-developers/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 10:16:22 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=515</guid>
		<description><![CDATA[Because I build some projects with support of Cloud deployment scenarios  (currently for Google App Engine and Microsoft Azure) and I am sure that best Web software must be ready to be deployed in Cloud(s), it was very interesting to read latest announcement from Amazon: &#8220;&#8230; AWS Software Development Kit (SDK) for .NET Now [...]]]></description>
			<content:encoded><![CDATA[<p>Because I build some projects with support of Cloud deployment scenarios  (currently for Google App Engine and Microsoft Azure) and I am sure that best Web software must be ready to be deployed in Cloud(s), it was very interesting to read latest <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3055&amp;categoryID=42" target="_blank">announcement</a> from Amazon: &#8220;&#8230; <a href="http://aws.amazon.com/sdkfornet/" target="_blank">AWS Software Development Kit (SDK) for .NET</a> Now Available&#8230; &#8220;.</p>
<p>Sure it&#8217;s just a beginning for Amazon in development of real .NET SDK, but even with this version we can quickly build .NET applications that tap into AWS Cloud.   Yes,  even before developers have good libraries to build such applications, but now looks like we have first &#8220;standard&#8221; API from Amazon and this fact is very important!</p>
<p>For example, for Ruby there is no such official SDK (or Ruby gem), and developers can choice from few available gems (<a href="http://github.com/rightscale/right_aws" target="_blank">right_aws</a>, <a href="http://github.com/grempe/amazon-ec2" target="_blank">amazon-ec2</a> or <a href="http://amazon.rubyforge.org/">AWS:S3</a> to name just few).  The same situation for Java - available a lot of &#8220;community&#8221; libraries, but no official SDK&#8230; (ok, ok, for Java we have at least official <a href="http://aws.amazon.com/eclipse/" target="_blank">AWS Toolkit for Eclipse</a>, but Toolkit it is not SDK!!!).</p>
<p>But why it is important to have official &#8220;language specific&#8221; SDK?</p>
<p>Well, first of all, now because Amazon have few BIG rivals, like Google App Engine (and we know that Google DO have official SDKs, more so, for both Python and Java!) and Microsoft Azure (sure Microsoft always have SDKs &#8211; it a BIG plus for Microsoft!).</p>
<p>Also it is important for developers, so they know that if they take some library and put this library as &#8220;base&#8221; for communications with a Cloud, they will not need to dial with changes in API in case of library author decide to drop development! It is important to have SDK that will be up to date with company services (Amazon in our case), just because we developers want to be SAFE! Sure it is good if there are a lot of open source libraries that EXTEND SDK some way, but it&#8217;s just &#8220;add-ons&#8221; and can&#8217;t replace real official SDK!</p>
<p>So it is really BIG day for Amazon and .NET developers &#8211; first official &#8220;language specific&#8221; SDK, and for .NET!!! What will be answer from Microsoft Azure that is still in &#8220;Beta&#8221;? <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Note: in this post I mean &#8220;language specific&#8221; SDK, not just common SDK that list API for Web Services  with samples how to use them for example, etc&#8230; Because most of they time developers dial with some specific language, it is important for services like AWS to provide language specific SDKs so developers can really quickly and &#8220;safely&#8221; create applications using such &#8220;language specific&#8221; SDKs! Hope you understand what I mean <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/11/amazon-aws-big-news-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable IIS7 with ASP.NET and WCF HTTP Activation in Windows 7 for Azure / WCF Development</title>
		<link>http://blog.evereq.com/blog/index.php/2009/10/enable-iis7-with-asp-net-and-wcf-http-activation-in-windows-7-for-azure-wcf-development/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/10/enable-iis7-with-asp-net-and-wcf-http-activation-in-windows-7-for-azure-wcf-development/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:10:40 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF Http Activation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/?p=214</guid>
		<description><![CDATA[In Windows 7, Go to Control Panel \ All Control Panel Items \ Programs and Features
Press &#8220;Turn Windows features on or off&#8221; and make sure that you select following features:

Under Internet Information Services make sure that you select available options (including options in sub nodes), that you going to use. Usually it is everything, except [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows 7, Go to Control Panel \ All Control Panel Items \ Programs and Features</p>
<p>Press &#8220;Turn Windows features on or off&#8221; and make sure that you select following features:</p>
<ul>
<li>Under Internet Information Services make sure that you select available options (including options in sub nodes), that you going to use. Usually it is everything, except probably ASP (but make sure you select ASP.NET instead), CGI (if you going to use any CGI development, PHP for example, you need to select this feature), Server-Side Includes, FTP Server (if you not need to setup own FTP Server) etc:</li>
</ul>
<p><img class="alignnone size-full wp-image-215" title="WindowsFeatures" src="http://blog.evereq.com/wp-content/uploads/2009/10/WindowsFeatures.png" alt="WindowsFeatures" width="467" height="543" /></p>
<ul>
<li>Make sure you select Windows Communication Foundation HTTP Activation and Non-HTTP Activation features (features used for example for Azure or WCF development) &#8211; see illustration above</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/10/enable-iis7-with-asp-net-and-wcf-http-activation-in-windows-7-for-azure-wcf-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 32bit vs 64bit</title>
		<link>http://blog.evereq.com/blog/index.php/2009/10/windows-32bit-vs-64bit/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/10/windows-32bit-vs-64bit/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:00:05 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Out of memory]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[Sessions]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/?p=61</guid>
		<description><![CDATA[if you have 64 bit version of Microsoft Windows (2008, 7 or 2003) it seems like it&#8217;s good idea to setup this version (instead of 32 bit) on both developer machine and production servers if you select .NET platform for your Web application and IIS as your hosting solution.
Here are some reasons why:
1) Serialization works [...]]]></description>
			<content:encoded><![CDATA[<p>if you have 64 bit version of Microsoft Windows (2008, 7 or 2003) it seems like it&#8217;s good idea to setup this version (instead of 32 bit) on both developer machine and production servers if you select .NET platform for your Web application and IIS as your hosting solution.</p>
<p>Here are some reasons why:<br />
1) Serialization works much better on 64 bit OS in processes that hosted by IIS (at least for IIS 6,7,7.5). Means that if you want to serialize huge object (for example DataTable) in 32 bit OS you can get &#8220;Out Of memory&#8221; exception, while on 64 bit OS this works fine! As probably you know, IIS process on 32 bit OS can be practically maximum about 1200Mb size (while theoretically maximum is 2Gb for 32 bit OS) and for some scenarios this can be a not enough (for example if you going to use in-memory / in-process cache etc)<br />
2) If you develop your system on 64 bit OS, you can be sure that it will work well on both 32 bit and 64 bit OS (at least you can check how it works). Usually problems start coming if you develop and test on 32 bit and than decide to host under 64 bit OS&#8230;. So why not to avoid this? Cost of both 32 bit and 64 bit OS usually is the same (at least for MS products), so if you don&#8217;t have some specific requirements (for example some of your library does not works under 64 bit machine) it looks like make sense to go with 64 bit!<br />
3) In latest Server OS Windows 2008 R2, Microsoft removes 32 bit support and this version available only as 64 bit OS. That is why it looks like now make sense also to move to 64 bit on developer machine!</p>
<p>So, I found for myself following best software combination available today to develop / host .NET Web Application:</p>
<p>1) Developer Machine: Windows 7 Professional / Ultimate / Enterprise 64 bit with at least 8Gb PC memory (as you probably will want to run some virtual machines, your ReSharper will eat a log of memory in whole solution analyzing mode, Visual studio process can grow to 1Gb itself, Microsoft SQL Server same etc)</p>
<p>2) Hosting Server: Windows 2008 R2 (64 bit) with at least 4Gb memory even if you enable only IIS here (i.e. use server just as Web Server, but not as SQL Server etc), but use huge Sessions objects (not recommended, unless you already have stupid code that do so) or in memory (in process) huge Cache (ASP.NET or for example EntLib Cache etc).   </p>
<p>Using such combination you will avoid a lot of problems with &#8220;Out of memory&#8221; related issues! </p>
<p>P.S. yes, yes, I know &#8211; instead of &#8220;Out of Memory&#8221; issue, you will get a lot of problems to make some soft working well under 64 bit (problems with Paths, dll versions etc). But  time that you spend to fix all this setup issues, will save you much more time with Visual Studio (or other soft) crashes or when you go live with your application and get 100 times per day same &#8220;out of memory&#8221; in your logs! I don&#8217;t speak here about performance benefits here (if they exists at all) &#8211;  it make sense to create special post for this! </p>
<p>P.P.S. sure thing, if you get such &#8220;out of memory&#8221; exceptions it is problems in your code (or in Microsoft code in some cases, like Visual Studio for example, but anyway it&#8217;s your fault! <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) and you do something bad&#8230; In most cases you can change design and avoid such issues (split huge objects to smaller, don&#8217;t store in sessions or cache huge objects graphs, etc). In some cases you simply cannot change anything &#8211; it&#8217;s by requirements this way or you just have old stupid code that you need quickly to fix! In such cases, moving to 64 bit environment can be good temporary solution that will give you time to improve design / coding discipline! Just be worried &#8211; if you don&#8217;t change yourself &#8211; you will end up with same out of memory exceptions on 64 bit OS (store all 100Gb database  as one huge serialized dataset in memory cache for example <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ha ha&#8230; I see something like this before really!) </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/10/windows-32bit-vs-64bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 and Microsoft SQL Server 2008 Installation order</title>
		<link>http://blog.evereq.com/blog/index.php/2009/10/visual-studio-2008-and-microsoft-sql-server-2008-installation-order/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/10/visual-studio-2008-and-microsoft-sql-server-2008-installation-order/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 12:03:02 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/?p=39</guid>
		<description><![CDATA[Based on my experience, I suggest to install .NET developer environment in following order:
1) Microsoft SQL Server 2008 (Express with Tools or Express with Advanced Services minimum, as you probably will want to use at least Management Studio after installation&#8230; Sure if you have developer, standard or enterprise versions just install them)
2) Visual Studio 2008
3) Service [...]]]></description>
			<content:encoded><![CDATA[<p>Based on my experience, I suggest to install .NET developer environment in following order:</p>
<p>1) Microsoft SQL Server 2008 (Express with Tools or Express with Advanced Services minimum, as you probably will want to use at least Management Studio after installation&#8230; Sure if you have developer, standard or enterprise versions just install them)</p>
<p>2) Visual Studio 2008</p>
<p>3) Service Packs for Visual Studio and Service Packs for SQL Server (order here i think simply does not make any difference)</p>
<p>If you install SQL Server and Visual Studio in wrong order (i.e. Visual Studio and than SQL Server), you will probably have at least issues with Management Studio 2008 installation (update from Management Studio 2005) together with other &#8217;small&#8217;, but time consuming issues&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/10/visual-studio-2008-and-microsoft-sql-server-2008-installation-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
