To compare strings with enums the right way, one should use enum.parse rather than comparing string literals. Following is an example where i am parsing…
Using XMLWriter to create XML Documents
If you want to generate an in-memory XML Document i.e. without creating a file on system you can use System.IO.StringWriter class to provide IO stream…
XPath Query
I came across following good links that you may find useful if you want to learn the art and science of XPath query. 1- Understanding…
Visualise XPath Queries with Visual XPath
Any one who has used XPath to navigate XML Documents knows that it is a tricky business to do. Selecting specified node(s), evaluating expressions and…
Undserstanding Microsoft Integration Technologies
In todays world of EAI (Enterprise Application Integration) and SO (Service Orientation) its very important to understand integrating technologies and tools that are made available…
Executing ASPX pages without a web server
I came across this interesting post at my friends blog: hB’s blog: ServiceStationCuttingEdge
Zeeshan Muhammad speaks at NED UG Event
Right after my event at JUW, we (adnan,saqib and I) were to reach NED to attend Zeeshan’s (NED.NET UG Leader) first speaking assignment on INETA’s…
Event at JUW gone good
Last Saturday, I was invited to speak at first of the series of events organized at Jinnah University for Women. The topic was “A brief…
How to Ride the Fifth Wave
Business 2.0 :: Magazine Article :: Features :: How to Ride the Fifth Wave: “Cheap computing, infinite bandwidth, and open standards are powering an epic…
Concurrent Programmers Speaking a New Language
Learn Cω and write correct Conncurrent Programs easier. Cω is a research language written as an extension to C#. For more details check out the…