July 2004 - Posts

6
Comments

The differences between architecture and design (design pattern and architecture pattern as well) by nattYGUR

Here's my point of view : there are two main steps while designing a system. The first one is architecture and the second one id designing. - Architecture : sets which functionality the system should perform, split the functionality between components...
0
Comments

Rules to create good architecture by nattYGUR

I was looking for short and easy to follow rules for creating architecture. While speaking with one of my friends (which is really bright one :-) ) I mention those 7 points which he likes a lot: 1) Ensure that your architecture address business needs...
6
Comments

VS 2005 – additions are good changes are bad. by nattYGUR

I guess that as everybody else I already install VS 2005 beta 1. I managed to create new projects and debug them as well but when I arrive to the real challenge VS 2005 failed big time. As one of the thousands that attend PDC I heard that Microsoft executive...
Filed under:
1
Comments

Steps to create enterprise/system Architecture. by nattYGUR

In those lines I’ll try to explain the steps that I’m going through while creating architecture for enterprise or system. First of all, to be clear, let’s define architecture. As I see it, architecture is a set of ideas back up by set...
1
Comments

Enterprise architects and programmers, demand architecture workshop when you’re starting new system. by nattYGUR

After 5 days of architecture workshop I can say for sure that this was the best way, that I participate in, to achieve several goals for all parties that took part in that workshop. First few words about the workshop scope, content and context. - First...
0
Comments

Error message indicating that you using the wrong method signature. by nattYGUR

The first day of the workshop went pretty well. After frontal explanation about design patterns and drill down to MVC 2 we create simple MVC 2 framework in order to get firm grasp of MVC II. As part of the MVC implementation we encourage a problem that...
2
Comments

(Powerpoint) ppt version of ASP.NET Internal presentation. by nattYGUR

You ask for : http://forum.developers.org.il/blogs/NattyGur/files/b82486a9e18a48db0edfa2ce3cd-ASP_net_internal_overview.ppt
6
Comments

Creating ASP.NET system using MVC 2, pluggable architecture, IOC, AOP and Stack interceptor workshop. by nattYGUR

Next week I'll be busy with one of my customer conducting this 5 day workshop. I'm much exited about it since it's the first time we success to take development team from their daily work and work with them very closely not just in the Architecture and...
3
Comments

Creating Enterprise Architecture using architecture framework. by nattYGUR

I'm just wondering how many of you are using any Architecture framework such as FEAF, Zachman framework, MEMO, RM-ODP, TOGAF to create enterprise architecture? If you use one of those framework, which one of them are you using and with which support software...
5
Comments

Debugging CodeDom in-memory generate code with VS. by nattYGUR

CodeDom is very powerful tool but debugging CodeDom in-memory generate code is hard task. Here what I'm doing in order to debug CodeDom output assemblies: 1) Add function (decorate with System.Diagnostics.Conditional("DEBUG") so the function wont appear...
More Posts Next page »