Sunday, July 06, 2008 #

Microsoft Assessment and Planning v3.1

MAP 3.1 is RTMed.

posted @ Sunday, July 06, 2008 7:41 AM | Feedback (0)

Web Form Design Patterns: Sign Up Forms

Best practices on how to design sign up forms.

posted @ Sunday, July 06, 2008 7:36 AM | Feedback (0)

Monday, June 30, 2008 #

Building a SharePoint Team

A SharePoint Team from MSF point of view.

posted @ Monday, June 30, 2008 7:02 AM | Feedback (0)

Mastering Time Series Prediction with SQL Server 2008

A video on how to master Time Series Prediction with Microsoft Microsoft SQL Server 2008 Data Mining.

posted @ Monday, June 30, 2008 7:01 AM | Feedback (0)

Sunday, June 29, 2008 #

Install WSS 3.0 SP1 on Windows Vista

Guide on how to install Windows SharePoint Services SP1 on Windows Vista.

posted @ Sunday, June 29, 2008 7:39 PM | Feedback (0)

Do Less, Get More, Develop on SharePoint

The SharePoint Developer Introduction for .NET Developers.

posted @ Sunday, June 29, 2008 6:57 PM | Feedback (0)

Saturday, June 28, 2008 #

Bye Bye Bill Gates

Bill Gates lastly leaved Microsoft on 27th, June 2008.

posted @ Saturday, June 28, 2008 10:09 PM | Feedback (0)

Saturday, June 07, 2008 #

SysInternals Live Edition

Now you can use Sysinternals live from the internet.

posted @ Saturday, June 07, 2008 2:27 PM | Feedback (0)

Silverlight 2 Beta 2 Released

Silverlight 2 Beta 2 was just released in Tech-Ed 2009 North America.

posted @ Saturday, June 07, 2008 2:13 PM | Feedback (0)

Introducing Windows Embedded Standard 2009

ORLANDO, Fla. — June 4, 2008 — Today at the Tech•Ed North America 2008 Developers conference and through a global webcast event, Microsoft Corp. announced the immediate availability of the Windows Embedded Standard 2009 Community Technology Preview (CTP). In addition, the company stated the product will be available to customers in the fourth quarter of 2008. Windows Embedded Standard 2009 is designed for OEMs wanting to quickly build devices that seamlessly connect into the existing enterprise infrastructure. Featuring new technologies including Microsoft Silverlight, Remote Desktop Protocol (RDP) 6.1, and Microsoft .NET Framework 3.5, Windows Embedded Standard 2009 is designed to drive managed and secure thin clients, sophisticated point of service and kiosk devices requiring visually compelling user experiences, and smart networked multifunction printers that are easy to manage and connect with enterprise infrastructure. Windows Embedded Standard 2009 also includes componentized drivers for Intel Corporation’s latest x86 processor architectures, providing device makers with the flexibility to access the latest generation of hardware. Read More . . .

posted @ Saturday, June 07, 2008 2:12 PM | Feedback (0)

Wednesday, June 04, 2008 #

Facebook Platform is Now Open

Find out more on Facebook Open Platform here.

posted @ Wednesday, June 04, 2008 9:08 AM | Feedback (0)

Monday, May 12, 2008 #

Do Not Use Windows Services as a Cron

TODONT: Use a Windows Service just to run a scheduled process

posted @ Monday, May 12, 2008 7:25 AM | Feedback (0)

TechGuru... Since May, 2003

May, 2008 it has been 5 years I am blogging here in TechGuru since 2003.

posted @ Monday, May 12, 2008 7:10 AM | Feedback (0)

Wednesday, April 30, 2008 #

Enable CLR on SQL Server 2005

Run this query against your SQL Server 2005 to enable CLR on it:

EXEC sp_configure 'show advanced options' , '1';
go
reconfigure;
go
EXEC sp_configure 'clr enabled' , '1'
go
reconfigure;
-- Turn advanced options back off
EXEC sp_configure 'show advanced options' , '0';
go

posted @ Wednesday, April 30, 2008 1:21 PM | Feedback (0)

Friday, April 25, 2008 #

Microsoft Enterprise Search Training Videos

Learn more about Microsoft Enterprise Search in 14 Training Videos.

posted @ Friday, April 25, 2008 8:09 AM | Feedback (0)