Ir al contenido principal

Entradas

Mostrando las entradas etiquetadas como sharepoint

Unit Testing SharePoint 2010 con Visual Studio 2012 Ultimate

Para crear pruebas unitarias para código SharePoint 2010 se requiere de Visual Studio 2012 Premium/Ultimate que contiene el framework Microsoft Fakes , Para realizar una prueba de como funciona seguí este ejemplo  Sin embargo no encontré el código para compilarlo; por lo tanto cree un proyecto de web part visual, y agregué los métodos sobre los cuales se hacen las pruebas que aparecen en la página; allí vienen dos métodos de ayuda en la clase de pruebas que tampoco son listados y deben ser algo así: public SPList AddListToSiteHelper(SPSite site)         {             // create a new temporary list                           SPWeb web = site.RootWeb;             var listId = web.Lists.Add("test", "test", SPListTemplateType.GenericList);             SPList list = site.RootWeb.Lists[listId];   ...

SharePoint 2013 recursos

Ya salió la nueva plataforma de SharePoint: SharePoin 2013 en modo preview, y la lísta de recursos rápidamente disponible desde los links de los MVPs mas encumbrados, una recopilación desde Twitter acá. También es bueno seguir el #SP2013 SharePoint 2013 para IT pros Download SharePoint Server 2013 preview Download SharePoint Foundation 2013 preview   Download Language Packs SharePoint 2013 preview  Download SharePoint Designer 2013 Download SharePoint Online Management Shell Preview SharePoint 2013 Training para desarrolladores SharePoint 2013 Technical Library en chm SharePoint 2013 Preview (official documentation online) SharePoint 2013 IT Pro and Developer training materials released Changes from SharePoint 2010 to SharePoint 2013 preview Build Apps for Office and SharePoint Sign up for an Office 365 developer site Requirements SharePoint Server 2013 preview SharePoint 2013: Install SharePoint 2013 with SQL 2012 on Windows Server 2012 eBooks: Deploymen...

Online IDE, compilers

These are the new wave of online dev, I wonder which microsoft will buy for SharePoint online dev? coderun closure (google) ShiftEdit compilr Ref: http://www.codeproject.com/KB/ThirdParty/what-is-an-online-IDE.aspx

SharePoint Tools

Tools for developing SharePoint: Development Tools CKS: Development Tools Edition using Fiddler to debug HTTP and structure of an HTTP request Logging with log4net in SharePoint Simplify SharePoint Development with STSDEV U2U Software Products and Tools / CAML Designer SMTP4DEV ( codeplex ) Top 10 SharePoint Tools

SharePoint 2010 Webcast

SharePoint Developers MSDN Webcast: SharePoint Server 2010 (Part 1 of 8): What's New for Developers (Level 100) MSDN Webcast: SharePoint Server 2010 (Part 2 of 8): Developing Rich Solutions in Silverlight (Level 400) MSDN Webcast: SharePoint Server 2010 (Part 3 of 8): Customizing Search Results (Level 200) MSDN Webcast: SharePoint Server 2010 (Part 4 of 8): Building Business Applications with Silverlight 4 and SharePoint 2010 (Level 100) MSDN Webcast: SharePoint Server 2010 (Part 5 of 8): Developing for SharePoint 2010 on Windows 7 (Level 100) MSDN Webcast: SharePoint Server 2010 (Part 6 of 8): Developing with the New User Interface Features in SharePoint 2010 (Level 100) MSDN Webcast: SharePoint Server 2010 (Part 7 of 8): Developing with SharePoint 2010 Sandboxed Solutions (Level 100) MSDN Webcast: SharePoint Server 2010 (Part 8 of 8): Developing with Data Technologies in SharePoint 2010 (Level 100) Note: SharePoint Webcasts from Microsoft PDC 2009: SharePoint S...