Microsoft Office 365 Capability and services

Office 365 logoMicrosoft relaeses new product or i will call it as a service named Office 365, which is an cloud based service that combine Microsoft Office,Sharepoint,Lync and Exchange.

Major capabilty of Office 365 are

  • Simple user interface

  • Role based access control

  • Indentity Federation

  • Multi-factor authentication support

  • Remove scale limitation

Sharepoint online

Office

Exchange online

Lync online

  • My site to manage and share document

  • Access document offline

  • team and project sites

  • Document level permission to protect sensitive content

  • Cross site collection search

  • Share document securely with extranet sites.

  • Flexible service offering with pay as you go, per user licensing

  • The complete office experience with service integration in office 365

  • Always the latest version of office apps

  • familiar office user experience

  • Integrated personal archiving

  • Retention policies and legel hold

  • Exchange control panel

  • free/busy Coexistence

  • Cross- Premises management

  • voice mail with unified messaging

  • Online meeting with desktop sharing

  • Activity feeds

  • Contact photos

  • Click to communicate from office contact cards

  • Windows live federation

  • GAL/skill search in sharepoint

One can find the complete listing of pricing  of office 365 plans on link,and can opt for the plan as per one's business requirement.

What i see the product capability is for  small business, where it can leverage the following feature, and that will certainly lead the business to grow.

1) office web apps for vieweinf editing and shareing documents.

2) Exchange online for email, with mobility accessiblilty

3) Lync online for instant messaging, presence and audio/video confrencing.

4) 24*7 Community support

5) Guaranteed 99.9% uptime

Refrence —
Microsoft Office 365.

Uncategorized

Create PDF file using ItextSharp

The .NET framework does not contain any in-built or any support  to work with PDF files. So, if you want to generate or work with PDF files as part of your ASP.NET web application, you will have to rely on one of the many third party components that are available. One of the free components is iTextSharp, which is a part of a well known Java utility.

Since the lack of documentation on Itextsharp.dll using in c#, so it is quite cumbersome for some to work on this. I am putting down here few of my development task i did while working on itextsharp.

One can download the the dll from
http://sourceforge.net/project/platformdownload.php?group_id=72954

Sharepoint 2010 modal dialog , apply different style/javascript at runtime from parent page

Sharepoint 2010 have a very good featuree of Modal dialog, Modal dialogs in sharepoint 2010 use the client library SP.UI.ModalDialog and showModalDialog

There come the requirement when you want to find the weather the modal dialog is opened or not and you want to modify certain style in modal dialog  from the parent page, this can be achieved by using  javascript  adding it to master page, where you can identify the window location and can create the javascript or style tag that can be add it to modal dialog while rendering.

Sharepoint 2010 LaunchPickerTreeDialog , Folder picker

There have been many instances when one required to upload the document to the document library in a particular folder. If one have noticed that while  uploading the document to document library we get a browse option which let one to select the folder to  add the document in library.

To achieve this sharepoint uses the LaunchPickerTreeDialog method this can be found in /_layouts/1033/PickerTreeDialog.js file under 14 hive folder.  This is used to display the site content and filter the content based on the WebOnly, listOnly, WebAndLIsts and websAndListFolders.