This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPRibbon ribbon = SPRibbon.GetCurrent(this.Page); | |
ribbon.MakeTabAvailable("Sandrino.Ribbon.Tab"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sp_dropserver 'VM-2008R2-AD' | |
GO | |
sp_addserver 'VM-CRM2011', local | |
GO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe -i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ProvideAutoLoad("ADFC4E64-0397-11D1-9F4E-00A0C911004F")] | |
public sealed class MyPackage : Package |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TasksDomainContext ctx = new TasksDomainContext(new Uri("http://localhost:10001/Tasks.svc")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ ServiceHost Service="Sandworks.Silverlight.nTier.Services.TasksDomainService" | |
Factory="System.ServiceModel.DomainServices.Hosting.DomainServiceHostFactory, System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Message Importance="high" Text="##teamcity[message text='Obfuscating...' status='WARNING']" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Message Importance="high" Text="##teamcity[progressMessage 'Obfuscating...']" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<system.data> | |
<DbProviderFactories> | |
<remove invariant="System.Data.SqlServerCe.3.5" /> | |
<add name="Microsoft SQL Server Compact Data Provider" | |
invariant="System.Data.SqlServerCe.3.5" | |
description=".NET Framework Data Provider for Microsoft SQL Server Compact" | |
type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/> | |
</DbProviderFactories> | |
</system.data> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class DbProviderFactoryDescription | |
{ | |
/// <summary> | |
/// Gets or sets the name. | |
/// </summary> | |
/// <value>The name.</value> | |
public string Name { get; set; } | |
/// <summary> | |
/// Gets or sets the invariant. |