http://svenvanoirbeek.myopenid.com/
Name: http://svenvanoirbeek.myopenid.com/
Score: 210.05
Last Seen: 5 days, 1 hour, 24 minutes ago
Member Since: 20 June, 2009
DotNetShoutout
atom rss
3
shouts

MsHelp » Visual Studio 2010 RC crashing?

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 5 days, 1 hour, 24 minutes ago
Wednesday, March 10, 2010 9:51:28 PM GMT
Visual Studio 2010 RC crashing? Posted by Sven on March 10th 2010 to Visual Studio 2010 If you have been working with Visual Studio 2010 and are experiencing some crashes, read on. I have to be honest, I haven’t experienced any big issues with Visual Studio 2010. But I did read some posts of people that did have. It’s probably because I’m not working all the time in Visual Studio 2010. I still switch between VS2010 and VS2008. So the issues that I have read about: Quoted from Nicholas... (more)
category: Foundation | clicked: 1 | comment | | source: mshelp.be
tags: Bug, Crash, Patch, VS2010
2
shouts

MsHelp » COM interop improvements with C#4.0

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 34 days, 26 minutes ago
Tuesday, February 09, 2010 10:49:46 PM GMT
COM interop improvements with C#4.0 Posted by Sven on February 10th 2010 to .NET 4.0, COM Interop, Visual Studio 2010 I already did a blog post about this some time ago: Better Office COM interop thanks to named and optional parameters Here I talked mainly on how named and optional parameters make life easier for Office developers. This focus was more on that. But actually there are a some other points that didn’t get enough attention. Here are some other great improvements specifical... (more)
category: Foundation | clicked: 5 | comment | | source: mshelp.be
tags: COM, Interop, VS2010
3
shouts

MsHelp » New in Visual Studio 2010: Run T-SQL from the IDE

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 39 days, 21 minutes ago
Thursday, February 04, 2010 10:54:40 PM GMT
New in Visual Studio 2010: Run T-SQL from the IDE Posted by Sven on February 05th 2010 to Microsoft Surface, Visual Studio 2010 I’m that kind of person that wants to know what’s installed on his machine. Visual Studio installs a lot of extra components. Things you probably don’t care about, you just know it’s something that you could use with Visual Studio. new things that I see with Visual Studio 2010 are for instance Microsoft Sync Framework. You wouldn’t even know it’s there unless... (more)
category: Foundation | clicked: 5 | comment | | source: mshelp.be
tags: SQL Server 2008, Visual Studio 2010
2
shouts

MsHelp » New in Visual Studio 2010: Call hierarchy

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 45 days, 10 minutes ago
Friday, January 29, 2010 11:05:39 PM GMT
New in Visual Studio 2010: Call hierarchy Posted by Sven on January 30th 2010 to Visual Studio 2010 Call Hierarchy is something which I think will be a very handy new feature in VS2010. First of all you can see which parts of your code are making a call to a specified method and then you can see which calls are made from this method..and so on. To specify your method just right click on the method name and select View Call Hierarchy. Shortcut for Call hierarchy is CTRL + ALT + K. Thi... (more)
category: Foundation | clicked: 7 | comment | | source: mshelp.be
tags: Visual Studio 2010
2
shouts

MsHelp » New in Visual Studio 2010: Navigate to…

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 47 days, 56 minutes ago
Wednesday, January 27, 2010 10:19:16 PM GMT
New in Visual Studio 2010: Navigate to… Posted by Sven on January 28th 2010 to Visual Studio 2010 “Navigate to” is just a simple way to find a certain method ASAP without using the search. I could do this kind of searching for a method already before with ReSharper. But if I have to be honest, I think Navigate to will be used more. I’m not to sure because I don’t know all the ReSharper shortcuts, but with ReSharper I had to push two shortcuts. First I had to look for the object, then ... (more)
category: Foundation | clicked: 3 | comment | | source: mshelp.be
tags: Visual Studio 2010
2
shouts

