aed8a746-b863-4ed3-8cb3-f751cbbe7ef9|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
I've been using PowerShell a bit recently and I like this alot, very cool...
http://andrewpeters.net/powershell-gadget/
cf28edeb-0007-48ba-8328-1eeb33db5e76|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
What do you think the following post from ADO.NET team blogs says?
http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx
Back in April this year I gave a talk on SQL Server 2008 and one of the aspects I covered was the Entity Framework. It was hard to say at that point what the impact of the Entity Framework was going to be. It just seemed to be important.
27073e8e-39c0-422f-8dc9-5c43f4ae175d|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
Many thanks to Andy Westgarth for organising a very interesting talk on OpenXML, given by Craig Murphy yesterday. Craig gave an excellent introduction to Open XML file formats in general and specifically the Open XML Format SDK 2.0.
I've been working recently on a project migrating SharePoint 2001 Portals to MOSS. The project has had some tight deadlines, hence the absence of posts. I've used PowerShell to deploy and customise the sites. I'll try and post about my experiences using PowerShell with SharePoint.
a9520f0c-6d3c-48e8-adb6-df6a31f42478|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
I've recently written an ASP.NET web application to programmatically execute SQL Server 2000 DTS packages and jobs and report on the outcome. I should really have the link below bookmarked given the amount of times I've used it.
Feature Pack for Microsoft SQL Server 2005, February 2007
39b7bb32-7a25-4fb9-b666-4d1ea7d2387f|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
I'm heading over to Newcastle for the SharePoint User Group tonight.
It's a whiteboard session on MOSS Architecture.
Newcastle SharePoint User Group
Hope to see you there if you are going.
UPDATE....
Big thank you to John Timney (Cap Gemini), Brian English (Cap Gemini) and Phil Hunter (BT) for an excellent user group meeting. There was a mix of people from different industries, lots of round table discussion and good information shared.
I'm currently implementing an intranet/extranet MOSS architecture for 4500 users and found the whiteboard session invaluable.
Once again, many thanks.
59a321ea-1b3e-4ab3-a055-7665e82c777e|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
Working with SharePoint, sometimes you just have to install assemblies to the GAC. An example of this I have had to deal with recently was writing a webpart to access methods in the UserProfileManager class.
Debugging GAC installed assemblies can be a bit frustrating, hopefully the following steps will make it alot easier and obvious....
1. Install the assembly into the GAC
2. Map a drive using SUBST to %SYSTEMROOT%\assembly
SUBST maps a drive to a path - http://www.microsoft.com/technet/archive/msdos/07_refer.mspx?mfr=true
A mapped drive does not use the Assembly Cache Viewer and will show you the true folder structure.
3. Locate and open the GAC_MSIL folder in the mapped drive
4. Locate and open the folder containing your assembly. The name of the folder is the same as the assembly name.
5. Copy the pdb (program database) file from your project build folder to your assembly folder in the GAC. Because you have mapped a drive to %SYSTEMROOT%\assembly you should be able to do this easily with Windows Explorer.
6. Do an iisreset /noforce (this is not really required but usually helps - general rule of thumb for working with SharePoint).
7. Go to Visual Studio and attach the debugger to the w3wp.exe (remember there may be more than one depending on how many app pools you have).
You should now be able to hit the breakpoints you have set.
380df9e2-8adb-4905-927a-905d6a4cf1e3|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
I'm presenting tonight on SQL Server 2008, along with Rik who is presenting on Windows Server 2008 and Richard who is presenting on Visual Studio 2008.
VBUG Newcastle: VS2008, SQL Server 2008 and Win 2008 Launch Event
Hope to see you there.
01cadbdd-8cea-4e6d-8043-9967c42d5fa4|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
17. March 2008 14:09
/
Iain Angus
/
DDD
Comments (0)
I'm going, are you?

This is a community event, by the community for the community.
Get yourself there, registration is now open.
ae636c63-bb5c-4145-8a4b-94f6f839edbc|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098
As Ferris Bueller said "Life moves pretty fast".
Silverlight 1.0 was released last September, the first public beta of Silverlight 2.0 ain't that far away...check out Scott Guthrie's blog post here.
f7bcdf58-eb32-4ae1-abc3-fa90ea0b62cc|0|.0|efeb43f9-a0ad-4f4a-bcaa-ed964944c098