Browse by Tags

All Tags » SharePoint 2010 » SharePoint » SP2010 Beta » SPC09 (RSS)
If you are already familiar with SharePoint 2010, you already know how easy it is to build and deploy a web part now.  However, this post is for those that don’t keep up with SharePoint as some of us do and may not realize how the development experience...
I am pretty passionate about Enterprise Search and with MOSS 2007 I saw customers really struggle because wildcard search was not offered out of the box and most of the web parts in Microsoft.Office.Server.Search.WebParts are sealed.  Luckily, the...
Curious to know what the Services on Server page looks like now?  Well, then this is the post for you.  Instead of just having the 6 or so services that you had in MOSS 2007, there are many more services listed on the Services on Server page...
Microsoft really answered the call of developers by adding several new events that developers had been wanting in MOSS 2007.  Event better, Visual Studio 2010 really makes it easy by using the new Add Event Receiver wizard.  It provides an interface...
If you are like me when you get a new product, you look at every possible little thing you can find to see what’s new or different.  That’s why I post this today because I figured you might be interested in what the databases might looks like in...
With MOSS, it seemed like most web part developers tended to avoid changing the version of their DLL, because it lead to numerous headaches as you had to update the .webpart file.  You also had to update any page that you might have the web part...
This is another topic that is quite dear to most SharePoint developers.  We’ve all been there.  We want to know if a list item exists and the indexer is useless.  It throws an exception should we attempt to access an item that does not...
You might have seen that there is a new designer for working with web parts in Visual Studio 2010.  This is actually, not quite the case, so I thought I would share with you how it actually works.  When you use the Visual Web Part SPI (SharePoint...
This is a bitter subject with most MOSS 2007 developers because the most common way to do this is by using a try/catch block when you try to use the indexer on SPListCollection.  Well, I am pleased to tell you about a new method I discovered on SPListCollection...
If you’re a SharePoint person, you of course have the following path burned into your memory forever. C:\Program Files\Common Files\Microsoft Shared\Web Server Extension\12 Well pretty soon, you can replace that with: C:\Program Files\Common Files\Microsoft...
There are a number of feature improvements in SharePoint 2010.  They have made many changes which allow you to do more with features when they are activated or upgraded.  One of the new features it the ability to write to the property bag. ...
MOSS 2007 was a very capable ECM product but there were definitely some things in it that required coding to accomplish.  There are five specific areas that are new or that have been improved that are worth mentioning for the world of Enterprise...
As you have already probably heard, a bunch of things have been added to Visual Studio to make the development effort less painful.  After working with the new version for a little while, I have got to say it will definitely change the way you think...
SharePoint 2010 has a number of new features centered around working with large lists.  SP2010 can support up to 50 million items in a list now, but you don’t obviously want to return all of those in a single query.  To aid with this, SP2010...
Now that the NDA has been lifted, I am excited to talk about some of things that I have noticed are new, interesting, or changed in SharePoint 2010.  This post today is just a bullet list of random things that I thought were worth mentioning. Standard...