Browse by Tags
All Tags »
Technical (
RSS)
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...
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...
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...
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...
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...
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...
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...
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...