March 2004 - Posts

1
Comments

Out of Topic : from san francisco to redmond, 4.5 days by car. any sugestions ? by nattYGUR

I'm planing to drive from san francisco to redmond (3/31 - 4/4 ). i've got 4.5 days. what i have in mind is : day 1 : from SF to lassen volcanic NP. day 2: from lassen to crater NP. day 3: from crater to Dalles - oregon. day 4: from Dalles - Mt. Rainier...
0
Comments

Turning caspol -s off and Oracle ODP stops to retrieve data. New MS bug! by nattYGUR

If you write your code using CLR 1.0 and used System.Security.SupressUnmanagedCodeSecurity attribute and your code is used by CLR 1.0 code when caspol turn off, SupressUnmanagedCodeSecurity won't be recognize from 1.1 code and exceptions will stop your...
8
Comments

MVC and ASP.NET forms part II by nattYGUR

Well, I was very happy with the adjustment I add to maverick until I check page postback. This check failed due to inner implementation of maverick. So I think my search for MVC framework that support Postback ended without any results. I understand the...
0
Comments

MVC and ASP.NET forms by nattYGUR

Most of MVC frameworks use Form action as mechanism to signal MVC front controller which commands the user request. MVC mechanism check predefined XML file to know which actions should be made by the server side in order to return HTML back to clients...
3
Comments

Where to draw the line between attributes and XML. by nattYGUR

It's not the first time that I have that feeling after long code review that programmers don’t know where to draw the line between using attributes as declaratives or using XML and interfaces to achieve the same goal. While it's true that attributes...
0
Comments

Checked exception and Attributes by nattYGUR

From time to time I argue with java guys about checked exceptions and I have to admit that I see a lot of logic in that concept. I read Anders Hejlsberg opinion about Checked Exceptions and it looks that using attributes to declare function exceptions...
2
Comments

Notify smart client applications from activating Web form. by nattYGUR

Although I'm not one of smart clients evangelists (I see a huge conflict between smart clients and system integration), I asked several times how can web application that start smart applications can notify smart applications. Well the trick is to embed...
0
Comments

Few words about competitive intelligence by nattYGUR

Warning those words about competitive intelligence, nothing about .NET! (Although those ideas implemented by using .NET). how can you predict what are your competitors moves, and much more
16
Comments

Disable viewstate by nattYGUR

>re: What goes in ViewState when page EnableViewState property is set to false? > sha >I want to disable viewstate . How I can do that? >Even the propery is false it's saving the state As I wrote ASP.NET always write Page hash key to view...
2
Comments

Smart client and Integration aspects. by nattYGUR

The world is going toward integration between systems (not applications). I personally spend time on IT aspects of companies merging and acquisitions. Usually merging and acquisitions process emphasis Integration problems. Integrating systems to operate...
More Posts Next page »