Architecture and Planning for MOSS 2007

Useful worksheets for SharePoint Server 2007 Planning

Downloadable book: Planning and architecture for Office SharePoint Server 2007

Planning worksheets for Office SharePoint Server 2007

Plan overall design

Plan Web site structure and publishing (Office SharePoint Server)

Plan for personalized content and sites

Plan workflows

Plan InfoPath Forms Services

Plan for business intelligence

Plan search (Office SharePoint Server)

Plan communication (Office SharePoint Server)

Plan document management

Plan records management

Plan site and content security (Office SharePoint Server)

Plan for site creation and maintenance (Office SharePoint Server)

Plan for system requirements

Design server farms and topologies (Office SharePoint Server)

Design logical architecture

Plan for authentication (Office SharePoint Server)

Plan for and design security (Office SharePoint Server)

Plan for performance and capacity (Office SharePoint Server)

Plan for and design database storage and management

Webcast on .Net Framework 3.0,ASP.Net 2.0, SQL Server 2005, AJAX

Click here to Register for Microsofts Webcasts

ASP.NET
ASP.NET 2.0 Deployment – Tips and Tricks
AJAX Enabling your ASP.NET 2.0 Applications Tips and Tricks
Advanced ASP.NET AJAX
ASP.NET “Futures” – a peep into what is coming up in vNext
What is new in Visual Studio 2008 for Web Developers

.NET Framework
Understanding differences of the Native and Managed worlds
Understanding components of .NET
Understanding the structure of a .NET assembly using common tools
Designing performant applications for .NET + tips and tricks
Basics of debugging .NET applications

SQL Server 2005
SQL Server 2005: Reading Execution Plans
SQL Server 2005: Query Tuning
SQL Server 2005 – Basics

How to Display Quick Launch in Web Part Pages/Custom Pages in Moss 2007

To Display Quick Launch in Custom Web Part Pages

Follow the Below Steps to Enable Quick Launch :

Normally when we create the Web Part page the quick launch will not be displayed in left navigation bar

  1. Open the Page for editing in Sharepoint Designer
  2. Remove the LeftNavBar Content Place holder from Master Page (ie. remove the content Place holder)


3. Save the Page

You can find the Quick Launch in Web Part Page

Microsoft Office SharePoint Conference 2008

Microsoft is pleased to announce the Microsoft Office SharePoint Conference 2008 to be held from March 2-6, 2008 in Seattle, WA USA at the Washington State Trade and Convention Center.

What You Can Expect:
Keynote sessions by senior Microsoft Executives
60+ sessions across several diverse tracks
Hands-on and Instructor led labs

For More Info Click here

Microsoft Silverlight

Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of Microsoft .NET–based media experiences and rich interactive applications for the Web.

By clicking Get Microsoft Silverlight you accept the Silverlight licenseagreement.
Silverlight updates automatically, Learn more.

Download Silverlight here

Microsoft .NET Framework 3.5 – Beta 1 Download

Microsoft Has released the Beta 1 version of Microsoft .Net Framework 3.5. Download it from here.

.NET Framework 3.5 is planned to release at the end of 2007 and will ship with Visual Studio code name ”Orcas” and will also continue to be available for separate download from MSDN.

Microsoft Office Groove 2007 demo

See Microsoft Office Groove 2007 in action. This demo shows how Groove 2007 helps you and your team complete projects on time and within budget by making it easier to share information and work together—anywhere, anytime, with anyone.

Click here to view Demo

Programmatically Update List Content in SharePoint

Hi Devs,

The Below is the Sample Code to update the Sharepoint list content programmatically by using SharePoint Object Model.

SPSite Site = new SPSite(“http://localhost:21000”);
SPWeb Web = Site.OpenWeb();
SPList List = Web.Lists[“Address Book”];
SPListItem ListItem = List.GetItemById(0);

string FullName = string.Empty;

FullName = ListItem[“FirstName”].ToString() + ListItem[“LastName”].ToString();
SPListItem[“FullName”] = FullName;
ListItem.Update();

Google Page Rank for My SharePoint Blog

I got google page rank for my sharepoint blog


Verify PR

Microsoft Surface

The software giant has built a tabletop, multitouch computer that talks to phones, cameras and credit cards. Go behind the scenes of this extreme machine’s top-secret development with a PopularMechanics special video report.