3 July 2011 0 Comments

WTF is this? Twahpic, a new way to model your tweets

  Ok, I don’t get it.  I tried it and I am not getting what this is.  Check it out and let me know: http://twahpic.msresearch.us/S4.aspx

15 November 2010 1 Comment

Temporary Post Used For Theme Detection (d5b21913-171f-4285-b74c-e81910abf1cd – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually. (38dc0a80-c5dc-473a-a85b-2af27a5f8576 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

21 October 2010 0 Comments

TinyMe Linux For The Win

I was running Unity Linux 2010.2 with KDE 4.5 for around the last month.  I really like what has been done there but it seemed a bit heavy for my Gateway M250…the CPU fan was always on which told me it was always in high use.

2 April 2010 0 Comments

Announcing the Tips and Tricks SWAG Fest Beginning April 12th

  So, someone thought it would be a good idea to give me some money for SWAG to give to my readers.  Naturally, I loved the idea!  So I went and bought a whole bunch of $100 ThinkGeek gift certificates.  The problem is how to give them away?  After much thought (about 10 minutes, at least), I figured the best way was to give them away whenever I felt like it.    Okay so there you have it.  Beginning April 12th (Visual Studio 2010 Launch Day) I will be giving away ThinkGeek gift certificates.  I’ll be picking people who show love for the Visual Studio Tips and Tricks blog.  There are some basic ways you can do this:   Leave some cool comments on the tip(s) you like the most Tweet about the Tips blog using the #vstips hashtag Show some blog love by cross posting to your blog if you have one Feel free to get creative and let me know about it.  That’s pretty much it.  Very simple really.  Look for the fun to begin on Launch Day.

8 March 2010 0 Comments

WF Migration Kit CTP 1 Now Available

Today the WF team released a migration kit to wf.codeplex.com As it says on the CodePlex page, the WF Migration Kit helps users migrate WF3 (System.Workflow) artifacts to WF4 (System.Activities). The high level goal is to migrate workflow definitions and declarative conditions, but not code (such as workflow code-beside methods).

26 September 2009 0 Comments

Time Post Test

123456 abcdef

7 September 2009 0 Comments

Телемедицина в пензе.

В репортаже по НТВ показали интересный пример того, как можно использовать технологии Майкрософт на благо лечебного процесса Пензенские хирурги работают онлайн . Особенно интересно, что Главврач активно поддерживает информационные технологии, что подчеркивает сам факт повышения внимания медицины к информатике.

1 September 2009 0 Comments

mais um conversor Flash -> Silverlight… só que web-based

façam vocês mesmo o teste: subam um SWF e vejam o resultado da conversão no próprio browser e… baixem o arquivo XAML gerado.   é grátis  :) tá aqui o link SilverBoom – Flash Silverlight WPF Conversion SWF XAML – Consolidated Video…( read more )

25 August 2009 0 Comments

Getting XML values in PowerShell

I couldn’t believe how easy this was when I finally figured it out… I needed to enumerate all of the email addresses with an <email> tag in an XML file. The only really tricky thing was using the “InnerXML” property  # Create XML document from file $MemberDoc = [xml](get-content $XMLFile) # Get all of the email addresses in the XML document $EmailAddresses = $MemberDoc.GetElementsByTagName(“Email”) Foreach ($Email in $EmailAddresses){  # Get InnerXML value of Email node and assign it to string  $stmail=$Email.InnerXML }

20 August 2009 0 Comments

Beta2 of VS2010 is almost ready

The Progression team has been hard at work getting the final touches on the Beta2 release of VS 2010.  It’ll be out in a couple of months.

Tags: , , , , , , ,
12 August 2009 0 Comments

How SubmitChanges works in .NET RIA Servies

Av Fredrik Normén, Cornerstone Många tycker det är en del magi och har svårt att förstå varför vissa metoder inte dyker upp på klienten och hur vissa delar av .NET RIA Services hänger ihop. Detta inlägg går igenom hur .NET RIA Services SubmitChanges fungerar, vilka metoder som behövs för att lägga till, ta bort och uppdatera Entiteter. Läs mer här

10 August 2009 0 Comments

Feynman speaks from beyond the grave: Messenger Series

Wow!  No, no, WOW!  The Messenger Series from Cornell brings Feynman back from the dead.  Here is Dr. Feynman lecturing on the nature of physical law. Microsoft has put together a respectful and interesting series of lectures by Richard Feynman called Project Tuva, apparently Dr