Archive for October, 2008

Patterns & Practices - New addition Unity

The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection.
Unity addresses the issues faced by developers engaged in component-based software engineering. Modern business applications consist of custom business objects and components that perform specific or generic tasks within the application, in addition to components [...]

Leave a Comment

Anybody remember our old BASIC?

Language: Microsoft GW-BASIC or BASICA (These programs will work on QBasic also)

10 REM just a sample code TO DRAW a CIRCLE
20 SCREEN 1
25 CLS
30 CIRCLE(160,100),100
40 END

10 REM animated-filled CIRCLE
20 SCREEN 1
25 CLS
29 FOR I = 1 TO 160
30 CIRCLE(I,100),100
31 NEXT I
40 END

10 REM Largest of two numbers
20 CLS
30 INPUT "Enter two numbers:", a, b
40 IF [...]

Leave a Comment

patterns & practices Application Architecture Guide - v2.0 beta

Link: http://www.codeplex.com/AppArchGuide
Provides design-level guidance for the architecture and design of applications built on the .NET Framework. It focuses on the most common types of applications, partitioning application functionality into layers, components, and services, and walks through their key design characteristics.This guide is a collaborative effort between patterns & practices, product teams, and industry experts.

VN:F [1.1.6_502]Rating: [...]

Leave a Comment

Azure Services Platform

Build new applications in the cloud - or use interoperable services that run on Microsoft infrastructure to extend and enhance your existing applications.

The Azureâ„¢ Services Platform (Azure) is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually [...]

Leave a Comment

Windows7Blog - a new blog launched for Windows7

Check: http://www.windows7blog.info/
- a nice blogging initiative by Abhishek Baxi.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

K-MUG Mega Launch was a success!

Our mega launch event was a great success!! Inspite of the heavy rain and bad weather condition in Kozhikode, we got more than 1000 participants. Here is the first press release from Mathrubhi daily.

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

The new logo for Microsoft .NET

Here it goes…

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Indian IT/Software Salary Calculator

One of my hobby program - Indian IT/Software Salary Calculator posted in kidoos.net gallery.
You can download it there at http://kidoos.net/media/p/350.aspx
This tool is developed under .NET framework 3.5.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

MSF White paper - Project Management

Microsoft Solutions Framework (MSF) Whitepaper - MSF Project Management Discipline v1.1 can be read here (pdf)
Microsoft Solutions Framework (MSF) has a distributed team approach to project management that improves accountability and allows a great range of scalability from small projects to very large, complex projects. This paper describes how the distributed team approach works and [...]

Leave a Comment

PIT Solutions office version 3.0 started

PIT Solutions today officially opened its 3rd office inside Technopark Campus. This is also a developer center. So in total PIT Solutions have three offices in technopark now.
Let PIT grow faster and wider…

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment