Skip to content

Tag Archives: code

Webservices PowerPoint Presentation

06-Jan-07

My presentation on WebServices Basics is available for download to the *valuable visitors* of my blog. Here is the content: Web services – Definition: A web service is a collection of protocols and standards used for exchanging data between applications or systems. Characteristics Demo: Writing a simple WebService in Visual Studio 2005 & Consuming WebServices [...]

3D Full Screen Window and Dynamic XAML Sample with WPF

01-Dec-06

One nice feature of WPF (Windows Presentation Foundation, .Net 3.0) is the integration of 3D library with the existing framework. Today I worked with Viewport3D class. This class handles it all for managing 3D views. The “Hello World” example I coded here basically demonstrates three features: Loading XAML dynamically at runtime Playing with 3D objects [...]

Outlook Hack : Empty subject warning

20-Jan-06

How many times you have forgot to write subject of emails you sent through Outlook?? The biggest blunder is Outlook doesn’t show any warning ! Here is a hack/macro for it. Steps: Open your outlook Press Alt+F11. This open the Visual Basic editor On the Left Pane, one can see “Microsoft Outlook Objects”, expand this. [...]