Ir al contenido principal

SharePoint 2010 Webcast

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

Note:
SharePoint Webcasts from Microsoft
InfoPath and Form Services 2010:
*NOTE: from InfoPath Solutions link above: Visual Studio 2010 does not include the InfoPath form template projects that were provided in previous versions of Visual Studio. You also cannot use Visual Studio 2010 to open or edit an InfoPath form template project that was created in a previous version of Visual Studio. However, you can open and edit an InfoPath form template project by using Visual Studio Tools for Applications. For more information, see Working with VSTO 2008 Projects in InfoPath 2010..

SharePoint Designer/Branding/PowerUser:
SharePoint Service Application
Web Parts
Search
Patterns / Best Practices
Web Services
Workflows

Online (Office 365)
OBA

Installation:
Virtual Machine: 2010 Information Worker Demostration (Using the SharePoint 2010 Information Worker Demonstration VM with VMware Step-by-Step)

Comentarios

Entradas populares de este blog

Changing Background GWorkspace

GWorkspace application in GNUstep, is like the equivalent to Nautilus under GNOME. It has interesting features that I'm beginning to love, right now I believe GNUstep is for UNIX-geek-old-fashioned. Here is the screenshot for changing the background image, you need to go to Info->Preferences->Desktop (drop down) then click Choose button for search the image. I'm running GNUstep compiled in Ubuntu 10.04 and the image comes from the folder / usr/share/backgrounds/ Another really cute functionality of GWorkspace is start applications from their installation folder, you need to open the viewer from menu View->Viewer and go to the installation application folder (in my case compiled from sources: /usr/local/lib/GNUstep/Applications ) then a double-click starts the application (*.app)

GNUstep ProjectCenter/Gorm/AClock running Ubuntu 10.04

Download sources GNUstep (stable or unstable) to compile; Dependencies First you need to check dependencies in ubuntu and install with sudo apt-get or search before with apt-cache command; almost every package ends with *-dev in ubuntu repositories this command will install all dependencies for compile: ~$ sudo apt-get install libffi-dev libssl-dev libxml2-dev libxslt1-dev libcairo2-dev libxt-dev GNUstep Make compiling GNUstep make is our first target; it's the primary package to compile GNUstep applications. get the package, untar and change into the folder and compile: ~$wget ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.4.0.tar.gz ~$tar xzvf gnustep-make-2.4.0.tar.gz ~$cd gnustep-make-2.4.0/ ~$./configure --prefix=/usr/local/GNUstep/ --enable-native-objc-exceptions ~$make ~$sudo make -E install *NOTE: the options /usr/local/GNUstep/ is the folder where all the GNUstep is going to install. the second option --enable-native-objc-exceptions enable th...

Gnome-Software en Fedora 21

Fedora 21 es mi escritorio ahora. GNOME 3.14 es mas sexy que Unity, la interfaz es simple y funcional. Instalando Programas Fedora supone un cambio en el manejo de instalación de paquetes yum ha sido la herramienta desde la terminal de comandos; en general es fácil de usar y puedes acostumbrarte rápidamente a usarlo como apt-get de debian/ubuntu. Yum a su vez será reemplazado con DNF y prácticamente los comandos son los mismos. Gnome-Software gnome-software es el programa para instalar desde una interfaz gráfica, es sencillo con una presentación bastante limpia. Sin embargo un día dejó de presentar los programas mostrando solamente las opciones vacías. Intentando revisar en fuentes de software simplemente salía un mensaje con la leyenda fuentes no encontradas o vacías... Es increíblemente difícil reparar este comportamiento desde el mismo programa más bien imposible. Esto supongo que es debido a las preferencias de gnome porque el usuario final no tenga que lidiar jamás ...