Restful WebServices

posted in: Uncategorized | 0

So lately I’ve been converting some SOAP WebServices to Rest webservices.  There’s lots of papers on REST but atm there’s no real standards, just guidelines.  As far as i can tell, it’s just passing data using HTTP. So if i … Continued

Virtual Earth V4 3D videos

posted in: Uncategorized | 0

Some interesting videos from the developers of Virtual earth V4 (3D) http://www.on10.net/Blogs/laura/virtual-earth-3d-the-next-dimension-in-search-well-at-least-the-third-dimension-/ http://channel9.msdn.com/ShowPost.aspx?PostID=254128 I need to get myself an xbox controller!

Virtual Earth Code Wiki

posted in: Uncategorized | 0

With the launch of V4 of Virtual Earth we have put together a simple wiki open to anyone over at ViaVE. http://viavirtualearth.com/wiki/AllPages.aspx The idea is that all those little cool snippets of code go some useful and the power of … Continued

Study notes 70-553 Section 1 part e

posted in: Uncategorized | 0

Embed configuration management functionality into a .NET Framework application. (Refer System.Configuration namespace) • Configuration class and ConfigurationManager class • ConfigurationSettings class, ConfigurationElement class, ConfigurationElementCollection class, and ConfigurationElementProperty class • Implement IConfigurationSectionHandler interface • ConfigurationSection class, ConfigurationSectionCollection class, ConfigurationSectionGroup class, and ConfigurationSectionGroupCollection class • Implement ISettingsProviderService … Continued

Study notes 70-553 Section 1 part a

posted in: Uncategorized | 0

Manage data in a .NET Framework application by using .NET Framework 2.0 system types. (Refer System namespace) • Value types (bool, byte, char, decimal, double, enum, float, int long, sbyte, short, struct, uint, ulong, ushort)  • 2 categories – structs  ( numeric types, bool, user defined) – … Continued

Study notes 70-553 Section 1 part b

posted in: Uncategorized | 0

Manage a group of associated data in a .NET Framework application by using collections. (Refer System.Collections namespace) • ArrayList class – implements IList• Collection interfaces   ICollection – defines size, enumerators, and syncronisation of collections  IComparer – used with Array.Sort and Array.BinarySearch.  Allows customisation of … Continued

Study notes 70-553 Section 1 part c

posted in: Uncategorized | 0

Improve type safety and application performance in a .NET Framework application by using generic collections. (Refer System.Collections.Generic namespace) all V2 classes pretty much impmented as generic versions of the 1.1 classes.  Faster because there is no boxing/unboxing• Collection.Generic interfaces • Generic Dictionary … Continued

Study notes 70-553 Section 1 part d

posted in: Uncategorized | 0

Implement .NET Framework interfaces to cause components to comply with standard contracts. (Refer System namespace) • IComparable interface, IComparable Generic – V2 • IDisposable interface – version breaking change to add this to a class• IConvertible interface – converts objects to value type• ICloneable interface … Continued

Vista + 2GB RAM = :)

posted in: Uncategorized | 0

I installed Vista RC2 when it was first released and have been struggling with performance using a Dell 9300 with1GB RAM, 7200 HDD, 2Ghz M cpu, 6800go GPU. Today my new RAM arrived from AusPCMarket – 2 sticks of Corsair … Continued