Hock Blogs .NET

Bloggin' about everything .NET related!

Just watched PDC presentation on WCF Ria Services

clock January 10, 2010 21:01 by author Robbert
Hi there, Just watched the Building Amazing Business Applications with Microsoft Silverlight and Microsoft .NET RIA Services presentation by Brad Abrams from the PDC '09 last November. My first introduction to WCF Ria Services. Great demo! Hope this is usefull! gr, Robbe... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Sitecore friendlyurl in a publishitem pipeline is wrong.

clock December 31, 2009 17:28 by author Robbert
Hi there, In one of my previous posts, i used the PublishItemProcessor in a custom pipeline step. If you're looking at the friendly url for the item to be published, you'll notice something remarkable.    14         public over... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


XmlTextWriter.WriteStartElement for RootElement and overriding namespace

clock December 29, 2009 21:22 by author Robbert
Hi there, I'm having some problems with the XMLTextWriter. On MSDN it says: Namespace Declaration Overriding with the XmlTextWriter The following code example shows how to manually override the namespace associated with a given prefix. Notice that the order value overrides the orig... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Sitecore PublishItemProcessor and no current HttpContext

clock December 28, 2009 22:37 by author Robbert
Hi there, As some of you know Sitecore 6 has a new pipeline called the publishItem pipeline. A pipeline for publishing Sitecore items. Christopher Wojciech already talked about it here. As already descibed in the web.config all you have to do is the following: <publishItem ... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Bing Maps Silverlight control 1.0 released and handy links

clock November 16, 2009 20:40 by author Robbert
Hi there, Yeah, It's now official. At TechEd Europe, the Bing Maps team released version 1.0 of the official Bing Maps Silverlight Control!  This is a replacement for the previous Virtual Earth Javascript control and provides a great DeepZoom experience for using the mapping platform.&... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Handy snippet for Sitecore CMS - Part 5 - Getting items from a Treelist, the other way

clock November 14, 2009 08:14 by author Robbert
Hi there, In my previous post, you could get the items from a tree list field. In this post, we'll get them in another way: Sitecore.Data.Items.Item item = Sitecore.Context.Item; Sitecore.Data.Fields.MultilistField multilistField = item.Fields["TreeListField"]; Sit... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Handy Snippet for Sitecore CMS - Part 4 - Getting items from a Treelist

clock November 13, 2009 20:01 by author Robbert
Hi there, Part 4 of my handy snippets section. This time, getting the items from a Treelist. Sitecore.Data.Items.Item item = Sitecore.Context.Item; Sitecore.Data.ID[] ids = Sitecore.Data.ID.ParseArray(item["TreelistField"], false); foreach (ID id in ids) {  ... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Handy snippet for Sitecore - Part 3

clock November 12, 2009 20:57 by author Robbert
Hi there, Part 3 of my handy snippets contribution. This time: getting the startitem: Sitecore.Data.Items.ItemUtil.GetItemFromPartialPath(Sitecore.Context.Site.StartItem, Sitecore.Context.Database); Hope this is usefull! gr, Robbert  
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Handy snippet for Sitecore CMS - part 2

clock November 11, 2009 21:05 by author Robbert
Hi there, This is my second 'handy snippet post' when developing Sitecore CMS websites. You'll use the following snippet, when hard-coding a sublayout (UserControl) on another UserControl (Sublayout) : <sc:Sublayout runat="server" Path="/layouts/sublayo... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Handy snippets for Sitecore CMS

clock November 10, 2009 21:03 by author Robbert
Hi there, I'll be posting some handy snippets in the next blog posts, you'll often use when developing Sitecore CMS websites. This snippet is for dynamically rendering a UserControl inside a placeholder. System.Web.UI.Control control = System.Web.UI.Control.Page.LoadControl("... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


RSS Atom

Search

Tags

Archive

Categories


        

    Currently reading

    Calendar

    <<  February 2010  >>
    SuMoTuWeThFrSa
    31123456
    78910111213
    14151617181920
    21222324252627
    28123456
    78910111213

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2010

    Sign in