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."
Tuesday, April 17, 2007
Microsoft Announces Silverlight
Tuesday, April 10, 2007
BizTalk 2006 R2 Beta Download Instructions
Go to http://connect.microsoft.com/
1) Sign in using your passport
2) Click on Available Connections (on the Connect Home menu)
3) Apply for BizTalk 2006 R2 Beta program
Nomination Start Date : 4/2/2007
Nomination End Date: 8/1/2007
Monday, April 02, 2007
Preventing Anonymous Access from Nicholas Allen's Indigo Blog
Disabling anonymous access requires coordinating the settings in IIS and in your service configuration. Those two sources must be in agreement about whether anonymous access is expected. IIS is already using Windows authentication in this case, so let's look at what needs to happen to the service configuration file. I'm assuming that this is IIS6 so the only network transport we're talking about here is HTTP.
There are two cases depending on whether you want the protocol that gets exposed to be HTTP or HTTPS. The simplest is to keep using HTTP since that's probably what you were using if anonymous access was allowed in the past. To switch off anonymous access with HTTP, you need to set the security mode to TransportCredentialOnly.
Note that TransportCredentialOnly is not supported for every binding (in this case we're using BasicHttp). For WSHttp, the only choice is going to be to use HTTPS. To switch off anonymous access with HTTPS, you need to set the security mode to Transport.
Other bindings can be made to work in this situation as well, including custom bindings. I'm just showing you the most common examples. The key in both cases though is that we're getting transport security with the right kind of credentials associated.
Thursday, March 29, 2007
Announcing the OBA Reference Application Pack for Loan Origination Systems (OR-LOS)
Tuesday, March 27, 2007
BizTalk Server 2006 Documentation in PDF Format
Thursday, March 22, 2007
.Net 3.5 with Orcas!
Monday, March 05, 2007
SQL Server 2005 SP2 Now Available
•Enhanced BI Capabilities
•Interoperability Enhancements
•Performance and Manageability Enhancements
for Review visit what's new in SQL Server 2005 Service Pack 2
Friday, March 02, 2007
My article on Integration technogies
Sunday, February 18, 2007
LOVE is in the air
Wednesday, February 14, 2007
Office Business Applications Developer Portal
Saturday, February 10, 2007
Friday, January 26, 2007
Microsoft innovation days 2007 @ karachi
Microsft innnovation days 2007 @ Lahore
Tuesday, January 16, 2007
Two great features of vista
· P2P / People Near Me: The P2P platform comprises powerful native APIs that help you build peer-to-peer applications. The functionality in the Vista platform takes care of the infrastructure for discovery, connection, and communication between applications, whether we’re talking about two parties or on a multi-party mesh. The P2P functionality transparently plugs into DNS, so peers can easily find and communicate with each other across the internet. And the People Near Me feature locates other users on the same Internet access point. The platform can even create an ad-hoc network directly between users who aren’t connected to the Internet.
· RSS Platform: the RSS platform lets you build RSS-enabled applications without rewriting the basic building blocks of RSS infrastructure. The Common Feed List, Feed Synchronization Engine, and Feed Store in Windows Vista give you support for all major ATOM and RSS formats, background scheduled updates, and APIs that expose a simple object model for feeds. Including RSS support in your application has never been easier.
Wednesday, January 10, 2007
Enterprise Service Bus (ESB) for Partners
You can find a list of the partners in the early access program on the Microsoft SOA/ESB Web site: http://www.microsoft.com/biztalk/solutions/soa/esb.mspx