As most of you know, I occasionally talk about C# at conferences, user groups or basically anywhere that people won't attack me. A while ago I rejected PowerPoint in favour of a rather less formal approach: hand-drawn slides. Quite a few people have...
After almost a month of vacations, I’m back (you’ve probably noticed that I’ve resumed my basics series )! This year I had a really cool time in my vacations. I’ve stayed almost a week in Milano (here are some pics ), I’ve managed to go to the beach several...
I've been using VMware Workstation for some months now, and it's been fantastic at letting me get a handle on the several virtual machines I have to work with. It's a huge step up from Virtual PC. Though I'll have... Read More...
Microsoft Data Protection Manager Team provided storage calculators for Exchange " http://download.microsoft.com/download/8/5/1/851E02E6-4CCA-4846-83C5-3C92C8114899/DPM_2010_Storage_Calculator_for_Exchange_2010.xlsx " Hyper-V " http://download...
When: Tuesday, Sep 14, 2010 8:30 PM (BST) Where: Virtual *~*~*~*~*~*~*~*~*~* Jonathan Medd - PowerShell MVP - explains the new remoting features in PowerShell 2.0 Richard Siddaway has invited you to attend an online meeting using Live Meeting. Join the...
Você já cansou dos temas de seu Windows 7? Como gosta de jogos, quer ter o tema de um deles? Bem, somos iguais então e aqui estão os temas para você (clique nas imagens para fazer o download): Gears of War 3 EA SPORTS World Cup Surreal Territory Gears...
Já que no texto anterior vimos em detalhes todo o processo de atualização do SCOM 2007, nada mais justo que realizarmos o mesmo com o SCCM 2007, não acha? Pois não basta ficar só na monitoração,...
Windows Forums member, shoby, asked the following question in our suggestion box: I would like to see a review about Ready Boost in Windows 7. Does it really help you out when you need some extra performance or does it just look like it helps you out...
Tout au long de l’été, Microsoft a proposé une série de dossiers thématiques à consulter pour voir ou revoir ce que vous auriez pu rater durant l’année : ”Avec nos sessions de rattrapage de l'été, devenez incollable sur toutes les technologies Microsoft...
If you are running with British english as your language or some other language with a different date format to the guys in the US then you will have come across this handy error. Msg 8114, Level 16, State 5, Procedure foo, Line 0 Error converting data...
By default, parameters are always pass by value. However, the CLR does allow you to pass parameters by reference. In C#, you can use the out or ref keywords for passing parameters by reference. When the compiler sees that you’ve used these keywords, it...
Last year, there was discussion of Google Code, a site which allows developers to host their projects, being used to spread malware. We have now found yet another case where Google Code is being used to spread malware. According to Google Code site, ...
AVG Technologies, developers of the world’s most popular free anti-virus software, today announced a limited public beta test of its new online tool, AVG Threat Labs. Designed to help consumers combat criminal elements on the Web, Threat Labs is an innovative...
After applying E2010 SP1 iPhone users may not be able to view the content of incoming messages in their Inboxes, and when they try to open a message, they get an error that this message has not been downloaded from the server. Also OWA Premium users may...
Completely as advertising We did it! “We” is somewhat exaggerated: my participation in the project was not very bold but still we have OCS and it is convenient. What think our management team you can read here (Russian). Actually, the management...
Josh Twist asked me this via Twitter: is it possible to invoke a member before a ctor is finished (eg maybe using threaded IL trickery) or is this forbidden somehow? :D Now I don't know why everyone seems to think I enjoy writing code which could...
This post covers the technique for creating XML that includes an XML namespace (xmlns) attribute, when that attribute is not predefined at compile time. This post continues the series on using XML literals which starts here . If you need to create XML...
Good news: The beta version of Secunia PSI now have auto-update function! http://secunia.com/blog/123 Bad news: Microsoft is discontinuing support (phasing out) for Windows SteadyState on Dec. 31, 2010. Support to SteadyState ends after June...
This post covers the technique for creating XML that includes an XML namespace (xmlns) attribute. From Wikipedia: XML namespaces are used for providing uniquely named elements and attributes in an XML document. This post continues the series on using...
This post covers the technique for creating XML using XML literals. This post continues the series on using XML literals which starts here . Since XML literals are a VB.NET feature only (new in VB 9/VS 2008), this post only includes VB.NET code. The scenario...