Welcome to MSDN Blogs Sign in | Join | Help

September 2006 - Posts

WSE 3.0 Resources

1) First go to the WSE Home Page here Download the WSE 3.0 SDK and read the documentation introduction Run each of the WSE Quickstarts samples and look through the code. Work through the two detailed WSE 3.0 Hands on Labs (HOLs) Exploring Security Exploring
Posted by ashishme | 0 Comments

Sorting using IComparer

Almost every where on Internet we can find the implementation of IComparer for Sorting. And to surprise it has been stated to sort an array in reverse order use Array.reverse() . But I think a better solution is to return (-1) * ReturnValue {ReturnValue
Posted by ashishme | 0 Comments

Microsoft launches ZUNE - an IPOD killer

Check out the Microsoft ZUNE at: http://www.engadget.com/2006/09/14/microsoft-launc... http://www.microsoft.com/presspass/presskits/zune http://www.zuneinsider.com/ Enjoy!!! with ZUNE and experience the WiFi connectivity that lets you play songs from
Posted by ashishme | 0 Comments

Authorization and Validation

The service oriented architecture and distributed computing comes with various advantages as well as few disadvantages that can be over come with proper consideration to each. Here I am pointing to the Security and Integrity of the data. Definitely the
Posted by ashishme | 0 Comments

Approach - how to sync custom entities and dataset

The Problem Statement: Web Services A communicates with Web Service B which updates database. The Web Service B use Dataset to handle and update database and depends upon dataset to handle concurrency issues. Where as Web Service A takes dataset from
Posted by ashishme | 0 Comments
Filed under:

Aphorisms for (Software) Designers

1. Everything in life is ephemeral, don’t expect anything you design to live forever. 2. Use technology, don’t let it use you. 3. Be aware of what you make and what it says, because people live and die through all of the images we create. 4. We need more
Posted by ashishme | 0 Comments

Win FX RC1 Installation Bug - Get Plain Text for WCF .svc Files From IIS?

Question After upgrading WCF (or NetFx-3.0) from an older beta version to RC1, I get “Page Not Found” (404) error or get the plain text content of the .svc file for .svc files. Is .svc extension removed from IIS? Why ? Refer the Blog for More Details
Posted by ashishme | 0 Comments

Data Transformation pattern

Here's an interesting and informative article on implementation of a Transformation Interface that can serve as an intermediate layer between an application and a data store. This is particularly useful for our scenarios where we need to transform data
Posted by ashishme | 0 Comments

Brief Summary on WCF Binding Options

Everyone knows WCF has its ABC; Address (‘The Where’) Binding (‘The How’) Contract (‘The What’) <?xml:namespace prefix = o /> About Binding, it describes: The Transport Any of these: HTTP, TCP, MSMQ, IPC, Custom The Encoder Any of these: Text, Binary,
Posted by ashishme | 0 Comments
 
Page view tracker