MsHelp » New in Visual Studio 2010: More then one IDE

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 48 days, 16 minutes ago
Tuesday, January 26, 2010 10:59:00 PM GMT
New in Visual Studio 2010: More then one IDE Posted by Sven on January 27th 2010 to Visual Studio 2010 From now on you can run VS2010 and VS2008 on the same machine. This is new, because back in the day when I was working with Visual Studio 2005. When I tried to install VS2008, I first had to remove VS2005. For me this was a problem at the time because if you are working on a project in VS2005 and open it in VS2008, it will convert it. When you are a alone, that’s no issue, but if you... (more)
category: Foundation | clicked: 2 | comment | | source: mshelp.be
tags: Visual Studio 2010
2
shouts

MsHelp » New in Visual Studio 2010: Pin the solution

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 49 days, 4 hours, 37 minutes ago
Monday, January 25, 2010 6:38:14 PM GMT
New in Visual Studio 2010: Pin the solution Posted by Sven on January 25th 2010 to Visual Studio 2010 Do you also hate it when you are working with multiple solutions and that one project that you need to access a lot, always gets kicked off the recent projects list in the VS start page? No worries anymore! This is solved now! We can now pin the solution in the start page. Just like you can pin an application to the start menu. This way we will never have to go look for it again. Vi... (more)
category: Foundation | clicked: 2 | comment | | source: mshelp.be
2
shouts

MsHelp » New in Visual Studio 2010: Code Zooming

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 49 days, 4 hours, 38 minutes ago
Monday, January 25, 2010 6:37:42 PM GMT
New in Visual Studio 2010: Code Zooming Posted by Sven on January 25th 2010 to Visual Studio 2010 When I need to do a demo for a group of people and beam my code, there is always somebody who asks if I can maybe enlarge the font size of the code. Then you need to go into the options window and start looking. (Where can I change that font size again…) From now one this has become much easier in VS2010. Now you can just change the size in your code document Or you could just hold down ... (more)
category: Foundation | clicked: 2 | comment | | source: mshelp.be
4
shouts

MsHelp » Disabling ReSharper 5.0

published 50 days, 11 hours, 31 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 51 days, 3 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Saturday, January 23, 2010 11:12:24 PM GMT
Disabling ReSharper 5.0 Posted by Sven on January 24th 2010 to ReSharper, Visual Studio 2010 I am really a big fan of ReSharper! With Visual Studio 2010 I had to upgrade to version 5.0, which is currently in beta. Haven’t played with all the new features but this will come. I’m sure. Anyway.. I was looking at some new functionalities Visual Studio 2010 had to offer. Wanted to try out the new native Generate code based on usage. The problem however, well problem, is that ReSharper alr... (more)
category: Foundation | clicked: 35 | comment | | source: mshelp.be
tags: ReSharper, Visual Studio 2010
5
shouts

MsHelp » Screencast: Visual Studio 2010 – New debugging experience

published 50 days, 11 hours, 31 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 51 days, 12 hours, 52 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Saturday, January 23, 2010 10:23:25 AM GMT
Screencast: Visual Studio 2010 – New debugging experience Posted by Sven on January 23rd 2010 to Collaboration, Debugging, Visual Studio 2010 In this screencast I will have a look at the new debugging features that are introduced together with Microsoft Visual Studio 2010. Questions that will be answered in this video are: What is collaborative debugging? What’s new when it comes to breakpoints? What are datatips and how can they help me while I’m debugging? what is IntelliTrace, pre... (more)
category: Screencast | clicked: 15 | comment | | source: mshelp.be
tags: Collaboration, Debugging, Team, Visual Studio 2010
2
shouts

MsHelp » Better Office COM interop thanks to named and optional parameters

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 65 days, 7 hours, 29 minutes ago
Saturday, January 09, 2010 3:46:06 PM GMT
Better Office COM interop thanks to named and optional parameters Posted by Sven on January 09th 2010 to .NET 4.0, COM Interop In my last screencast I showed you how to work with two new features in C#4.0 which are named and optional parameters. Now in this post I will show you another way how you can benefit from these new features. Remember when you had to create these Microsoft Word document with the Office interop API and had to pass all these tedious by ref parameters. Things yo... (more)
category: Foundation | clicked: 3 | comment | | source: mshelp.be
tags: C# 4.0 .NET, COM automation, Com Interop
7
shouts

Screencast on .net 4.0 named and optional parameters

