Monday, July 27, 2009 #

Sharepoint datalayer

I was spending some time discovering design patterns. When searching for the decorator pattern, I also aimed to retrieved results for SharePoint. This way I found a nice site about a datalayer for SharePoint.

It's based on extension methods and generics. It wraps the SPListItem class, and adds some new "custom" functionality. That way, by using the wrapper, you can access your SPListItem objects more strongly typed.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, July 27, 2009 1:24 PM | Feedback (0)

Tuesday, May 12, 2009 #

Use firebug in IE

I've found an interesting article where they explain how you can use Firebug (Lite) in IE.

Use firebug in IE

It can come in handy sometimes to fine tune javascript...

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, May 12, 2009 11:17 AM | Feedback (1)

Friday, April 24, 2009 #

Sharepoint on Redmond Developer News

Seems that SharePoint rocks nowadays :-)

Last year, the SharePoint business unit surpassed 100 million licenses and $1 billion in total revenue, according to Microsoft.

And as read on the Redmond Developer News site, with the coming of Visual studio 2010:

"Microsoft has been scaling up our guidance, and our application and tools, really, really fast," Andrew says, noting that Visual Studio 2010 will fully integrate SharePoint development support.

That is something to look forward... :-)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, April 24, 2009 11:49 AM | Feedback (0)

Tuesday, December 02, 2008 #

Unit Testing and SharePoint

I've been looking around for sometime, but never found some good information about it. Well, today, I've found some interesting articles (It's not really that new, the article is dated September 15 2008).

It seems that there's a possibility for Unit Testing with SharePoint, you can do it with TypeMock.

The article is found here.

Here are some other referenced articles that might be interesting.
Gonna try some of these articles. Hope it's worth it.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, December 02, 2008 6:47 PM | Feedback (0)