Thursday, July 12, 2007
MSDN Virtual Lab: Office Business Application Reference Application Pack for Manufacturing Plant Floor Analytics
Sample BizTalk 2006 R2 HIPAA Solution Published on Codeplex
· Business Rules Engine
· SQL 2005 Analysis Services
· MOSS and InfoPath
· New R2 EDI Features for healthcare
Friday, July 06, 2007
BizTalk Server 2006 extensions for Windows Workflow Foundation Sample
Prerequisites for the walkthrough:
1- To complete the walkthrough you should first have Visual Studio 2005 professional or greater installed.
2 - You also need BizTalk Server 2006 R2 Beta 2 which is available on it's own connect site here. 3 - SQL Server 2005 SP1 express or greater is also required and you can get that here.
4 - Lastly you'll need the BizTalk extensions for WF from Connect.
The walkthrough will take about an hour and it starts with a WF workflow model and steps you through how to run this workflow inside the BizTalk Server managed server environment. No BizTalk experience is required for the walkthrough.
Tuesday, July 03, 2007
Life at Google - The Microsoftie Perspective
http://no2google.wordpress.com/2007/06/24/life-at-google-the-microsoftie-perspective/
Saturday, June 30, 2007
3 new OBA (Office business Applications) RAP (Reference Architecture Pack) Released
OBA RAP for Plant Floor Manufacturing Analytics:
http://msdn2.microsoft.com/en-us/architecture/bb643797.aspx
OBA RAP for E-Forms Processing in the Public Sector:
http://msdn2.microsoft.com/en-us/architecture/bb643796.aspx
OBA RAP for Health Plans
http://msdn2.microsoft.com/en-us/architecture/bb530326.aspx
Beta of two new web-based applications
1)Live Photo Gallery allows people to easily sharing, editing, organizing and printing of photos and digital home videos stored on their computers.
2) Windows Live Folders provides 500MB free Microsoft's online storage service, aiming to make it easier to share and control access to files stored online.
Both products are in 'managed beta', which means that the general public will not yet be offered access. Microsoft dominant position in the software market is an advantage over web-only service providers, such as Google and Yahoo
Thursday, June 28, 2007
Calling a .NET class from a Gadget
1. We can interact with COM component by using the ActiveX Object constructor.
2. They are also different ways to interoperate with an application or a web service using WCF
3. A reference to Windows Forms UserControl is another option.
4. Last way is to dynamically execute a command line application, pass it arguments and get back output.
Tuesday, June 26, 2007
Enterprise Library 3.1 is here :)
Saturday, June 23, 2007
Article on Choosing the Right Technology for Integrating Systems
Tuesday, June 19, 2007
Pakistan Developer Conference 2007
I had 2 sessions today and 2nd was great , i had to play in a fast forward mode in the first one so sorry for that guys. The presentations as per promised are as follows
Integrating Microsoft Office InfoPath 2007 Forms into Workflow Solutions and Business Processes (in .ppt format)
Choosing the Right Technology for Integrating Systems ( in .ppt format)
I'll upload the Code soon :). Cu tomo at PDC
Thursday, May 31, 2007
Windows Vista: Beta 2, RC1, and RC2 Set to Expire
After May 31, 2007, users that continue to use pre-release versions of Windows Vista will be able to log in for 2-hour sessions to retrieve data. After 2 hours of use, the PC will automatically reboot without providing the opportunity to save data. The opportunity to log in normally for these 2 hour sessions will only be available for a limited time.
Find answers to frequently asked questions on the Windows Vista blog.
Monday, May 28, 2007
8 Tips And Tricks For Better BizTalk Programming
the tips are as follows
1. Always Use Multi-Part Message Types
2. Always Try to Design Orchestrations with Direct-Bound Ports
3. Always Use Separate Internal and External Schemas
4. Never Expose Your Internal Schemas Directly in WSDL
5. Always Optimize the BizTalk Registry for Web Services
6. Always Set the Assembly Key File with a Relative Path
7. Never Overlook Free Sample Code
8. Debug XSLT in Visual Studio
O2 OBA Challenge
you can read more details here
Sunday, May 27, 2007
Pakistan Developer Conference 2007 is here :)
Architect Journal -12th edition
Sunday, May 20, 2007
Microsoft PopFly
1. Popfly Creator is a set of online visual tools for building Web pages and mashups.
2. Popfly Space is an online community of creators where you can host, share, rate, comment and even remix creations from other Popfly users.
See the video here for how to easily use online services like Flickr, Digg, and even World of Warcraft without writing code.
Tuesday, May 15, 2007
Judging Imagine cup 2007 , pakistan

The Imagine Cup is one way Microsoft is encouraging young people to apply their imagination, their passion and their creativity to technology innovations that can make a difference in the world – today. Now in its fifth year, the Imagine Cup has grown to be a truly global competition focused on finding solutions to real world issues.
The 2007 Theme is Education. This year, Microsoft is calling on young programmers, artists and technologists around the world to "imagine a world where technology enables a better education for all." We’re challenging students to bring their ideas to life in a multifaceted competition that comprises nine categories, each catering to a different technological or artistic affinity. Students’ work will reflect valuable, real world solutions, while giving them the opportunity to compete for cash prizes. When coupled with the power of technology the potential of young people is unlimited and the ideas they develop for the Imagine Cup could significantly improve the lives of millions of people around the world. In this competition, everyone wins.
Thursday, May 10, 2007
TechEd US 2007: SOA and Web Services Track Schedule
Monday, April 23, 2007
Visual Studio Orcas Express
A gr8 Screenshot below :)
Thursday, April 19, 2007
Converting Messages to Text in Outlook 2007
"
In Outlook 2003, you could open an email message and convert it from HTML to text by hitting Ctrl-Shift-O. That was handy, because I generally prefer to bottom-quote, and that's a pain in the ass when the email is HTML. So when I installed Outlook 2007 I was annoyed that Ctrl-Shift-O didn't work any more.
After a bunch of fumbling around, I finally discovered that if you open a message and edit it (Message->Other Actions->Edit), you can then change it to plain text (Options->Plain text). Well, being a keyboard guy, I got pretty tired of doing that, so now I have the following key sequence committed to muscle memory:
Enter (open message)
Alt H X E (edit message)
Alt P L (convert to plain text)
Alt H R P (reply)
Which, honestly, sucks, but is maybe 100 times as fast as doing the same thing with the mouse."