25 January 2011 0 Comments

Visual Studio 2010 Architecture Tooling Guidance en Español

Nuestro buen amigo Francisco Fagas , quiere compartirnos la traducción que realizo a Visual Studio 2010 Architecture Tooling Guidance Aqui el detalle: Spanish – Architecture Guidance Recommended Download Guidance_Documentation_Spanish_(xps_only).zip Other Available Downloads Guidance_Documentation_Spanish_(xps_pdf_docx).zip Localization_Bits_Spanish.zip Saludos. Fernando García Loera (Community Program Manager – Latin America Region)   Que es un MVP?      Tips para ser MVP  

10 April 2010 0 Comments

Partner Roundtable om System Center Service Manager eftermiddag den 10 maj

Nästa Partner Roundtable med våra tekniska konsulter handlar om Microsoft CRM, detta är fullbokat. Inbjudan till  Partner Roundtable om System Center Service Manager går ut i veckan som kommer

Tags: , , , , , , ,
3 April 2010 0 Comments

SharePoint 2010 Multi-Tenant Hosting Part 2 “Configuring”

Part 2 – Configuring Hosting ​ Configuring hosting requires powershell so the steps are all based off of using it.  The following steps take you through the process of setting up Multi-Tenant Hosting.   Before starting, create two site collections that reside within the same web application.   1.

2 April 2010 0 Comments

VS2010 Launch Tour

I’m going on a whirlwind tour of the south central United States in a couple of weeks. My field partner is setting up a bunch of meetings with user groups and companies.

1 April 2010 0 Comments

Having issues finding matches in Modern Warfare 2?

We’ve heard the feedback that some of you are having a hard time finding games in matchmaking with MW2 since Tuesday’s update.  If those of you with this problem can answer a few questions it’ll help us get to the bottom of things.   Please leave a comment and answer the following questions:   1.

28 March 2010 0 Comments

How to run “sp_change_users_login” for all users in a database

How to run “sp_change_users_login” for all users in a database Chris Skorlinski Microsoft SQL Server Escalation Services Following a user database restore the database had orphaned users.  We used TSQL commands below to build a list of sp_change_users_login commands in order to resynchronize database users with SQL logins.  We then ran these sp_change_users_login commands to automatically fix the users.

27 March 2010 0 Comments

Office Lab’s Canvas updated for OneNote 2010

I wanted to pass on some news from Nathan Fish and the other folks in Office Labs who have updated Canvas.  Details here: Canvas for OneNote now supports OneNote 2010 and Windows XP .  You can download the new version here: Canvas For OneNote .  Enjoy!

27 March 2010 0 Comments

UAC – Accessing Internet Explorer

Accessing Internet Explorer can be useful for obtaining Web content. The usual approach uses a COM object called InternetExplorer.Application like this: $ie = New-Object -comObject InternetExplorer.Application $ie

25 March 2010 0 Comments

What Immediate_sync means in Transactional Replication

What Immediate_sync means in Transactional Replication José Moreira Neto Microsoft SQL Server Escalation Services sp_addpublication parameter: [ @immediate_sync=] ‘immediate_synchronization’ Immediate_sync has a default of FALSE.  independent_agent must be true for immediate_synchronization to be true . Immediate_sync feature instructs Replication to maintain Snapshot BCP files and distributed transactions in the Distribution database should a new subscriber be created (or reinit) within the Retention period.  By default, this information is purged as soon as existing subscribers receive the transactions.  By keeping the Snapshot and transactions for hours or days, new subscribers can 1) Use old snapshot files, and 2) apply all pending changes since the snapshot.  New Subscribers (or reinit) would not need to have a “fresh” snapshot generated. IF TRUE If true , the synchronization files are created or re-created each time the Snapshot Agent runs.

24 March 2010 0 Comments

Overwriting the service root URI in Wcf Data Service

Suppose you are hosting a WCF Data Service on a particular URL, but for some reason you’d like the consumers of your service to hit another URI – perhaps an IIS re-write, or a cookieless session. You can do this via setting one of the custom properties in the OperationContext: OperationContext.Current.IncomingMessageProperties[" MicrosoftDataServicesRootUri "] = serviceUri; You need to do this per instance of the data service, so it makes a lot of sense to do it in the service class’ constructor. Normally, WCF data service will try to resolve the absolute service URI by asking the underlying host.

21 March 2010 0 Comments

Getting Start with Windows Phone 7

Hello everybody! Now here we come Windows Phone 7! This post list some useful resources for all WPers. Enjoy!   Windows Phone 7 Series:  Go! Windows Phone for Developers:  Go! Windows Phone Developer Tools CTP:  Go! Windows Phone 7 Training Kit for Developers:  Go! OData Client Library for Windows Phone 7 Series CTP:  Go!   Here’s a list of key forums you can visit:   General Windows Phone developer support:  Go! Silverlight for Windows Phone: Go! XNA for Windows Phone: Go! Stackoverflow.com:  Go!   Let’s ROCK IT!

18 March 2010 0 Comments

Now I can hear myself

I rarely get calls on my office phone, but last Friday afternoon I got a call from Ken Levy asking if I could spare a few minutes to give an interview on F# for the podcast that accompanies Code Magazine .  Although I was being highly productive by listening to music and playing with a yo-yo, I agreed to meet him.  I hadn’t even started drinking. Ken posted the interview last night.  It clocks in at just under 40 minutes, and you can listen to it here .  We mainly discuss F#, functional programming, and Visual Studio 2010.  Some of my remarks on Windows Phone were removed, but for more information on that you can watch some of the presentations from MIX10 this week.  There are more “um” and “stuff like that” phrases at the beginning than I would have liked, but I only had a few minutes to prepare.  About a minute from the end I almost make myself laugh. I’m going to need a sample app for some presentations I am giving in the next few weeks so I think I will make a variation of the Dots and Boxes game.  I will just use a random set of dots and base the scores on the total area you capture with any polygon instead of just boxes.  I will also use the game to gauge the interest of some students I work with in geometry and programming.