Skip to content

Upcoming books on Windows Phone 7 development

Reading a book about Windows Phone 7 development is a great way to get you started, and beyond. Here is a list of known upcoming books on the subject. Beginning Windows Phone 7 Development by Henry Lee Published by Apress. More info Pro Windows Phone 7 Development by Rob Cameron Published by Apress More info Windows Phone 7 Game Development by Adam Dawes Published by Apress More info Windows Phone 7 Unleashed by Daniel Vaughan...

Read more

SharePoint 2010 cumulative updates

Release Date Microsoft SharePoint Foundation 2010 Microsoft SharePoint Server 2010 June 2010 update KB2028568 KB983319 KB983497 KB2281364 KB2124512 KB2182938 (Japanese only)...

Read more

How to simulate the SQL WHERE IN clause in SharePoint 2007 SPQuery

If you ever have used something like SELECT * FROM table WHERE field IN ('value1','value2','value3','value4')   in T-SQL, and wanted to mimic this functionality in the SharePoint SPQuery class, you probably have found out there is no IN statement in the CAML Query language. So what do do? One solution is to use a LinQ query that looks something like this: var values = new List {"value1", "value2",...

Read more

No spyware protection warning from Windows Home Server

Ever since I have start to user Windows Home server, this warning has bugged me every time I re-boot my PC. I am running Windows 7 with Microsoft Security Essentials, both updated with the latest Windows Update and security definitions. So I’m pretty sure that I have spyware protection on my system. It turns out that the Security Center service is set to have a delayed start. This means that the Windows Home Server Connector...

Read more

Recent Items

29
Jul

Upcoming books on Windows Phone 7 development

Reading a book about Windows Phone 7 development is a great way to get you started, and beyond. Here is a list of known upcoming books on the subject. Beginning Windows Phone 7 Development by Henry Lee Published by Apress. More info Pro Windows Phone 7 Development by Rob Cameron Published by Apress More...

Read more
28
Jul

SharePoint 2010 cumulative updates

Release Date Microsoft SharePoint Foundation 2010 Microsoft SharePoint Server 2010 June 2010 update KB2028568 KB983319 KB983497 KB2281364 KB2124512 KB2182938 (Japanese only)...

Read more
19
Jul

How to simulate the SQL WHERE IN clause in SharePoint 2007 SPQuery

If you ever have used something like SELECT * FROM table WHERE field IN ('value1','value2','value3','value4')   in T-SQL, and wanted to mimic this functionality in the SharePoint SPQuery class, you probably have found out there is no IN statement in the CAML Query language. So what do do? One solution...

Read more
30
Jun

Microsoft SharePoint 2007 June 2010 CU published

Today Microsoft published the June 2010 CU for SharePoint 2007. This CU also addresses the important security bulletin MS10-039 . To read more about this CU, please follow these links: MOSS 2007 KB983310 WSS 3.0 KB983311 This CU requires you to have the Service Pack 2 installed. And remember to either...

Read more
14
May

SharePoint Server 2010 PowerShell cmdlets

Now that PowerShell cmdlets will replace the stsadm.exe used in SharePoint Server 2007, it can be a little bit difficult to get an overview of the new commands. A newly published article on TechNet: Index of SharePoint Server 2010 Windows PowerShell cmdlets will help you get this information in a structured...

Read more
14
May

What's new in SharePoint Server 2010?

If you ever have wanted to know what new features the Microsoft SharePoint Server 2010 brings to us, you can follow these links from Microsoft. What's New From the TechNet site, we have the What's New in Microsoft SharePoint Server 2010 articles. And from a development perspective we have these...

Read more
25
Apr

Installing SharePoint Server 2010 on a development system. Part 2.

This is the 2nd part of my post on How to Install SharePoint Server 2010 on a development system. Now it’s time to run the SharePoint Products Configuration Wizard. Click Next. You will be asked if it is ok to restart certain services during the wizard. Click Yes. Since we will creating a new server...

Read more
24
Apr

Installing SharePoint Server 2010 on a development system. Part 1

In this post I will guide you through the process of setting up a SharePoint Server 2010 development server. The platform I will cover here will be Windows Server 2008 (R2) and not Windows 7. (Which is, in contrast to SharePoint Server 2007, is both doable and supported). Also, I will not cover installing...

Read more
15
Apr

How to use the SPGridView filter together with a SPDataSource

Normally you will no problems finding examples on how to use the SPGridView together with an ObjectDataSource and use the filtering mechanism. But what about using the SPDataSource object? This can also be done fairly simple. You do the basic things as you do using an ObjectDataSource object, however...

Read more
05
Apr

No spyware protection warning from Windows Home Server

Ever since I have start to user Windows Home server, this warning has bugged me every time I re-boot my PC. I am running Windows 7 with Microsoft Security Essentials, both updated with the latest Windows Update and security definitions. So I’m pretty sure that I have spyware protection on my system...

Read more