Friday, June 29, 2007

New article on Sharepoint

New article on Sharepoint

My new article in SharePoint 2007 as been published in codeproject.com

MOSS 2007 – Enabling Forms Authentication
http://www.codeproject.com/spoint/moss_enableforms.asp

Tuesday, June 12, 2007

Microsoft SharePoint Master in Experts-Exchange.com

Microsoft SharePoint Master in Experts-Exchange.com

This is my third certificate in Experts-Exchange



My previous certificates in Experts-Exchange are ASP.NET and XML

Runtime Services in Windows WorkFLow Foundations

Runtime Services in Windows WorkFLow Foundations

Persistence - Saves and restores the state of the workflow at certain points to-from a durable medium.

Tracking - Monitors workflow execution through the exchange of data that can then be persisted to a storage medium or output on a specified stream. For example, the System.Console .

Timer - Manages time-outs such as those required by the Delay activity

Transactions - Provides the transaction support needed for data integrity

Threading - Dispenses physical threads used to execute workflow instances

ASPNET AjaxToolKit latest version released - version 10606

ASPNET AjaxToolKit latest version released - version 10606

Latest Verion

New features like autocomplete text with delimiters, Dynamic context support for controls using Web Services, Accessibility improvements and many more. Check this out.

Check out the Toolkit Sample Website.

Need more info on the Toolkit? The CodePlex wiki has useful links.

Want to contribute fixes? Have you checked out the Toolkit Patch Utility?

Need help with ASP.NET AJAX? Here is a link to its online documentation.

Monday, June 11, 2007

Guidance Automation Extensions and Guidance Automation Toolkit Download

The Guidance Automation Extensions (GAX) expands the capabilities of Visual Studio 2005 by allowing architects and developers to run guidance packages, such as those included in Software Factories, which automate key development tasks from within the Visual Studio environment.

The Guidance Automation Toolkit (GAT) is a guidance package which allows architects to author rich, integrated user experiences for reusable assets including Software Factories, frameworks, and patterns. The resulting Guidance Packages, composed of templates, wizards and recipes, help developers build solutions in a way consistent with the architecture guidance.

Guidance Automation Extensions Technology Preview (February 2007 Release for Visual Studio 2005)
Guidance Automation Toolkit Technology Preview (February 2007 Release for Visual Studio 2005)

Saturday, June 09, 2007

Microsoft Photosynth - A new finding for digital photography

Photosynth is an amazing new technology from Microsoft Live Labs that will change forever the way you think about digital photos. New multi-dimensional imaging technology from microsoft.



Founded by amazingly fruitful collaboration between the University of Washington and Microsoft Research

TechEd Demo...

Learn more...

Wednesday, May 30, 2007

Monday, May 28, 2007

Microsoft - Virtual Tech Ed

The place to extend the Tech·Ed experience online! Easily access Tech·Ed content – including webcasts, virtual labs, podcasts – when you want, where you want. Gain the technical education you need to build, deploy, secure & manage solutions


Sunday, May 27, 2007

Windows Server 2008 has now moved into Public Beta (Beta 3).

Microsoft Windows Server 2008 helps you to increase the flexibility of your server infrastructure while saving time and reducing costs.

Windows Server 2008 with great new features and support from microsoft.

learn more about Windows Server 2008

Friday, May 25, 2007

MOSS 2007 Light-Weight Taxonomy/Tagging System

MOSS 2007 Light-Weight Taxonomy/Tagging System
know more...

This is a light-weight Taxonomy/Tagging system implemented on top of the Microsoft Office Sharepoint Server 2007 (MOSS). Extend the code provided to create your own custom Taxonomy/Tagging system.

Download Link

Tuesday, May 22, 2007

W3wp.exe is not running in proccess

When i try to attach proccess of w3wp.exe for WebPart Debugging i found no processes in my process list.
Then i run the following command to check the number worker process PID (Process ID) on a server using the cscript iisapp.vbs

This will enable the host Scripting and all the processes will be shown in the Process List.

Sunday, May 20, 2007

Saturday, May 05, 2007

Quick overview of InfoPath Object Model

InfoPath 2003 Object Model

thisXDocument.DOM

IXMLDOMNode

Read field1.text

Set field1.text

InfoPath 2007 Object Model

this.MainDataSource

XPathNavigator

Read field1.Value

Set using field1.SetValue()

Monday, April 30, 2007

You are a Community Credit Winner - April 2007

Won 14th Prize in the April 2007 Contest

The Classic Wind-Up Robot



Third time i'm winning prize in Community Credit.

Infopath 2007 - Multiple submit buttons

Running InfoPath 2007, If i would like to have 2 Submit buttons on my form. One to email the form to an e-mail address provided by a form field and the another to publish to a Sharepoint site.

I can easily create these using Infopath button properties, but when I create the second button and change it's properties it also changes the properties of the first buttom.

Is it possible to have multiple submit buttons performing different tasks? If so, how.

In this case, you need to go for 'Rules and Custom Code' option in the button property.

For more reference: microsoft released doc.

Other reference:
http://office.microsoft.com/en-us/infopath/HA101067271033.aspx

Monday, April 23, 2007

Silverlight - Developing next generation interactive media applications for the Web

Microsoft Silverlight



Developing next generation interactive media applications for the Web, Microsoft last week unveiled Silverlight, formerly code-named Windows Presentation Foundation Everywhere (WPF/E). The cross-browser, cross-platform plug-in enables fast delivery of high-quality audio and video and offers consistent experiences to both Macintosh and Windows users on a variety of browsers including Internet Explorer, Firefox, and Safari. For more...

Downloads

Pocket-sized reference for IT professionals who administer and support Microsoft Exchange Server 2007

The practical, pocket-sized reference for IT professionals who administer and support Microsoft Exchange Server 2007.

Three sample chapters - free for download.

Chapter 2: Deploying Microsoft ExchnageServer 2007.
Chapter 6: Configuring Microsoft ExchangeServer With Exchange Management shell.
Chapter 8: MailBox Administration.

Download Here...

Anti-Virus with SharePoint 2007 - Security for MOSS 2007

Antigen for SharePoint - Sybari

Enforce Content Policies and Prevent Viruses on Microsoft Collaboration Systems

Portal Protect for SharePoint - Trend Micro

Virus protection and content filtering for Microsoft SharePoint

McAfee PortalShield for Microsoft SharePoint - McAfee

Keep your Microsoft SharePoint server free of viruses and other threats

AVG 7.5 for SharePoint - AVG(grisoft)

Security protection against worms, trojans, spyware and adware for any file server, regardless of workloads

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...