December 2004 - Posts

1
Comments

Introducing Extreme Programming (XP) to out System architecture team. by nattYGUR

After we finished our systems architecture we spend some time on development methodology. As part of the discussion I decide to make a presentation about XP and to hear what my team member have to say about it. I was pretty excited about presenting XP...
1
Comments

Extreme programming (XP) and the Enterprise. by nattYGUR

I just finished reading an interesting article on the IEEE computer magazine that deal with implementation of XP inside enterprises. One of the article conclusions was that XP needs modifications and adaptation in order to be integrated successfully into...
7
Comments

Presentation of enterprise architecture work. by nattYGUR

Yesterday we presented the architecture work that we’d been done by now to major contract of our organization. One the outputs of our Enterprise Architect (EA) initiative concern the organization contractors because they need to a . follow that architecture...
0
Comments

Information architecture – the black ship? by nattYGUR

As I already wrote my employer form several teams to deal with architecture. While we had tremendous progress in the infrastructure, business and system architecture teams we seem to go very slow with the information team. At first sight I was sure that...
0
Comments

A wish about web service method parameter types. by nattYGUR

We were working the other day on interoperation between .Net and Magic. We need to pass string as parameter for a method. The string parameter actually holds XML definitions passes from .Net to Magic and vice versa. Now there is a bug in Magic and XML...
1
Comments

Data islands / silos. by nattYGUR

One of the problematic issues in enterprise data management is data islands / silos. No one can prevent Bill from creating his own excel shit with his remarks on all the dealers that he works with. It won’t interest anyone, said Bill to himself, and create...
5
Comments

Using colons with FindControl(). by nattYGUR

This is a nice undocumented feature. You can use colons inside specify string to find control within another control: Control oControl = FindControl("MyGrid:_Ctl3:MyButton") ; This line will return MyButton in row 0 (which get the random ID of _Ctl3)...
Filed under:
2
Comments

Detailed presentation on ASP.NET internals. by nattYGUR

I just finished getting the presentation and demos done for my webcast (Hebrew). As far as I know that's the most detailed presentation that deals with page compilation, post back and view state. So if you want to explore that areas and you know Hebrew...
Filed under:
0
Comments

The beauty of Microkernel architecture pattern. by nattYGUR

I wasn’t at work for couple of days (that flu … ). When I came back, one of the development team leader ask to consult me about the right pattern that matches his task. The guy is responsible for a module that responsible for getting request from inner...
0
Comments

Simple rules do define enterprise shared and sector data. by nattYGUR

After discussing models of data sharing across enterprise users we want to make some rules to distinguish between sector data versus shared data. First of all we want to define sector data. Actually our enterprise data split into information worlds. Each...
More Posts