A BULL's view of LIFE and TECHNOLOGY
Sorting using IComparer
Almost every where on Internet we can find the implementation of IComparer for Sorting. And to...
Author: mehndi Date: 09/16/2006
Microsoft launches ZUNE - an IPOD killer
Check out the Microsoft ZUNE at: https://www.engadget.com/2006/09/14/microsoft-launc......
Author: mehndi Date: 09/16/2006
Authorization and Validation
The service oriented architecture and distributed computing comes with various advantages as well as...
Author: mehndi Date: 09/16/2006
Approach - how to sync custom entities and dataset
The Problem Statement: Web Services A communicates with Web Service B which updates database. The...
Author: mehndi Date: 09/15/2006
Aphorisms for (Software) Designers
- Everything in life is ephemeral, don’t expect anything you design to live forever. 2. Use...
Author: mehndi Date: 09/15/2006
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...
Author: mehndi Date: 09/15/2006
Data Transformation pattern
Here's an interesting and informative article on implementation of a Transformation Interface that...
Author: mehndi Date: 09/08/2006
Brief Summary on WCF Binding Options
Everyone knows WCF has its ABC; Address (‘The Where’) Binding (‘The How’) Contract (‘The What’)...
Author: mehndi Date: 09/01/2006
Good Practice to implement IUnkownSerilaizationData
Implementing the IUnknownSerializationData interface provides the advantage as it allows the...
Author: mehndi Date: 08/02/2006
XML Fetish
XML Formatter is the default XML Serializer in WCF present in System.Runtime.Serialization. But one...
Author: mehndi Date: 08/02/2006
WCF and Contract first development
Few points on Contract first Developement If you start by defining what you’ll exchange you are...
Author: mehndi Date: 08/01/2006
Major differences between WinFX June CTP and July CTP
Don’t have many class library (API) changes between June CTP and July CTP Few more bugs have been...
Author: mehndi Date: 08/01/2006
Security at both Message and Transport Level
When using webservices we usually want the messages encrypted and also use SSL. This configuration...
Author: mehndi Date: 08/01/2006
'You've got to find what you love,'
https://news-service.stanford.edu/news/2005/june15/jobs-061505.htmlReally great article and I...
Author: mehndi Date: 06/10/2006
Export to Excel Workbook with multiple sheets with out COM component
Wished to export reports in to Excel workbook containing multiple worksheets with out COM component?...
Author: mehndi Date: 06/09/2006
Use of APTCA
The .Net Framework provides a number of security features that enables in secure applications, and...
Author: mehndi Date: 06/09/2006
The CLR (written in native code) is only loaded once per process and the code segments are shared amongst (.NET) processes.
"The CLR (written in native code) is only loaded once per process and the code segments are shared...
Author: mehndi Date: 06/09/2006