Archive for October, 2008

Agile Modeling

Agile Modeling (AM) is a practice-based methodology for effective modeling and documentation of software-based systems. At a high level AM is a collection of best practices, depicted in the pattern language map below (click on the practice for information). At a more detailed level AM is a collection of values, principles, and [...]

Leave a Comment

Waht’s there in Visual Studio Team System 2010

The marketplace has begun to mature and accept Application Lifecycle Management (ALM) as a proven discipline for creating high quality applications in a reliable fashion. However, existing solutions in the marketplace have not kept pace with the changing needs of technical users and the expanding inclusion of non-technical users as part of the lifecycle. The [...]

Leave a Comment

Free Microsoft Press eBooks

You can download two free cool books from microsoft press on behalf of their “Free E-Book of the Month” offer.
Windows Server® 2008 TCP/IP Protocols and Services: Your essential guide to TCP/IP—fully updated for Windows Server 2008 and Windows Vista.

Programming Microsoft Robotics Studio: Visualize, build, and deploy the next innovation in robotic applications.

VN:F [1.1.6_502]Rating: 0.0/5 (0 [...]

Leave a Comment

Microsoft SQL Server 2008 Reporting Services released

Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform designed to support the entire enterprise reporting life cycle, enabling organizations to deliver relevant information where needed across the enterprise.
Microsoft SQL Server 2008 Report Builder 2.0 provides an intuitive report authoring environment for business and power users. It supports the full capabilities of SQL [...]

Leave a Comment

Eclipse Tools for Microsoft Silverlight

The purpose of this project is the creation of open source tools integrated with the Eclipse development platform that enable Java developers to use the Eclipse platform to create applications that run on the Microsoft Silverlight runtime platform. Specifically, the project will be an Eclipse plug-in that works with the Eclipse Integrated Development Environment (IDE) [...]

Leave a Comment

Characteristics of a software architect

Here is a good link from IBM: http://www.ibm.com/developerworks/rational/library/mar06/eeles/
Another good one: The role of a hands-on software architect on codingthearchitecture.com - http://www.codingthearchitecture.com/pages/book/role.html

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

Leave a Comment

Role Profile of a Software Architect

I just gone through this interesting page and thought I must share with you.

Check this to read: http://www.codingthearchitecture.com/2007/07/31/role_profile_for_software_architects.html

A pdf for download also available there.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

K-Mug Launch Banner

K-MUG Member Posts:

Sreejumon’s KMUG post

Anuraj’s KMUG post

Shiju Varghese’s KMUG post

Praveen’s KMUG post

Prajeesh’s KMUG post

Ratish Naroor’s KMUG post
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Kerala-MUG Mega Launch Event

K-MUG - Kerala Microsoft Users Group is conducting a mega launch event on 25th of October 2008 at Ashirvad Lawns, Kozhikode. We will be having technical sessions, announcement of scholarship program, career guidance sessions etc. This is a full day event starting from 8:30am which last till 4:30pm. Lunch, snacks and gifts will be avail [...]

Leave a Comment

Populate ASP.NET TreeView control with hirarchial data

The code uses rescursive method to populate hirarchial data. I have used DNN - DotNetNuke database to demonstrate.

Here is the code:
(The code is not structured. Please forgive. You may even find hardcoded values)

public DataTable dt = new DataTable();
protected void Page_Load(object sender, EventArgs e)
{
[...]

Leave a Comment