Follow us on the social network sites for the latest updates on our projects or so.
picture picture picture picture
picture

Our Portfolio

Over the years we have been developing a great number of applications of different sizes and for different industries. Our industry experience includes e-business, automobile, real estate, healthcare and finance. Each client challenge is different, and each solution unique. Here we introduce some of our clients and websites that we have built in recent years.

CarbonBlack

CarbonBlack is an independent online directories and marketplace for automotive services.

Blast web consulting

We are working very closely with Blast web consulting since 2007. We have successfully developed and delivered several large ASP.NET / ASP.NET MVC3 / ASP.NET MVC2 / C#.NET / Sharepoint and database driven applications.

WebDynamic

WebDynamic has partnered with some of Australia’s leading brands, helping to secure top-level rankings, boost sales and strengthen brand awareness. WebDynamic designs comprehensive digital strategies and produce intelligent solutions that achieve organisation’s objectives. We are working closely with WebDynamic on ASP.NET MVC3, C#.NET and MS SQL database driven applications.

Lazorne

Lazorne Group Pty Ltd ATF ComplianceConsulting Unit Trust ("Compliance Consulting") was previously known as Compliance Consulting Pty Ltd. The company commenced operations in March 2002 and changed its name when it expanded its operations. It now trades as Lazorne Group Pty Limited. We are working very closely with Lazorne Group Pty Limited and developing important financial applications and reporting modules using Microsoft .NET technologies i.e. ASP.NET MVC2, C#.NET, LINQ, ADO.NET Entity Framework and SQL Server 2005.

Brunetti

Brunetti is one of the most iconic places to visit in Carlton. We are working closely with Brunetti since 2003.

Cre8iveedge

Creative Edge (Cre8ivedge*) is a leading Australian creative communication and design agency based in Melbourne. We are working very closely with Creative Edge and recently developed and delivered "Expotrade" a custom developed ASP.NET MVC2, C#.NET Content Management and Event Management System.

BRG Design

We are working closely with BRG Design a one stop shop for design, print & web needs. We have successfully developed and delivered several small to medium size web sites using ASP.NET MVC2, C#.NET and other Microsoft technologies.

The Tyre Site

The tyre site allows you to search and buy the right tyres for your car.

Pageflakes

Pageflakes the social personalized homepage, is revolutionizing how we start with and use the Internet.

Online portfolio management system

The DomainAdmin online portfolio management system is a fully hosted, powerful & intuitive user interface that provides clients with secure online portfolio access & domain management functions 24x7. Read more.

Freshout

We have worked very closely, with Freshout, an interactive web development agency specialising in designing intuitive applications for humans. We have developed a database driven ASP.NET AJAX application for Freshout that has media streaming capabilities.

Allthingsauto

Allthingsauto the search engine of the Australian Automotive industry.

InterPersonality

InterPersonality is about Psychological-Type in particular, making Psyche-type readily available to the masses thus providing a platform to recognise the diverse range of intelligences each of us possess.

Famous & Gifted

Discover the Psyche-type of Famous & Gifted people and how we know them.

ChimpChange

ChimpChange.me

Ecommerce Websites

European Wardrobe presents to you fashionable European brands from Italy, Denmark, Spain, France and the United Kingdom. European Wardrobe represents fashion and style direct from Europe. They aim to present to you quality fashionable products which will set you apart from the rest.

Eclipse Wholefoods offers simple, tasty and nutritious foods and supplements for 21st century living.

In The Beginning is a Melbourne based men’s fashion label created by design duo, Sandro Alleri and Daniel Argondizzo, two young creative guys wanting to break free of their daily grind.

Small to Medium Websites

We have designed and developed large number of small to medium sized websites. Some of them are listed below.

Recent From The Blog

Implement custom Claim based Authorization in ASP.NET MVC Web Application
by Shahed Khan. Friday, February 05, 2010

Claim-based authorization is a new model of authorization introduced in Windows Communication Foundation. This model addresses more scenarios than the popular role based security model (IIdentity, IPrincipal). This is useful when an application requires complex and fine grained control on expressing access control decisions. Role based security model may not be powerful or flexible enough and is often too coarse when we reach complex scenarios - where custom roles are often necessary to represent different combinations of permissions or rights.

 

Use IoC slash Dependency Injection framework to manage hierarchical object structure better
by Shahed Khan. Friday, February 05, 2010

Recently I have been working with some hierarchical object structures that are a composition of several other nested classes and elements, that we call “template objects”. To give you an idea of this, consider “Patient” class as a container that holds patient demographics in a hierarchical object structure.

Articles

Flexible and Plug-in-based .NET Application using Provider Pattern
December 1, 2005
This paper demonstrates creating a flexible, extensible, plug-in-based .NET Application...

Write your own Code Generator or Template Engine in .NET
September 26, 2006
This paper demonstrates building a code generator, template engine, template...