published 72 days, 10 hours, 24 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 74 days, 8 hours, 1 minute ago
Saturday, January 02, 2010 12:51:52 PM GMT Thursday, December 31, 2009 3:14:08 PM GMT
Since I installed Visual Studio 2010 Beta 2, I’m no investigating all the new features of .NET 4.0. I did a short video on the new named and optional parameters. (more)
category: Screencast | clicked: 28 | comment | | source: mshelp.be
tags: .Net 4.0
5
shouts

MsHelp » Getting started with Visual Studio 2010 and TFS2010

published 75 days, 9 hours, 2 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 77 days, 10 hours, 55 minutes ago
Wednesday, December 30, 2009 2:13:47 PM GMT Monday, December 28, 2009 12:20:06 PM GMT
Getting started with Visual Studio 2010 and TFS2010 Posted by Sven on December 28th 2009 to .NET 4.0, Visual Studio 2010 A new year is just around the corner and it’s also time to start working with Visual Studio 2010, Team Foundation Server 2010 and .NET4.0. It’s packed full with new and cool features. Maybe I’ll even do some posts on these new features. But how can you get started? Well that’s not too difficult. Microsoft has given us a lot of new VPC images for Christmas. Check out... (more)
category: Foundation | clicked: 37 | comment | | source: mshelp.be
tags: .Net 4.0, Visual Studio 2010
6
shouts

MsHelp » ProtocolException while transfering ArrayList to WCF service

published 83 days, 12 hours, 55 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 84 days, 7 hours, 55 minutes ago
Tuesday, December 22, 2009 10:20:21 AM GMT Monday, December 21, 2009 3:20:11 PM GMT
ProtocolException while transfering ArrayList to WCF service Posted by Sven on November 20th 2009 to WCF Today I created a method in my WCF service that would process an ArrayList. There was no possibility to pass a generic list due to interoperability reasons. In this ArrayList I would place objects of a certain type. This would then be processed server side. When calling this simple method my client threw a ProtocolException with the following message: The formatter threw an exc... (more)
category: Foundation | clicked: 36 | comment | | source: mshelp.be
tags: exception, WCF
2
shouts

MsHelp » Retrieve IP and Port number of remote endpoint request sender

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 84 days, 7 hours, 59 minutes ago
Monday, December 21, 2009 3:16:24 PM GMT
Retrieve IP and Port number of remote endpoint request sender Posted by Sven on December 21st 2009 to WCF I wanted to track which IP addresses were sending requests to my WCF service. So I did some investigation and apparently it’s not so hard to retrieve this data. The RemoteEndpointMessageProperty class makes the client IP address and port number associated with the remote endpoint from which a message was sent available. Underneath is a snippet of code that will show how it works. ... (more)
category: Foundation | clicked: 10 | comment | | source: mshelp.be
tags: WCF
3
shouts

MsHelp » Serializing and deserializing multiple generic collections using DataContractSerializer

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 268 days, 9 hours, 48 minutes ago
Saturday, June 20, 2009 1:27:14 PM GMT
Serializing and deserializing multiple generic collections using DataContractSerializer Posted by Sven on June 20th 2009 to WCF The DataContractSerializer class is the successor of the XmlSerializer class. Introduced together with WCF. This one is also being used by WCF for serialization by default. You can of course always switch back to the good old XmlSerializer if you want to. Anyway, if you wanted to serialize a collection with the XmlSerializer you had to use the XmlArrayAttrib... (more)
category: Web Service | clicked: 63 | comment | | source: mshelp.be
tags: datacontractserializer, deserialization, Serialization, WCF
2
shouts

MsHelp » How to host a WCF service that uses Castle Windsor in a Windows Service

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 268 days, 15 hours, 2 minutes ago
Saturday, June 20, 2009 8:13:31 AM GMT
How to host a WCF service that uses Castle Windsor in a Windows Service Posted by Sven on June 18th 2009 to , ALT.NET, Castle Windsor, WCFSetup Currently I’m working on a web application project that also uses a WCF service for some operations. We are a big fan of using ALT.NET and are using Castle Windsor to do IoC (Inversion of Control)/Dependency Injection. The problem we were having was the small delay to start up the worker process in IIS. Which is not much you can do about withi... (more)
category: Web Service | clicked: 27 | comment | | source: mshelp.be
tags: Castle Windsor, Host service, WCF, Windows service