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

Category: Server-Side

Crear Item en Lista de SharePoint usando CSOM

Ismael CruzMay 23, 2017Leave a comment
A través de una aplicación de consola podemos crear items en una lista utilizando la librería cliente de SharePoint: string...

Firmar DLLs (Microsoft IL Disassembler-Assembler)

Ismael CruzMay 4, 2016Leave a comment
Debemos crear un fichero BAT (.bat) en la misma ruta de la DLL que queremos firmar. DEL .\SIGNED_LIBRARY.* /F "C:\Program...

Obtener Datos de Servicio REST con RestSharp

Ismael CruzApril 27, 2016Leave a comment
Este fragmento de código nos permite hacer una llamada a un Web Service REST mediante la librería RestSharp. var client...

Convertir string en string[] o char[] y viceversa

Ismael CruzMarch 16, 2016Leave a comment
Podemos convertir strings, chars y arrays entre si de estas formas:   string -> string[] (Todo el string en un...

Obtener URL de la página de propiedades de un item

Ismael CruzDecember 14, 2015Leave a comment
A través de esta función podemos obtener la URL para ver las propiedades de un item de una lista de...

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....

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()) {...

CAML Query Auto-Created in C# with Loops

Ismael CruzJanuary 25, 2014Leave a comment
This is a function in order to create a CAML Query specified for Filters. Once we have the filters, we’ve...

Empty DropDown After Submit your Form and Information Lost

Ismael CruzJanuary 15, 2014Leave a comment
My case: It’s a standard register form created in a SharePoint WebPart (but this error could happen even if you’re...

Posts navigation

1 2 3

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.