<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for michielvoo</title><link>http://disqus.com/by/michielvoo/</link><description></description><atom:link href="http://disqus.com/michielvoo/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 26 Oct 2017 16:32:44 -0000</lastBuildDate><item><title>Re: Git staging demystified – Michiel van Oosterhout</title><link>https://michielvoo.net/2017/10/15/git-staging-demystified/#comment-3586287729</link><description>&lt;p&gt;Hi Dmitriy, thank you. I may write another post about commit and tree objects.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Thu, 26 Oct 2017 16:32:44 -0000</pubDate></item><item><title>Re: PostgreSQL Rising</title><link>http://wekeroad.com/2012/07/19/postgresql-rising#comment-593049336</link><description>&lt;p&gt;  Hey Rob,&lt;/p&gt;&lt;p&gt;Just watched the NDC presentation, good introduction, thanks!&lt;/p&gt;&lt;p&gt;Back in school some years ago, Postgres was seen as very powerful but not that easy to get up and running with. Courses would default to MySQL, but we played with Postgres anyway. Because most of us were using Windows, the lack of GUI tools made it seem more difficult. But the image we had of it was definitely that Postgres was 'for serious stuff', like if we ever got out into the real world, we would probably apply our skills to Postgres rather than MySQL. Of course, in reality, I got into .NET so I have only used SQL Server for real.&lt;/p&gt;&lt;p&gt;The (nolock) part is interesting, I haven't a whole lot of experience with EF, so I wonder: can you opt out of its default (nolock) behavior? I think in SQL Server you can get what you need by using isolation levels? But then again, I am not sure how you'd do that when using an ORM like EF.&lt;/p&gt;&lt;p&gt;Postgres inheritance is really cool, because it works in inserts and updates as well. Types and arrays, I see the value, but I can't help but think of a document database when looking at that part of the presentation. Like RavenDB? I guess it smells like 'nosql', especially when you add plv8 to use JavaScript... so maybe Postgres it on its way to become the best of both worlds?&lt;/p&gt;&lt;p&gt;Another thing I noticed in the presentation: Sequel Pro seems like it has a better GUI than Navicat, wouldn't you agree?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Fri, 20 Jul 2012 06:57:00 -0000</pubDate></item><item><title>Re: A Simple Example That&amp;#8217;s Incredibly Complex</title><link>http://wekeroad.com/post/7102729511#comment-239534013</link><description>&lt;p&gt;A case of l'art pour l'art, except these patterns aren't art and thus shouldn't exist just because they can.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Fri, 01 Jul 2011 04:17:19 -0000</pubDate></item><item><title>Re: ASP.NET Deployment Needs To Be Fixed</title><link>http://wekeroad.com/post/4373719917#comment-221418599</link><description>&lt;p&gt;Could this be the solution to (y)our problem?&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.paulstovell.com/octopus/intro" rel="nofollow noopener" target="_blank" title="http://www.paulstovell.com/octopus/intro"&gt;http://www.paulstovell.com/...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Wed, 08 Jun 2011 14:28:14 -0000</pubDate></item><item><title>Re: NuGet Was The Star of MIX 11</title><link>http://wekeroad.com/post/4756446962#comment-188110745</link><description>&lt;p&gt;I didn't 'get' NuGet until I saw Phil Haack demo it at McvConf, at which point I was impressed how it all fits together into a very coherent and well thought out approach to not only manage dependencies but also to distribute and share code.&lt;/p&gt;&lt;p&gt;Regarding your statement about pulling and packaging from source I have a thought about that related to .NET. I think that in .NET we are more inclined to push a specific version than to pull directly from the source. There's an idea that the specific version comes with more stability and fixed bugs. It's like when I commented here on a previous post about deployment where I was thinking about deploying only tagged and built versions, whereas you were thinking about deploying source directly from a branch or the trunk.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Wed, 20 Apr 2011 03:42:24 -0000</pubDate></item><item><title>Re: Getting Constructive On ASP.NET Deployment</title><link>http://wekeroad.com/post/4456244952#comment-181402295</link><description>&lt;p&gt;I don't think that pulling the source on the server is the right idea. If a developer is tasked with getting v1.3 up and running, shouldn't the developer take care to create a tag in the repository, check that out and deploy from there? With the benefit that the repository already supports hooks, so it could kick off deployment for every tag that is created (but then we are back to push instead of pull).&lt;/p&gt;&lt;p&gt;I also wonder what you mean by unneeded code files, can you give an example?&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Sat, 09 Apr 2011 06:28:22 -0000</pubDate></item><item><title>Re: Using EntityFramework with ASP.NET MVC 3</title><link>http://wekeroad.com/post/4008520762#comment-169235780</link><description>&lt;p&gt;Hey, as long as you are writing the advanced examples MSDN can keep doing the easy examples.&lt;/p&gt;&lt;p&gt;Can you provide a link to the guidance you refer to, I'd like to read up on points 3 and 4 and I'm too lazy to search for it.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Mon, 21 Mar 2011 18:10:35 -0000</pubDate></item><item><title>Re: Hello World in Assembly</title><link>http://michielvoo.net/blog/hello-world-in-assembly/#comment-26174915</link><description>&lt;p&gt;That's awesome!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Thu, 17 Dec 2009 17:25:12 -0000</pubDate></item><item><title>Re: Hello World in Assembly</title><link>http://michielvoo.net/blog/hello-world-in-assembly/#comment-25897682</link><description>&lt;p&gt;Sure, have a look at my &lt;a href="http://michielvoo.net/blog/back-to-basics-creating-a-bootloader-from-scratch/" rel="nofollow noopener" target="_blank" title="http://michielvoo.net/blog/back-to-basics-creating-a-bootloader-from-scratch/"&gt;previous post&lt;/a&gt;. Have a look at the NASM documentation for more information.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Tue, 15 Dec 2009 16:44:20 -0000</pubDate></item><item><title>Re: Hello World in Assembly</title><link>http://michielvoo.net/blog/hello-world-in-assembly/#comment-25791766</link><description>&lt;p&gt;I used NASM to create the image.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Mon, 14 Dec 2009 16:33:57 -0000</pubDate></item><item><title>Re: Configuring Migrator.NET as an External Tool in Visual Studio using MSBuild</title><link>http://michielvoo.net/blog/configuring-migrator-net-as-an-external-tool-in-visual-studio-using-msbuild/#comment-14341049</link><description>&lt;p&gt;To be honest, I don't know how to unit test migrations. I'm guessing you could check the database to see if the schema is correct after running a migration. If you use a SQLite in-memory database the tests could run pretty fast. As far as injecting dependencies, perhaps you could run the migrations using a custom provider that you can check for consistency?&lt;/p&gt;&lt;p&gt;Interesting issue for sure but I wonder if there is real value in unit testing migrations though. When your code depends on the database schema, don't your integration tests cover that? I run migrations before (up) and after (down) my integration tests. If the integration tests succeed, there's no need to test the migrations. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Thu, 06 Aug 2009 09:51:55 -0000</pubDate></item><item><title>Re: Expressions vs. Statements, part 2: ASP.NET Code Block Types</title><link>http://michielvoo.net/blog/expressions-vs-statements-part-2-asp-net-code-block-types/#comment-13881404</link><description>&lt;p&gt;You're welcome, I'm glad you liked it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Tue, 04 Aug 2009 11:05:53 -0000</pubDate></item><item><title>Re: Configuring Migrator.NET as an External Tool in Visual Studio using MSBuild</title><link>http://michielvoo.net/blog/configuring-migrator-net-as-an-external-tool-in-visual-studio-using-msbuild/#comment-12652168</link><description>&lt;p&gt;I'm sorry, I can't reproduce the issue you are describing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Tue, 14 Jul 2009 17:10:31 -0000</pubDate></item><item><title>Re: Hello World in Assembly</title><link>http://michielvoo.net/blog/hello-world-in-assembly/#comment-12510694</link><description>&lt;p&gt;Hi! Unfortunately I don't have VMWare so I can't help you with that. Sorry! &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Sat, 11 Jul 2009 14:32:28 -0000</pubDate></item><item><title>Re: Hello World in Assembly</title><link>http://michielvoo.net/blog/hello-world-in-assembly/#comment-12317869</link><description>&lt;p&gt;I'm glad you found this helpful. I'm definitely going to write one more blog post about assembly programming, thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Wed, 08 Jul 2009 12:50:40 -0000</pubDate></item><item><title>Re: Back to Basics: Creating a Bootloader from Scratch</title><link>http://michielvoo.net/blog/back-to-basics-creating-a-bootloader-from-scratch/#comment-9857469</link><description>&lt;p&gt;Cool, changed it. Thanks! &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Sun, 24 May 2009 12:11:27 -0000</pubDate></item><item><title>Re: Back to Basics: Creating a Bootloader from Scratch</title><link>http://michielvoo.net/blog/back-to-basics-creating-a-bootloader-from-scratch/#comment-9810353</link><description>&lt;p&gt;Your welcome, glad you liked it! I just finished the follow-up post, &lt;a href="http://michielvoo.net/blog/hello-world-in-assembly/" rel="nofollow noopener" target="_blank" title="http://michielvoo.net/blog/hello-world-in-assembly/"&gt;Hello World in Assembly&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Fri, 22 May 2009 18:25:17 -0000</pubDate></item><item><title>Re: Configuring Migrator.NET as an External Tool in Visual Studio using MSBuild</title><link>http://michielvoo.net/blog/configuring-migrator-net-as-an-external-tool-in-visual-studio-using-msbuild/#comment-9258756</link><description>&lt;p&gt;Hi Harald,&lt;/p&gt;&lt;p&gt;the value you have entered in the Provider attribute is not valid, and the &lt;a href="http://code.google.com/p/migratordotnet/source/browse/trunk/src/Migrator/ProviderFactory.cs" rel="nofollow noopener" target="_blank" title="http://code.google.com/p/migratordotnet/source/browse/trunk/src/Migrator/ProviderFactory.cs"&gt;ProviderFactory&lt;/a&gt; can't instantiate a provider. Try &lt;code&gt;Provider="SqlServerCe"&lt;/code&gt;.&lt;/p&gt;&lt;p&gt;Hope that helps!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Tue, 12 May 2009 18:06:49 -0000</pubDate></item><item><title>Re: Setting up a minimal ASP.NET MVC project in Visual Studio, part 3</title><link>http://michielvoo.net/blog/setting-up-a-minimal-asp-net-mvc-project-in-visual-studio-part-3/#comment-8903142</link><description>&lt;p&gt;The source is attached to part 1. You can download it &lt;a href="http://michielvoo.net/files/media/file/Mvc.zip" rel="nofollow noopener" target="_blank" title="http://michielvoo.net/files/media/file/Mvc.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Fri, 01 May 2009 14:53:55 -0000</pubDate></item><item><title>Re: Migrator.NET and MSBuild configuration tips</title><link>http://michielvoo.net/blog/migrator-net-and-msbuild-configuration-tips/#comment-8013139</link><description>&lt;p&gt;Hi Dan,&lt;/p&gt;&lt;p&gt;thanks for stopping by. I run the migrations on my workstation which has SQL Server 2005 Developer Edition installed. I have not had this error. I did find the assembly you mentioned on my computer in the folder C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies and it's also present in the GAC.&lt;/p&gt;&lt;p&gt;Hope that helps, good luck!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Thu, 09 Apr 2009 14:38:04 -0000</pubDate></item><item><title>Re: Setting up a minimal ASP.NET MVC project in Visual Studio</title><link>http://michielvoo.net/blog/setting-up-a-minimal-asp-net-mvc-project-in-visual-studio/#comment-7955808</link><description>&lt;p&gt;Your welcome! Glad you liked it, don't forget to check &lt;a href="http://michielvoo.net/blog/setting-up-a-minimal-asp-net-mvc-project-in-visual-studio-part-3/" rel="nofollow noopener" target="_blank" title="http://michielvoo.net/blog/setting-up-a-minimal-asp-net-mvc-project-in-visual-studio-part-3/"&gt;part 3&lt;/a&gt; for some minor adjustments to the configuration settings.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Tue, 07 Apr 2009 18:42:07 -0000</pubDate></item><item><title>Re: Configuring Migrator.NET as an External Tool in Visual Studio using MSBuild</title><link>http://michielvoo.net/blog/configuring-migrator-net-as-an-external-tool-in-visual-studio-using-msbuild/#comment-7368694</link><description>&lt;p&gt;Frist post! If you have any questions or comments, don't hesitate to post them here, I love to hear from you!&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michiel van Oosterhout</dc:creator><pubDate>Fri, 20 Mar 2009 04:35:07 -0000</pubDate></item></channel></rss>