Browse by Tags

All Tags » Technical (RSS)

How to publish a single dynamic service and utilize Generics

Posted Feb 12 2008, 05:40 PM by Arif.Budimartoyo  

If you want to provide a single - dynamic service and utilize the power of Generics, you probably will create the Generic method something like this; public bool Update<T>(T updatedItem) {...} And someday you'll probably need to publish this service to be able to participate in Serialization...

Summary Aggregate Entity to cater aggregate entity CRUD enhancement

Posted Feb 06 2007, 11:11 AM by Arif.Budimartoyo  

Mungkin teman2 sering mengalami ke-kurang-puasan dalam menggunakan Entity classes dan aggregate entity dengan CRUD sebagai method standard accessing ke database, khususnya di architecture ORM. Ya. CRUD memang dimaksudkan untuk standard basic accessing ke database yg mana meliputi operasi Create-Retrieve...
Filed under:

Enjoy NEO (.NET Entity Object), the simple powerfull adaptable ORM for Agile development

Posted Apr 19 2006, 01:51 AM by Arif.Budimartoyo  

During this half year in my outsource project, I feel very comfort with .NET Entity Object (NEO) as our ORM tools. It has a easy adaptable feature to cover most of dynamic project driven by Agile methodology, as we understand these should be as same as other ORM tools. With NEO, I can do 'Domain Driven...
Filed under:

Yoyo theory of Software Engineering Road Map

Posted Dec 06 2005, 12:40 AM by Arif.Budimartoyo  

I'd like to intoduce my approachment of Software Engineering Road Map. Like Yoyo toys, it has a wheel as your Software Engineering Skill and Milestone, and a cord as your Current Dynamics Software Engineering Path. Yoyo can be played by throw it fast, then the rotating wheel will come back and go through...
Filed under:

Entering the new environment with classics methodology

Posted May 27 2005, 07:41 AM by Arif.Budimartoyo  

Today I done setup my new working environment at Bali. Nice and amazing place to work and pleasure I think. Hopefully.. I will practically implement classics methodology here. We are using RUP (Rational Unified Process) combined with world class standard SWEBOK (Software Engineering Body of Knowledge...
Filed under:

Active Directory Auhentication in Enterprise Library Securiy

Posted May 24 2005, 10:04 PM by Arif.Budimartoyo  

Enterprise Library belum mengikutkan Authentication and Authorization di Active Directory. Yang sudah ada adalah Authentication and Authorization di Database. Kemarin aku butuhkan, sehingga aku harus bikin sendiri dengan membuat AdAuthenticationProvider class yg inherit dari ConfigurationProvider class...
Filed under:

UML not as scetch sometimes required...

Posted May 14 2005, 02:53 AM by Arif.Budimartoyo  

Dalam kondisi tertentu, aku merasakan UML design for Software Architecture sangat aku butuhkan tidak hanya dalam scetch aja. Ini karena kondisi project yang remoted antara client, consultant, and software engineer, dan juga developer. Biasanya project-project yang clientnya overseas. Karena di project...
Filed under:

Do the .NET DataSet represent Domain object?

Posted Apr 30 2005, 11:18 PM by Arif.Budimartoyo  

Dalam diskusi kami kemarin dengan rekan, .NET DataSet apakah bisa mewakili Domain Layer? Sebagaimana design architecture yang berbasis 3 layer (DataAccess, Business Logic dan UI), kita perlu Domain Layer yang akan di-Reference oleh DataAccess, Business Logic, maupun UI dikarenakan ke-3 layer perlu object...
Filed under: