<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jeremy Bostron's Blog</title><link>http://blogs.msdn.com/jerbos/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Project Item Templates and Project Templates</title><link>http://blogs.msdn.com/jerbos/archive/2004/07/12/181008.aspx</link><pubDate>Mon, 12 Jul 2004 20:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:181008</guid><dc:creator>jerbos</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/181008.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=181008</wfw:commentRss><description>&lt;P&gt;The last few days I have been playing around with a new Visual Studio 2005 feature called Project Item Templates and Project Templates found in &lt;A href="http://lab.msdn.microsoft.com/vs2005/"&gt;Beta 1&lt;/A&gt;.&amp;nbsp; Essentially it&amp;nbsp;is a very cool way to create code and then have it show up inside of&amp;nbsp;Visual Studio dialogs.&amp;nbsp; For example,&amp;nbsp;a &amp;#8220;Project Item&amp;nbsp;Template&amp;#8221; shows up in the &amp;#8220;Add New Item&amp;#8221; dialog when you select the &amp;#8220;Project&amp;#8221; menu and choose&amp;nbsp;&amp;#8220;Add New Item&amp;#8221;.&amp;nbsp;&amp;nbsp;A &amp;#8220;Project Template&amp;#8221; shows up&amp;nbsp;in the&amp;nbsp;&amp;#8220;New Project&amp;#8221;&amp;nbsp;dialog when you select the &amp;#8220;File&amp;#8221; menu and choose &amp;#8220;New Project&amp;#8221;.&lt;/P&gt;
&lt;P&gt;What is very cool is these templates are easily created and plugged into Visual Studio.&amp;nbsp; Below is a basic way to get started with an Project Item Template.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a class file (test.cs). 
&lt;LI&gt;Create a file with a .vstemplate extension (testTemplate.vstemplate).&amp;nbsp; This is basically the file that contains XML that the designer can read to understand how it should display your template.&amp;nbsp; See code sample below.. 
&lt;LI&gt;Add the test.cs and the testTemplate.vstemplate to a&amp;nbsp;compressed folder (testTemplate.zip). 
&lt;LI&gt;Add the testTemplate.zip&amp;nbsp;to the appropriate ItemTemplate folder found in your &amp;#8220;My Documents&amp;#8220; folder.&amp;nbsp; For example, since I did this in Csharp I placed the file in:&amp;nbsp; &lt;BR&gt;My Documents\Visual Studio\ItemTemplates\Visual C# 
&lt;LI&gt;If you have the Visual Studio open when you pasted in the .zip file you will need to exit Visual Studio.&amp;nbsp; Restart Visual Studio, open your project and select the &amp;#8220;Project&amp;#8221; menu and choose&amp;nbsp;&amp;#8220;Add New Item&amp;#8221;.&amp;nbsp;&amp;nbsp;Scroll the Add New Item dialog to the bottom and you will see a section called &amp;#8220;My Templates&amp;#8220; and the custom item template you created should be found there.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Additionally, if you want the template to show up in the &amp;#8220;Add New Item&amp;#8220; dialog with all the standard templates and not in the My Templates section, you can add the .zip file to the following location:&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033&lt;/P&gt;
&lt;P&gt;When performing this last step and placing the template with all the standard items it is important after you past the .zip file to the path above, you will need to run &amp;#8220;devenv /setup&amp;#8220; from a command prompt, with Visual Studio not open.&amp;nbsp; This is a bug in beta 1 that is being worked on.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I would love to hear any feedback that you have about this feature.&amp;nbsp; Below is the sample code for the .vstemplate file that I discussed.&amp;nbsp; For more information you can check out the &lt;A href="http://lab.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vsintro/html/a08f02bc-02fd-42e5-bb4d-b24df5b77ff7.asp"&gt;online docs&lt;/A&gt;.&lt;BR&gt;-Jeremy&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;VSTemplate&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Type&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Item&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Version&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;1.1.1&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;TemplateData&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Name&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;String&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=2&gt;Testing an Item Template&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;String&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Name&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Description&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;String&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=2&gt;A test of an item template&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;String&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Description&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;FilePath&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=2&gt;Litening.ico&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;FilePath&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ProjectType&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Languages&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Language&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=2&gt;CSharp&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Language&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Languages&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ProjectType&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;DefaultName&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=2&gt;Test.cs&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;DefaultName&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;TemplateData&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;TemplateContent&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ProjectItem&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;SourceFile&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=2&gt;Test.cs&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;SourceFile&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;ProjectItem&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp; &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;TemplateContent&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;VSTemplate&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=181008" width="1" height="1"&gt;</description></item><item><title>Microsoft Employee Biographies</title><link>http://blogs.msdn.com/jerbos/archive/2004/06/30/170342.aspx</link><pubDate>Wed, 30 Jun 2004 23:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:170342</guid><dc:creator>jerbos</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/170342.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=170342</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Are you interested in who the employees at Microsoft are that work around the products you are interested in?&amp;nbsp; I have been working with a number of individuals to launch the Microsoft Employee Biographies site at:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A title=http://www.microsoft.com/communities/bios/default.mspx href="http://www.microsoft.com/communities/bios/default.mspx"&gt;http://www.microsoft.com/communities/bios/default.mspx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;I hope this is something that is helpful to you and I would enjoy hearing any feedback that you have.&lt;BR&gt;-Jeremy&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=170342" width="1" height="1"&gt;</description></item><item><title>Your picture at Microsoft???</title><link>http://blogs.msdn.com/jerbos/archive/2004/05/17/133491.aspx</link><pubDate>Mon, 17 May 2004 19:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:133491</guid><dc:creator>jerbos</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/133491.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=133491</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Chad Royal recently blogged about developers sending him a information and a picture to put up on the hallway.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This will help the team as a constant reminder of the great people that are using Visual Studio.&amp;nbsp; This seems like a cool way to let Visual Studio know who you are:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/chadroyal/archive/2004/05/14/132307.aspx"&gt;http://blogs.msdn.com/chadroyal/archive/2004/05/14/132307.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=133491" width="1" height="1"&gt;</description></item><item><title>Visual Studio Team Biographies</title><link>http://blogs.msdn.com/jerbos/archive/2004/04/19/116150.aspx</link><pubDate>Mon, 19 Apr 2004 19:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:116150</guid><dc:creator>jerbos</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/116150.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=116150</wfw:commentRss><description>&lt;P&gt;For some time now I have been working on idea on how Microsoft can be more open with our customers in the community.&amp;nbsp; One of the ideas that I have recently worked on was to show who is behind some of the work on Visual Studio.&amp;nbsp; My hope is that there may be some benefit to&amp;nbsp;those in the community if they could find a Microsoft employee who works on technologies that they are interested in.&amp;nbsp; For instance, I thought it might be cool to list out the area of a product that&amp;nbsp;a particular Microsoft employee works on and then have links to their blog or web site if they have one.&amp;nbsp; This morning, the project to do this became a real and can be found on the Visual Studio Developer Center:&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/vstudio/team/bios/"&gt;http://msdn.microsoft.com/vstudio/team/bios/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would be interested to hear any feedback or ideas on if you find biographies to be valuable or not?&amp;nbsp; Also, if you would like to see this done more broadly across Microsoft teams?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=116150" width="1" height="1"&gt;</description></item><item><title>Time with the MVP's</title><link>http://blogs.msdn.com/jerbos/archive/2004/04/09/110526.aspx</link><pubDate>Fri, 09 Apr 2004 17:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:110526</guid><dc:creator>jerbos</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/110526.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=110526</wfw:commentRss><description>This past week the Microsoft MVP Summit was held and had the opportunity to talk to several MVP's about community.&amp;nbsp; Particularly, during lunch one day we had a Microsoft Community table that filled up and there was not a seat available.&amp;nbsp; There were some great conversations and many things talked about how Microsoft can help with community.&amp;nbsp; I spoke with several MVP's about the idea of biographies that I posted on my blog back in January.&amp;nbsp; I believe the overall feeling was that biographies of Microsoft Employees may be helpful to locate where people participated and what they work on, but it is a small part of the picture.&amp;nbsp; I certainly agree with that statement and know there are many things that we can do.&amp;nbsp; I do hope that projects like &lt;A href="http://channel9.msdn.com/default.aspx"&gt;Channel9&lt;/A&gt;&amp;nbsp;may contribute to and add value to the community by showing what we do at Microsoft.&amp;nbsp; All and all it was a great time and I cant wait for next years summit.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=110526" width="1" height="1"&gt;</description></item><item><title>Channel 9 is live</title><link>http://blogs.msdn.com/jerbos/archive/2004/04/08/109988.aspx</link><pubDate>Thu, 08 Apr 2004 18:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:109988</guid><dc:creator>jerbos</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/109988.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=109988</wfw:commentRss><description>&lt;P&gt;I am not sure how many of you have had a chance to go and check out Channel9 but it is a pretty cool look at things that are happening at Microsoft:&lt;BR&gt;&lt;A href="http://channel9.msdn.com"&gt;http://channel9.msdn.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There&amp;nbsp;are some great videos and wiki's that are now rolling.&amp;nbsp; I am curious about how this can help developers in their everyday jobs???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=109988" width="1" height="1"&gt;</description></item><item><title>Do you know Microsoft?</title><link>http://blogs.msdn.com/jerbos/archive/2004/01/28/64145.aspx</link><pubDate>Thu, 29 Jan 2004 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:64145</guid><dc:creator>jerbos</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/64145.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=64145</wfw:commentRss><description>&lt;P&gt;I was wondering if you feel like you know Microsoft and how much of that matters?&amp;nbsp; I hope this is not a strange&amp;nbsp; question, but I think it does has some value so I decided to ask it.&amp;nbsp; I don't know that it matters a lot about what technology you are using, but do you feel there is a Microsoft employee/expert behind that technology.&amp;nbsp; If there is an employee, do you try to find articles and resources by that expert&amp;nbsp;or are you unable to find a Microsoft face behind that product?&lt;/P&gt;
&lt;P&gt;Microsoft France has an interesting site that contains biographies:&lt;BR&gt;&lt;A href="http://www.microsoft.com/france/education/contact/"&gt;http://www.microsoft.com/france/education/contact/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This site seems pretty interesting.&amp;nbsp; If you find the Microsoft face important, then I would be happy to hear from you and what you would like to see.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=64145" width="1" height="1"&gt;</description></item><item><title>Cycling and Isolated Storage</title><link>http://blogs.msdn.com/jerbos/archive/2004/01/03/47360.aspx</link><pubDate>Sat, 03 Jan 2004 18:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:47360</guid><dc:creator>jerbos</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/47360.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=47360</wfw:commentRss><description>&lt;P&gt;It seems like forever that I have wanted to create an application that I can use to track all the training rides I do while cycling.&amp;nbsp; Although I don't race that much anymore, I still ride about every day and do various workouts.&amp;nbsp; I figure that I will start building the app with Windows Forms and then possibly utilize a web service later on to share data with other people that I train with.&amp;nbsp; One of the first things I wanted to do was to save various user settings between sessions of the application.&amp;nbsp; Things like the size of the WinForm, last used file, etc.&amp;nbsp; I did some research this morning and found some good API documentation and information on &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconintroductiontoisolatedstorage.asp"&gt;MSDN &lt;/A&gt;and a great tutorial at &lt;A href="http://www.devcity.net/net/article.aspx?alias=isolatedstorage"&gt;DevCity.Net&lt;/A&gt;.&amp;nbsp; Within a short time I had a sample application up an running that saves an XML file into my windows profile local settings location on a Windows XP box:&lt;/P&gt;
&lt;P&gt;C:\Documents and Settings\&amp;lt;username&amp;gt;\Local Settings\Application Data\IsolatedStorage&lt;/P&gt;
&lt;P&gt;This was so easy to do with the .NET Framework libraries and the tutorial from DevCity.&amp;nbsp; I am on my way, at least for now....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=47360" width="1" height="1"&gt;</description></item><item><title>Community Profiles</title><link>http://blogs.msdn.com/jerbos/archive/2003/12/29/46504.aspx</link><pubDate>Tue, 30 Dec 2003 00:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:46504</guid><dc:creator>jerbos</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/46504.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=46504</wfw:commentRss><description>&lt;P&gt;Thanks for all the great comments on &lt;A href="http://weblogs.asp.net/jerbos/archive/2003/12/26/46006.aspx"&gt;Communities and Developers&lt;/A&gt;.&amp;nbsp; I was definately interested in the many of the items that were discussed and I thought I would maybe write about these over the next few days.&lt;/P&gt;
&lt;P&gt;There was &lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;definitely &lt;/SPAN&gt;some common thought about the importance of local events.&amp;nbsp; &lt;A href="http://www.brokenkeyboards.com/"&gt;Simon Stewart&lt;/A&gt;&amp;nbsp;indicated in his&amp;nbsp;&lt;A href="http://weblogs.asp.net/jerbos/archive/2003/12/26/46006.aspx#46108"&gt;feedback&lt;/A&gt; that regular meetings where were an important part of the community experience.&amp;nbsp; Denny &lt;A href="http://weblogs.asp.net/jerbos/archive/2003/12/26/46006.aspx#46020"&gt;wrote about &lt;/A&gt;the needs&amp;nbsp;to bring event broadcasts to local areas since getting across town is much easier then getting to some of the larger events that require travel.&amp;nbsp; I would guess that most of you use the internet to find a group in your area or perhaps are using the &lt;A href="http://www.microsoft.com/communities/usergroups/default.mspx"&gt;Microsoft User Groups&lt;/A&gt; site.&amp;nbsp; Some of you are probably even organizing these types of events and are looking for great speakers to come and talk.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;How do you typically find these events?&amp;nbsp;&amp;nbsp;How would you like to be notified about events?&amp;nbsp; Would&amp;nbsp;a community profile&amp;nbsp;help so events&amp;nbsp;could be targeted to your interests?&amp;nbsp; What profile information would be important for not only those looking to attend events, but also those looking to use the system to organize an event?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess it really comes down to&amp;nbsp;the question of how much information would you share based on the&amp;nbsp;value that could be returned.&amp;nbsp; For example, if I indicated a geographical region in my profile I would expect to get notifications of events in my area if I provided it.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=46504" width="1" height="1"&gt;</description></item><item><title>Community and Developers</title><link>http://blogs.msdn.com/jerbos/archive/2003/12/26/46006.aspx</link><pubDate>Fri, 26 Dec 2003 21:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:46006</guid><dc:creator>jerbos</dc:creator><slash:comments>13</slash:comments><comments>http://blogs.msdn.com/jerbos/comments/46006.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jerbos/commentrss.aspx?PostID=46006</wfw:commentRss><description>&lt;P&gt;What is the ultimate community experience for&amp;nbsp;developers?&amp;nbsp; I am a program manager at Microsoft that works on helping developers find interesting ways to help the community and make developers more successful.&amp;nbsp; This is an exciting opportunity to start a blog and I hope that I can find others who have similar interests in community.&lt;/P&gt;
&lt;P&gt;I often wonder what a developer needs to be successful in this day and age.&amp;nbsp; I believe (tell me if I am wrong...) that many of us struggle to find the programming answers that we need.&amp;nbsp; It is not because the answers don't exist, although in some cases they don't, but there are so many great community resources to choose from.&amp;nbsp; In some cases I think a developer&amp;nbsp;can find themselves drowning in all the information trying to find the correct resource to help with a project.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;What do developers need to be more successful with community?&amp;nbsp; This is not about driving or forcing community, but how can it be better enabled.&amp;nbsp; This is&amp;nbsp;about the tips and tricks that developers use to find resources.&amp;nbsp; For instance, web sites like the &lt;A href="http://www.asp.net/Forums/ "&gt;ASP.NET Web forums&lt;/A&gt;&amp;nbsp;are great for finding Q&amp;amp;A questions.&amp;nbsp; Other sites like &lt;A href="http://msdn.microsoft.com"&gt;MSDN&lt;/A&gt;&amp;nbsp;are great for finding Product Documentation, SDK, Technical Articles and Videos like MSDNTV.&amp;nbsp; There are a large number of great 3rd Party sites that also have some great information.&amp;nbsp; This leads me to the big question, how do you find all the answers from various resources?&amp;nbsp; How do you research and store that information for a later date?&lt;/P&gt;
&lt;P&gt;I hope to hear from you about what you like and dislike about community and what you would like to see more of the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=46006" width="1" height="1"&gt;</description></item></channel></rss>