Wen mal die Notwendigkeit da ist, dass man richtige Transkationen auf File Ebene einsetzen muss, soll sich mal diesen Artikel anschauen.
Es gibt dafür extra eine Open-Source Library von Microsoft welche die C++ Funktionen wrapped.

Wen mal die Notwendigkeit da ist, dass man richtige Transkationen auf File Ebene einsetzen muss, soll sich mal diesen Artikel anschauen.
Es gibt dafür extra eine Open-Source Library von Microsoft welche die C++ Funktionen wrapped.

When you get this strange Message on Installing a MSI Package (Visual Studio Generated) on Citrix.
"This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic."
Look for advise on the link below….

Had the problem that my Outlook Code for accessing the opened calenders in Outlook 2010 sent me a mysterious error message (registry / installation problem in outlook. Reinstallation necessary).
After posting this information in the OutlookCode Forum (really good, really experienced people). My first stop in problems.
http://outlookcode.com/threads.aspx?forumid=5&messageid=32109
The problem was that my Application reference was created newly
Microsoft.Office.Interop.Outlook.Application outlookApp = new Microsoft.Office.Interop.Outlook.Application();
After changing the code like below
Microsoft.Office.Interop.Outlook.Application outlookApp = Globals.ThisAddIn.Application;
The code went through without problems…. stupid error…

http://tfsintegration.codeplex.com/
Wahrscheinlich hilfreich zum Migrieren von TFS 2008 auf TFS 2010.
The TFS Integration Platform is a project developed by the Team Foundation Server (TFS) product group and the Visual Studio ALM Rangers to facilitate the development of tools that integrate TFS with other systems. Currently, the scope of this project is to enable TFS to integrate with other version control and work-item/bug tracking systems, but the eventual goal of this project is to enable integration with a broader range of tools/systems (i.e. build). This platform enables the development of two major classifications of tools: tools that move data unidirectionally into TFS, and tools that synchronize data bidirectionally.
Source: http://blogs.msdn.com/b/bharry/archive/2010/06/07/tfs-integration-tools-beta-available.aspx


Microsoft Press hat das Buch “Introducing Microsoft SQL Server 2008 R2″ von Ross Mistry und Stacia Misner als kostenloses E-Book zur Verfügung gestellt. Das Buch bespricht die Neuerungen und Verbesserungen im Microsoft SQL Server 2008 und enthält insgesamt 10 Kapitel auf 216 Seiten. Es ist in zwei Teile, Database Administration und Business Intelligence Development, gegliedert. Es kann sowohl im XPS- als auch im PDF-Format heruntergeladen werden.
viaKostenloses E-Book: Introducing Microsoft SQL Server 2008 R2.

Bei aller Begeisterung für die Web Frontend-Technologien, sei es ASP.NET oder Silverllight, fragt man sich immer wieder wie es eigentlich um die .NET-Plattform, den eigentlichen Schatz von Microsoft, und das Windows Server Betriebssystem steht.
Im Dezember 2009 hat das Marktforschungsunternehmen IDC rund 900 Unternehmen (klein, mittel, groß) in USA, Deutschland, Frankreich und UK befragt. Die Ansprechpartner waren die IT-Entscheider, Entwickler und Software Architekten. Das Thema war der Einsatz bzw. die Wahl der Technologien für die unternehmenskritischen Software-Applikationen.
Die Studie ist sehr umfangreich, hier einige interessante Ergebnisse:
* Windows Server ist das meistgenutzte Server-Betriebssystem (52.7%) für unternehmenskritische Applikationen
* Windows Server und .NET sind gemeinsam mit 54.1% die häufigste Architektur für den Applikationsserver
* .NET-Nutzung hat die Java-Nutzung in allen Unternehmensbereichen überholt
* Microsoft ist mit 58.6% der meist genutzte Anbieter für serviceorientierten Architekturen

Es gibt eine neue Version des ProcessExplorers (ehemals Sysinternals). Neu können auch .Net Assemblies untersucht werden (Performance und so).
Hier ein Blogeintrag dazu: http://blogs.msdn.com/dirkpr/archive/2010/03/30/der-neue-process-explorer-ist-da.aspx
Download hier: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

Microsoft Expression Community Gallery.
Unbedingt mal einen Besuch Wert: die Expression Blend Gallery.
Es ist eine Community zum Austausch von WPF-Behaviours, Styles, Controls, Code Snippets etc.
http://gallery.expression.microsoft.com/en-us/
Gibt ganz witzige Dinge drunter
z.B. das Glassbehaviour (http://gallery.expression.microsoft.com/en-us/GlassBehavior)

Letzte Woche hat in Los Angeles die MIX stattgefunden. Die MIX ist die Internet-Entwicklerkonferenz von Microsoft.
Die Sessions (darunter ein paar sehr interessante) können hier angeschaut werden.
http://live.visitmix.com/videos
An der MIX wurde übrigens auch verkündet, dass Windows Phone 7 komplett Silverlight (3) fähig ist. Das bedeutet, dass man Applikationen schreiben kann welche vom Web über den Desktop bis zum (Windows) Phone diesselbe Oberfläche wie auch Sourcecode haben können….Darüber hats auch ein paar Sessions

Interesting Article about the Big Three in IT and their chaning behaviour…..Somehow a little bit polemic and provocative, but with a grain of truth in it…
Technology News: Tech Buzz: Is Google the Next Microsoft and Microsoft the Next Apple?.