<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-792079755048899759</id><updated>2011-08-02T07:07:58.446+02:00</updated><category term='street'/><category term='view'/><category term='google'/><category term='car'/><title type='text'>Maverick's Place</title><subtitle type='html'>This is my personal blog. It will be about personal interests and other things I run into which I believe are worth sharing with others.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-262065630338113191</id><published>2009-11-06T07:45:00.001+01:00</published><updated>2009-11-06T07:45:49.343+01:00</updated><title type='text'>The Machine SID Duplication Myth</title><content type='html'>&lt;p&gt; I make heavily use of virtual machines. For development, testing beta applications (like Visual Studio 2010) and client-side testing. When something goes wrong, you just abandon the image, get a fresh copy and start again. &lt;/p&gt;  &lt;p&gt;One of the things I always used to do is run the NewSID tool from sysinternals to generate a new SID for the copied VM. There was something about problems when running multiple computer with the same SID. At least, that was what I was told a long time ago by a system administrator. And they should know, right?&lt;/p&gt;  &lt;p&gt;Wrong. It seems the whole process of changing a computers SID was a myth. Take some time and read through the &lt;a href="http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx"&gt;article&lt;/a&gt; by Mark Russinovich. He is the creator of NewSID and explains in detail why it is not necessary anymore (and never was) to change a machines SID.&lt;/p&gt;  &lt;p&gt;The full article: &lt;a href="http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx"&gt;Mark's Blog : The Machine SID Duplication Myth&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-262065630338113191?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/262065630338113191/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=262065630338113191' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/262065630338113191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/262065630338113191'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/11/machine-sid-duplication-myth.html' title='The Machine SID Duplication Myth'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-6969457513929554548</id><published>2009-11-05T13:05:00.001+01:00</published><updated>2009-11-05T13:05:25.372+01:00</updated><title type='text'>SharePoint : Site Provisioning Order</title><content type='html'>&lt;p&gt; Recently, I stumbled across a annoying issue when building a new Site Definition for a SharePoint portal.&lt;/p&gt;  &lt;p&gt;The Site Definition contained several document libraries and some features. One of these features interacted with the new document libraries. Within the attached feature receiver it sets some properties on the document libraries for the versioning of the documents.&lt;/p&gt;  &lt;p&gt;I knew the entries in the onet.xml would be processed in sequence, but to my surprise the lists properties where not set. When debugging the feature receiver I discovered the lists were not there yet. But the List section in the onet.xml was put before WebFeatures section.&lt;/p&gt;  &lt;p&gt;After some more debugging and searching the internet I came across an &lt;a href="http://blogs.msdn.com/mcsnoiwb/archive/2008/05/28/site-provisioning-order.aspx"&gt;article&lt;/a&gt; describing the order in which the onet.xml is processed.&lt;/p&gt;  &lt;p&gt;The appears the onet.xml sections are processed in a fixed way. And only the entries with in a section are processed in the order they are put in the file. &lt;/p&gt;  &lt;p&gt;SharePoint provisions in the following order:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;global onet.xml &lt;/li&gt;    &lt;li&gt;SPSite scoped features defined in onet.xml, in the order they are defined in the file. &lt;/li&gt;    &lt;li&gt;SPSite scoped stapled features, in quasi random order &lt;/li&gt;    &lt;li&gt;SPWeb scoped features defined in onet.xml, in the order they are defined in the file. &lt;/li&gt;    &lt;li&gt;SPWeb scoped stapled features, in quasi random order &lt;/li&gt;    &lt;li&gt;List instances defined in onet.xml &lt;/li&gt;    &lt;li&gt;Modules defined in onet.xml &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Right. My idea of using the onet.xml to contain all parts of the site and to use a generic feature for all site definitions went down the drain.&lt;/p&gt;  &lt;p&gt;I have solved the problem by adding an additional feature for each site definition, which contains the document libraries to be created and the feature receiver. It works fine, but I would have preferred to keep it all down to the onet.xml and one feature.&lt;/p&gt;  &lt;p&gt;The full article: &lt;a href="http://blogs.msdn.com/mcsnoiwb/archive/2008/05/28/site-provisioning-order.aspx"&gt;Shared Points for SharePoint : Site Provisioning Order&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-6969457513929554548?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/6969457513929554548/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=6969457513929554548' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/6969457513929554548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/6969457513929554548'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/11/sharepoint-site-provisioning-order.html' title='SharePoint : Site Provisioning Order'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-4843143786728098070</id><published>2009-10-28T06:34:00.001+01:00</published><updated>2009-10-28T06:34:32.122+01:00</updated><title type='text'>.NET Cheat Sheets</title><content type='html'>&lt;div class="ExternalClass37542E68F1D4403DB7616372915A4FE3"&gt;   &lt;p&gt;One of the features of Visual Studio are code snippets. Visual Studio contains many of them, but it is not always clear which ones there are and what they do. Until now :-)&lt;/p&gt;    &lt;p&gt;The link below shows a lot of Cheat Sheets for .NET and Visual Studio. Not only the code snippets are listed, but also HTML references, the Microsoft ASP.NET Ajax libraries, jQuery and many other subjects.&lt;/p&gt;    &lt;p&gt;&lt;a href="http://john-sheehan.com/blog/net-cheat-sheets/"&gt;.NET Cheat Sheets « John Sheehan : Blog&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-4843143786728098070?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/4843143786728098070/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=4843143786728098070' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4843143786728098070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4843143786728098070'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/10/net-cheat-sheets.html' title='.NET Cheat Sheets'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-6284264490823051481</id><published>2009-10-27T09:05:00.001+01:00</published><updated>2009-10-27T09:05:09.106+01:00</updated><title type='text'>31 Days of Refactoring eBook</title><content type='html'>&lt;p&gt;All developers know this. Written code can always be improved. As a developer I also spent time refactoring my code. Merge methods, extracting methods to new classes, streamlining loops. It’s just everyday business.&lt;/p&gt;  &lt;p&gt;Sean Chambers, a blogger on Los Techies, did a great series on refactoring. For one month, he posted an article about one refactoring technique. In total there were 31 posts. &lt;/p&gt;  &lt;p&gt;All these articles are now bundled into an excellent eBook, which is available for free download.&lt;/p&gt;  &lt;p&gt;The eBook: &lt;a href="http://www.lostechies.com/blogs/sean_chambers/archive/2009/10/20/31-days-of-refactoring-ebook.aspx"&gt;31 Days of Refactoring eBook - Sean Chambers - Los Techies&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-6284264490823051481?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/6284264490823051481/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=6284264490823051481' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/6284264490823051481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/6284264490823051481'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/10/31-days-of-refactoring-ebook.html' title='31 Days of Refactoring eBook'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-5093870574768431177</id><published>2009-08-25T08:49:00.001+02:00</published><updated>2009-08-25T08:49:01.010+02:00</updated><title type='text'>Trojan software targeting Delphi</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;After reading the following post at F-Secure, some creepy feeling came over me. And I believe this is something most people (developers, like me, in particular) do not realize or have even considered before.&lt;/p&gt;  &lt;p&gt;A short summary of the F-Secure post. A developer is creating a piece of software using a Delphi compiler. He delivers the software and says it’s free of Trojans etc., because he compiled it himself.    &lt;br /&gt;The thing he was not aware is that some of the standard libraries on his machine where replaced by a Trojan he got from somewhere. As a result all software compiled on that machine included the corrupted library and, alas, a Trojan. &lt;/p&gt;  &lt;p&gt;The full F-Secure blog post: &lt;a href="http://www.f-secure.com/weblog/archives/00001752.html"&gt;0wn1ng Delphi - F-Secure Weblog : News from the Lab&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The construct is not new. This article from 1984 described the same method of distributing Trojans: &lt;a href="http://docs.google.com/gview?a=v&amp;amp;q=cache:eDH3P06rWXMJ:www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf"&gt;Reflections on Trusting Trust&lt;/a&gt;. But the implications of it are somewhat shocking.     &lt;br /&gt;This means I, as a developer, could unknowingly be distributing Trojans. This could even ruin your business if you are not careful.&lt;/p&gt;  &lt;p&gt;Bottom line of the story is: Always be careful with your development machine, because a Trojan can be distributed on a lot of different ways.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-5093870574768431177?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/5093870574768431177/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=5093870574768431177' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/5093870574768431177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/5093870574768431177'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/08/trojan-software-targeting-delphi.html' title='Trojan software targeting Delphi'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-4184480906161899497</id><published>2009-05-25T12:49:00.001+02:00</published><updated>2009-05-25T12:49:56.823+02:00</updated><title type='text'>Configure Authentication Types in Reporting Services</title><content type='html'>&lt;p&gt;When setting up a Team Foundation Server 2008 environment, I ran into some problems with Reporting Services.    &lt;br /&gt;The environment consists of:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 2008 server&lt;/li&gt;    &lt;li&gt;SQL Server 2008&lt;/li&gt;    &lt;li&gt;Team Foundation Server 2008&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This is a supported configuration for TFS, and with a lot of manual configuration the environment was finally functioning fine. Except the Reporting part…&lt;/p&gt;  &lt;p&gt;When accessing a report, any non-admin&amp;#160; user got challenged with an authentication prompt. After three attempts they received a blank screen without a report.&lt;/p&gt;  &lt;p&gt;On the web there were several articles about this problem, but none were able to provide the solution. After some testing and digging around in the server, the authentication type seemed to be the problem. &lt;/p&gt;  &lt;p&gt;One of the articles I found was about disabling Kerberos on the server (IIS7), and it described my exact problem. But unfortunately it didn't help. The problem was still there. It seemed not to work.&lt;/p&gt;  &lt;p&gt;After some more digging I found the answer in the SQL books online of TechNet. One line in the chapter was:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;In previous versions of Reporting Services, all authentication support was provided by IIS. In this release, IIS is &lt;strong&gt;no longer used&lt;/strong&gt;. Reporting Services handles all authentication requests &lt;strong&gt;internally&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Ah… That’s why turning the Kerberos setting off in IIS didn’t help. After this the solution was straightforward. I removed the &lt;em&gt;RSWindowsNegotiate&lt;/em&gt; option from the &lt;em&gt;RSeportServer.config&lt;/em&gt; file and my authentication problem was solved.&lt;/p&gt;  &lt;p&gt;The link to the full chapters on TechNet SQL books online: &lt;a title="http://technet.microsoft.com/en-us/library/cc281310.aspx" href="http://technet.microsoft.com/en-us/library/cc281310.aspx"&gt;http://technet.microsoft.com/en-us/library/cc281310.aspx&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-4184480906161899497?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/4184480906161899497/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=4184480906161899497' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4184480906161899497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4184480906161899497'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/05/configure-authentication-types-in.html' title='Configure Authentication Types in Reporting Services'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-3165565072150873673</id><published>2009-05-13T06:59:00.001+02:00</published><updated>2009-05-13T06:59:12.839+02:00</updated><title type='text'>Master Page and Content Page Interaction.</title><content type='html'>&lt;p&gt;When programming asp.net web applications with master and content pages, I often need to access some controls on the master page from the content pages. And it is always a reinvention of the wheel on how to do it the right way. &lt;/p&gt;  &lt;p&gt;I have been using the same method for some time now, but never gotten to share this knowledge with the public. I believe the information is unknown to most developers. &lt;/p&gt;  &lt;p&gt;Yesterday I came across an article on CodeProject, which describes this method in a very clear way. There goes my article. &lt;/p&gt;  &lt;p&gt;The details are in short:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Add      &lt;pre&gt;&amp;lt;%@ MasterType virtualpath=&amp;quot;~/DetailsMaster.master&amp;quot; %&amp;gt;&lt;/pre&gt;&lt;br /&gt;to the content page. &lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;  &lt;li&gt;Create a public function in the master page to access the control &lt;br /&gt;    &lt;pre&gt;&lt;br /&gt;public Label LabelReference()&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;    ' Create a reference to an actual label on the page&lt;br /&gt;    LabelReference = lblDetailsItemName;&lt;br /&gt;&lt;br /&gt;}&lt;/pre&gt;&lt;br /&gt;  &lt;/li&gt;&lt;br /&gt;&lt;br /&gt;  &lt;li&gt;Call the function from the content page &lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;pre&gt;Master.LabelReference.Text = &amp;quot;Some Text&amp;quot;;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The full details of the aricle are here: &lt;a href="http://www.codeproject.com/KB/aspnet/Master_and_Contents.aspx"&gt;CodeProject: Master Page and Content Page Interaction&lt;/a&gt;.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-3165565072150873673?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/3165565072150873673/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=3165565072150873673' title='1 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/3165565072150873673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/3165565072150873673'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/05/master-page-and-content-page.html' title='Master Page and Content Page Interaction.'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-8606297128889087237</id><published>2009-05-05T09:33:00.001+02:00</published><updated>2009-05-05T09:33:05.956+02:00</updated><title type='text'>Performance issues with Virtual PC on laptops</title><content type='html'>&lt;p&gt;I have been working with Virtual Machines for a long time. Because I work on different environments with different configurations (Windows 2008, Windows 2003, SQL 2005 and 2008, etc.), it is not an option to reinstall my machine every time. &lt;/p&gt;  &lt;p&gt;But the annoying thing is always the limited performance of them. You need to wait a lot as it runs slower than a normal physical machine. &lt;/p&gt;  &lt;p&gt;A colleague of me found a little hack to speed up a Microsoft Virtual PC. By adding a line to the configuration of VPC it will use get a bit more processing power, thus running a bit faster.&lt;/p&gt;  &lt;p&gt;Check out the article below:   &lt;br /&gt;&lt;a href="http://svengillis.blogspot.com/2008/01/performance-issues-with-virtual-pc-on.html"&gt;SharePoint 2007 development: Performance issues with Virtual PC on laptops&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-8606297128889087237?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/8606297128889087237/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=8606297128889087237' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/8606297128889087237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/8606297128889087237'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/05/performance-issues-with-virtual-pc-on.html' title='Performance issues with Virtual PC on laptops'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-5804466528882829435</id><published>2009-04-14T08:57:00.001+02:00</published><updated>2009-04-14T08:57:07.381+02:00</updated><title type='text'>LINQ to SharePoint</title><content type='html'>&lt;p&gt;I myself are quite happy with LINQ. I have used it on numerous occasions and it saved me time on those same occasions.&lt;/p&gt;  &lt;p&gt;But when working with SharePoint and CAML, I felt like I was missing something. I could use LINQ to access the SharePoint data.   &lt;br /&gt;Recently I came across this solution on CodePlex: &lt;a href="http://www.codeplex.com/LINQtoSharePoint"&gt;LINQ to SharePoint&lt;/a&gt;. I have looked into it, and although it hasn’t been updated recently, it looks promising. I am looking forward to the moment I give it a try on the next project.&lt;/p&gt;  &lt;p&gt;A short highlight of the features (taken from CodePlex):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Custom query provider that translates LINQ queries to &lt;b&gt;CAML&lt;/b&gt;, the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms462365.aspx"&gt;Collaborative Application Markup Language&lt;/a&gt; used by SharePoint for querying. &lt;/li&gt;    &lt;li&gt;Support for LINQ in &lt;b&gt;C# 3.0&lt;/b&gt; and &lt;b&gt;Visual Basic 9.0&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Entity creation tool &lt;b&gt;&lt;a href="http://linqtosharepoint.codeplex.com/Wiki/View.aspx?title=SpMetal"&gt;SpMetal&lt;/a&gt;&lt;/b&gt; to export SharePoint list definitions to entity classes used for querying. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Visual Studio 2008 integration&lt;/b&gt; for entity creation (a.k.a. &lt;b&gt;SPML&lt;/b&gt;). &lt;/li&gt;    &lt;li&gt;Can connect to a SharePoint site either using the &lt;b&gt;SharePoint object model&lt;/b&gt; or via the &lt;b&gt;SharePoint web services&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Planned support for &lt;b&gt;updating&lt;/b&gt; through entity types.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you are into SharePoint development and know how to use LINQ, you should definitely give this a try.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-5804466528882829435?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/5804466528882829435/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=5804466528882829435' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/5804466528882829435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/5804466528882829435'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/04/linq-to-sharepoint.html' title='LINQ to SharePoint'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-4512396733894312704</id><published>2009-04-11T08:47:00.001+02:00</published><updated>2009-04-11T08:47:55.660+02:00</updated><title type='text'>SharePoint Data Zoom Web Part</title><content type='html'>&lt;p&gt;During one of my searches for usable components to help me build great SharePoint solutions, I came across this web part: &lt;a href="http://moss.sharepointsolutions.com/SharePoint-Add-ons/Products/Pages/SharePoint-Data-Zoom-Web-Part.aspx"&gt;SharePoint Data Zoom Web Part&lt;/a&gt;. And I have to say, it works great.&lt;/p&gt;  &lt;p&gt;It comes with a included code-editor for writing the scripts. And there are even some extensions available to access Active Directory, SQL Server databases and some others (the extensions are not free, but come with a thirty-day evaluation).&lt;/p&gt;  &lt;p&gt;An excerpt from the website:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Using the free SharePoint Data Zoom Web Part, your SharePoint pages can perform powerful, flexible queries on a variety of data sources using simple, familiar syntax that's easy to write and understand. You'll be able to create robust, value-added SharePoint applications in a fraction of the time and without the need for .NET or XSLT programming.&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;&lt;img height="242" src="http://moss.sharepointsolutions.com/SiteCollectionImages/box_datazoom_med.png" width="214" /&gt; &lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;The SharePoint Data Zoom Web Part is a free tool which allows SharePoint users to easily build dynamic, data-driven content on any page. Data from SharePoint Sites, SharePoint Lists and virtually any other source can be aggregated and formatted with ease.&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;Using the Data Zoom Web Part, your SharePoint pages can perform powerful, flexible queries on a variety of data sources using simple, familiar syntax that's easy to write and understand. You'll be able to create robust, value-added SharePoint applications in a fraction of the time, without the need for .NET or XSLT programming.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I should say, just give it a try. It’s free. And it can be a great addition to your SharePoint development.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-4512396733894312704?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/4512396733894312704/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=4512396733894312704' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4512396733894312704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4512396733894312704'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2009/04/sharepoint-data-zoom-web-part.html' title='SharePoint Data Zoom Web Part'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-5659115220360960983</id><published>2008-09-13T21:22:00.001+02:00</published><updated>2008-09-13T21:26:56.194+02:00</updated><title type='text'>A house versus Google maps</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;I found this article on a dutch lifehacking blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;On the article the writer says one time he was lost in Oslo, without map, iPhone or internet cafe around. And he needed the find his way to a museum. When looking up he noticed the wall of a house.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Painted all over the wall was the map of the surrounding area.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lifehacking.nl/wp-content/uploads/oslo-huis.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px;" src="http://lifehacking.nl/wp-content/uploads/oslo-huis.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:trebuchet ms;"&gt;No problem finding your way then....&lt;/span&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;Maybe it is a nice way of painting. And it helps a lot of people...&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-5659115220360960983?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/5659115220360960983/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=5659115220360960983' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/5659115220360960983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/5659115220360960983'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2008/09/house-versus-google-maps.html' title='A house versus Google maps'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-792079755048899759.post-4420498560823050894</id><published>2008-09-08T06:55:00.000+02:00</published><updated>2008-09-08T07:10:33.801+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='street'/><category scheme='http://www.blogger.com/atom/ns#' term='car'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><category scheme='http://www.blogger.com/atom/ns#' term='view'/><title type='text'>Google streetview cars</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:verdana;"&gt;For a couple of weeks Google cars have been cruising through Amsterdam. I have seen them drive around the city several times. Sometimes there was just one, another time there were three of them together. On one occasion it was like they were having a street race.&lt;/span&gt;  &lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;br /&gt;But I believe they are done in Amsterdam.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:verdana;"&gt;These &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:verdana;"&gt;pictures where take two weeks ago when I was driving home. They show eight cars on trailers heading back home.&lt;/span&gt; &lt;span style="font-family:verdana;"&gt;Notice the strange aparatus on the roof of each car? This contains the recording device. When the cars are driving around it is in an upright position, but I guess this is akward when transporting them on a trailer.&lt;/span&gt;  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_7YDpdj5MOnQ/SMSzgRwnBdI/AAAAAAAAAAQ/wut07jh4GNY/s1600-h/SPM_A0197.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_7YDpdj5MOnQ/SMSzgRwnBdI/AAAAAAAAAAQ/wut07jh4GNY/s320/SPM_A0197.jpg" alt="" id="BLOGGER_PHOTO_ID_5243513233270572498" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_7YDpdj5MOnQ/SMSzg_otIBI/AAAAAAAAAAY/HTgxNbRKK-8/s1600-h/SPM_A0198.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_7YDpdj5MOnQ/SMSzg_otIBI/AAAAAAAAAAY/HTgxNbRKK-8/s320/SPM_A0198.jpg" alt="" id="BLOGGER_PHOTO_ID_5243513245585448978" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/792079755048899759-4420498560823050894?l=maverick543.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://maverick543.blogspot.com/feeds/4420498560823050894/comments/default' title='Reacties plaatsen'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=792079755048899759&amp;postID=4420498560823050894' title='0 reacties'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4420498560823050894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/792079755048899759/posts/default/4420498560823050894'/><link rel='alternate' type='text/html' href='http://maverick543.blogspot.com/2008/09/google-streetview-cars.html' title='Google streetview cars'/><author><name>Marco van den Bulk</name><uri>http://www.blogger.com/profile/00721204738408363554</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://3.bp.blogspot.com/_7YDpdj5MOnQ/Shrs53oTTFI/AAAAAAAAASA/Cm84lIw2jOw/S220/Ik.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_7YDpdj5MOnQ/SMSzgRwnBdI/AAAAAAAAAAQ/wut07jh4GNY/s72-c/SPM_A0197.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
