Autonomous vehicle control with the .NET Framework An extensible real-time control architecture based on a whiteboard metaphor Implementation of an accurate GPS-synchronized timer component for…
Web Services Architecture and Its Specifications
An excellent article about Web Services Architecture and its Specifications. Read it here Summary: This introduction to the Web services architecture describes the design principles…
SOA is some thing beyond ORM
I am following this thread at TheServerSide.NET I replied on the SOA vs ORM aspet as follows: Once you recieve message only then you are…
.NET Transactions in Multi Tier ?
I want to discuss some more helpful issues related to NTier .NET Application Development. The latest one is.. Which is the best and prefered place…
Google Page Index .. going
Wow Cool, my page rank is 4/10 .. 🙂
The Discussion continues…
This is what Khurram bhai had to say in my mails response… hello Hammad, Nice to hear your comments, let me assure you first that…
Comparing .NET with Java 1.5
In response of my .NET vs Java 1.5 mail, our guru MVP Khurram Shakir made a few interesting points. This blog entry is my response…
Iterators in C# 2.0
Iterators are some thing pretty cool, they get you to use foreach withouth explicitly implementing IEnumerator/IEnumerable. Some facts about Iterators: (source MSDN) An iterator is…
C# Generics
I recently installed Visual Studio Whidbey Beta 1 (which i recieved through MS Community Starter KIT) on my machine. It is kind of a cool…
Portable.NET
Portable.NET is a free implementation of .NET; it is a complete suite of compilers, libraries and tools for running and developing .NET applications. Download it…