Archive for May, 2008

Anti-Microsoft Govt. uses ASP.NET

One of my friend just told me that our so called ‘anti-microsoft’ Kerala Governmanet uses microsoft technology for official Kerala Gazette. Here is the link:

http://www.igr.kerala.gov.in/Home.aspx
Other technical details are:
1. IDE: Microsoft Visual Studio .NET 7.1
2. Language: Visual Basic .NET 7.1
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Microsoft MVP news in local daily

Today Malayala Manorama malayalam daily published a small article about Malyalee Microsoft MVP’s in its suppliment Yuva.

Here is the papper cutting: Here is the paper cutting: http://www.ninethsense.com/downloads/news23052008.jpg
Date: 23 May 2008
Malayala Manorama Supplement - Yuva
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

ASP.NET MVC Framework

MVC is a framework methodology that divides an application’s implementation into three component roles: models, views, and controllers.

* “Models” in a MVC based application are the components of the application that are responsible for maintaining state. Often this state is persisted inside a database (for example: we might have a [...]

Leave a Comment

Goals of Enterprise Library

Enterprise Library is a collection of application blocks intended for use by developers who build complex, enterprise-level applications. Enterprise Library is used when building applications that are typically to be deployed widely and to interoperate with other applications and systems. In addition, they generally have strict security, reliability, and performance requirements. The goals of Enterprise [...]

Leave a Comment

Enterprise Library 4.0 for Visual Studio 2008 Released

Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges (such as logging, validation, caching, exception handling, and many others). Application blocks are a type of guidance encapsulating Microsoft recommended development practices; they are provided as source code plus documentation that can be used [...]

Leave a Comment

PIT Solutions - opens their new development center

PIT Solutions, the company I work - is opening its new office at Tejaswini - the latest building in Trivandrum Technopark Campus.

PIT Solutions’ current development center still remain for IETS activities. This office is also on Technopark itself - in Nila building. The new office is about 4000 square feet. So that we can accomodate [...]

Leave a Comment

WorldWide Telescope

The WorldWide Telescope (WWT) is a Web 2.0 visualization software environment that enables your computer to function as a virtual telescope—bringing together imagery from the best ground and space-based telescopes in the world for a seamless exploration of the universe.

Get more details (and download) from: http://www.worldwidetelescope.org/
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Encoding - converter

Here is a sample code in c# to convert a file with UTF-7 encoding to ISO-8859-1 encoding. You can change these values to make any to any converter.

Encoding FromEnc = Encoding.UTF7; // from
[...]

Leave a Comment

Software architecture definition

“Software architecture is the set of design decisions which, if made incorrectly, may cause your project to be cancelled.”
– Eoin Woods
I lilked this definition

Source: http://www.sei.cmu.edu/architecture/definitions.html
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

REST - REpresentational State Transfer

Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. REST strictly refers to a collection of network architecture principles which outline how resources are defined and addressed.
Wikipidea have a good explanation on REST
URL: http://en.wikipedia.org/wiki/Representational_State_Transfer
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment