Monday, August 13, 2007

Office 2007 Tips 'n' Tricks – Part 01

This is part of my notes, I took in Vinod's session organized by BDotNet Group (Bangalore Dot Net Group). This article is not formatted well, sorry for that, feel free to ask if you have any doubts.


Microsoft Outlook 2007


  • eMail
    • Space - Page Scroll
    • Collapsible panel , sort by to / from
      • Type and go to particular persons email
    • Message TimeLine View (available in advance tool bar)
    • Search folders
      • Get larger emails
      • Unread emails
      • Or any other custom criteria
      • This is easiest way to view / organize single folder , similar as VIEW of a TABLE
      • Search does not include calendar
    • Right Click on the mail -> create rule (Fastest way to create rule)
    • Navigation
      • Ctrl + 1 , 2 , 3, 4
    • Flags
      • Flag for tomorrow / next week etc
      • drag to calendar icon and create reminder with that email….. too easy.. J
    • Drag 'n' Drop eMail
      • On Calender
      • On Task
    • "Compact Now"
      • When any file is deleted outlook does not actually release space from pst
      • Compact now will compact the pst
      • Right click on pst file in outlook folder pane -> properties -> advance -> compact now
    • Archiving
      • In Outlook 2007 archiving is possible @ folder level
      • Archiving is good too speed up outlook
  • Calendar
    • Two time zones
    • Break Minutes -> 30 Mins, 60 Mins. ( can be set according to your need)
      • Thumb Rule: Do not attach big attachment with calender
  • Word
    • Drag
      into open dialog box favorite
    • Shift + Enter
      To give summary like this and do not put new bullet
    • Formatting
      • Copy: Ctrl + Shift + C
      • Paste: Ctrl + Shift + V
      • Lines (Auto Correct Options)
        • ---
          Three hyphen / dash and press enter for single thin line

        • ___
          Three underscores and press enter for single thick line
        • ===
          Three equal to sings and press enter for double line


Saturday, August 11, 2007

RUN command shortcut

" I know there are a lot of people who love using the run prompt or the command prompt rather than using the mmc control ... So here are some quick tips that you can use ... Enjoy ... "

Click Here to read this interesting post of VINOD

Microsoft .NET Framework 3.0 (Brief Overview)

Topics:
What is the Microsoft .NET Framework 3.0?

What is Windows Communication Foundation ?
What is Windows Presentation Foundation ?
What is Windows Workflow Foundation?
What is Windows Card Space ?


What is the Microsoft .NET Framework 3.0?

The Microsoft .NET Framework 3.0 (formerly WinFX), is the new managed code programming model for Windows.

It combines the power of the .NET Framework 2.0 with four new technologies:
Windows Presentation Foundation (WPF),
Windows Communication Foundation (WCF),
Windows Workflow Foundation (WF), and
Windows CardSpace (WCS, formerly “InfoCard”).

Use the .NET Framework 3.0 today to build applications that have visually compelling user experiences, seamless communication across technology boundaries, the ability to support a wide range of business processes, and an easier way to manage your personal information online. This is the same great WinFX technology you know and love, now with a new name that identifies it for exactly what it is – the next version of Microsoft’s development framework.

What is Windows Communication Foundation ?
The Windows Communication Foundation (previously codenamed "Indigo") is Microsoft's unified framework
for building
secure,
reliable,
transacted, and
interoperable distributed applications.What is Windows Presentation Foundation ?

Windows Presentation Foundation (WPF) is the next-generation presentation sub-system for Windows.

It provides developers and designers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents.

What is Windows Workflow Foundation?

Windows Workflow Foundation (WF) is the programming model, engine and tools for quickly building workflow enabled applications.

WF radically enhances a developer’s ability to model and support business processes.

Windows Workflow Foundation is a part of the .NET Framework 3.0 that enables developers to create workflow enabled applications. It consists of the following parts:

Activity Model:
Activities are the building blocks of workflow, think of them as a unit of work that needs to be executed.

Activities are easy to create, either from writing code or by composing them from other activities. Out of the box, there are a set of activities provided that mainly provide structure, such as parallel execution, if/else, call web service.

Workflow Designer:
This is the design surface that you see within Visual Studio, and it allows for the graphical composition of workflows, by placing activities within the workflow model.
One interesting feature of the designer is that it can be re-hosted within any Windows Forms application.

Workflow Runtime:
Our runtime is a light-weight and extensible engine that executes the activities which make up a workflow.

The runtime is hosted within any .NET process, enabling developers to bring workflow to anything from a Windows Forms application to an ASP.NET web site or a Windows Service.

Rules Engine:
Windows Workflow Foundation has a rules engine which enables declarative, rule-based development for workflows and any .NET application to use.
Here is an article which outlines the capabilities of the rules engine.

Windows Workflow Foundation will be released as part of the .NET Framework 3.0 which is part of the Windows Vista release. The .NET Framework 3.0 will be available for Windows XP as well as Windows Server 2003

What is Windows Card Space ?
Windows CardSpace enables users to provide their digital identities in a familiar, secure and easy way.

In the physical world we use business cards, credit cards and membership cards.

Online with CardSpace we use a variety of virtual cards to identify ourselves, each retrieving data from an identity provider. Don't struggle with usernames and passwords, just choose an information card!