Skip to content

IDT Tech Blog

  • Office 365
    • SharePoint Online
      • Modern Sites
      • SPFx
  • SharePoint
    • SharePoint Online
      • Modern Sites
      • SPFx
    • SharePoint OnPrem
      • Boundaries
      • Central Admin
      • Contents
      • Custom Code
      • Event Receivers
      • Look and Feel
      • Managed Metadata
      • Project
      • Search
      • SharePoint Apps
  • Client-Side
    • React
    • Typescript
    • AngularJS
    • Javascript
      • JQuery
  • Server-Side
    • ASP.NET
    • C#
    • Entity Framework
    • Windows Server
      • IIS
  • Windows
    • Office
      • PowerQuery
    • PowerShell
    • TFS
    • Visual Studio
  • iOS
    • SpriteKit
    • Storyboards
    • Swift
  • Mac OS
    • Terminal
IDT Tech Blog

Tag: code

Obtener el número de líneas de código recursivamente en un directorio

Ismael CruzMarch 14, 2019March 14, 2019Leave a comment
A través de PowerShell podemos obtener el número de líneas de código que tenemos en nuestra solución (o en la...

Convertir HTML en PDF en C#

Ismael CruzOctober 23, 2015Leave a comment
Una interesante herramienta para crear facilmente PDFs desde HTML: NReco PdfGenerator. 1. Creamos nuestro HTML string html = "MY_HTML"; 2....

Como ocultar el enlace "Contenidos del Sitio" del menú de SharePoint 2013

Ismael CruzJune 13, 2014Leave a comment
En el menú lateral izquierdo de nuestras páginas de SharePoint podemos ver que el último enlace es el de “Contenidos...

How to embed an image in HTML (Usually for Emails)

Ismael CruzFebruary 6, 2014Leave a comment
If you’re developing some HTML code that it can be accessed by thousands of people at the same time, if...

Delete SharePoint Page Programmatically

Ismael CruzJanuary 25, 2014Leave a comment
SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) { //Obtain the page PublishingPageCollection publishingPages...

Checkin/Publish and Unpublish/Checkout SharePoint Pages Programmatically

Ismael CruzJanuary 25, 2014Leave a comment
Unpublish and Checkout SharePoint Page: SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) {...

Buscar

Categorías

Active Directory (3) AngularJS (3) ASP.NET (11) BAT Files (4) Boundaries (2) C# (24) Central Admin (6) Client-Side (12) Contents (12) CSS (5) Custom Code (21) Entity Framework (1) Errors (17) Event Receivers (2) File Formats (1) HTML (4) HttpModule (2) Hyper-V (2) IIS (3) iOS (3) Javascript (17) JQuery (7) LOG (2) Look and Feel (6) Mac OS X (2) Modern Sites (3) Network (1) Office 365 (7) Performance (2) PowerQuery (2) PowerShell (21) React (3) Search (5) SharePoint Online (14) SharePoint OnPrem (69) SPFx (4) SQL (3) Terminal (2) TFS (2) Typescript (5) User Profiles (3) VBA (3) Visual Studio (13) Windows Server (6) Workflows (3)
IDT Tech Blog
Proudly powered by WordPress | Theme: refur by Crocoblock.