Friday, August 29, 2008

Shrink Database files in Sharepoint Database

Let's see simple steps to shrink the database files for the SharePoint environment.
First check out the properties first for our SharePoint database files.

Now let's run the SQL command to shrink the database data file
Now let's run the SQL command to shrink the database log file
After these execution look at the property again to check the difference of after shrinking the files.

Tuesday, August 26, 2008

Rapid Tools for SharePoint -- Developer productivity tools for the SharePoint platform.

Rapid Tools for SharePoint from Google Code

Rapid Tools for SharePoint is a set of developer tools that are dedicated to making SharePoint developers more productive. Rapid tools enables developers to build SharePoint custom applications using the full Software Development Life Cycle (SDLC). Traditionally using the SDL with the SharePoint platform has been a painful and awkward process, but with Rapid Tools for SharePoint application developers are now in full control of SharePoint development and deployment in a way that was not possible before.

Explore >>

Friday, August 08, 2008

System Center Operations Manager 2007 Management Packs for SharePoint 2007

System Center Operations Manager 2007 Management Packs for SharePoint 2007
These packs monitor the health state of the components in your SharePoint environment that affect performance and availability. When there is an issue that may cause service or performance degradation, Operations Manager 2007 uses the management packs to detect the issue, alert you to its existence, and facilitate diagnosis and corrective actions.The management packs monitor:

Windows SharePoint Services 3.0 related services (Timer, Tracing and Search)
Windows SharePoint Services 3.0 related Events
Web server applications such as Internet Information Services (IIS)
IIS-related Events
Microsoft SQL Server® database-related events
WSS Server performance
Download
For other products search here

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...