Blog Stats
  • Posts - 34
  • Articles - 1
  • Comments - 4
  • Trackbacks - 6

 

July 2005 Entries

MCS 7 Flagships Application

http://www.msc.com.my/updat... There are 7 big big project planned by government of Malaysia -Electronic Government -Multipurpose Card -Smart School -Telehealth (I'm part of it, currently striving to get UAT)-R&D Cluster -Technopreneur Development -E-Business I've been part of it in Telehealth application. I have been heard of it since I was in highschool. I think half of the project have been completed such as MyKad (smartcard application for all Malaysian) and Technopreneur Development....

Simple Paging Record in Stored Procedure

Here is the first code I write in my blog. I wrote this during my lunch time to demonstrate how to sort the records according to the latest value entered. it is a scripts actually. :-). What the different between code and scripts? :-? -- demonstrate page records in SPCREATE PROCEDURE dbo.GetCustomer( @PageSize INT, @PageNum INT, @TotalCount INT OUTPUT)ASBEGINSET @PageSize = 20SET @PageNum = 1 DECLARE @FirstRecord INTDECLARE @LastRecord INT SET @TotalCount = (SELECT COUNT(*) FROM dbo.Customers) SET...

MSF implementation

Our project using Microsoft Solution Framework (MSF) as a guide through project lifecycle. The steps involve are envisioning, planning, developing, stabilizing, and deploying. It provide a complete guide from project kick-off until project delivery. Microsoft provide set of documentation and sample deliverables of each phases which can be found in its website: http://www.microsoft.com/msf. I like the flat MSF team model...this give a change to the people specialised in their specific skills to perform...

framework...again

My current project used Microsoft Business Framework (MBF), which is still under development I think. No wonder the resources are limited. Hard for me to understand the framework. It is based on MVC. everyone know that right. I still seeking for small-to-medium framework for my internal project. CSLA is one of my consideration. I also want to integrate Analysis Services and Reporting Services. I have read some article. It seems that knowledge in MDX is a must to integrate Analysis Services and Reporting...

 

 

Copyright © Rasyadi