November 2003 - Posts

3
Comments

The perplexed guide for the new codenames of Microsoft - preview. by nattYGUR

The last Microsoft PDC in LA, California revealed a series of new codenames for the evolving OS and projects of Microsoft.. My goal in this article is to generally describe these codenamed and these forming products. The most nourished and accelerated...
13
Comments

Problems using Installutil to install window service. by nattYGUR

It's the second time I see this behavior so I thing it worth publishing. Well all of the sudden using Installutil on service failed with an error about the Reflection, that don’t find any Installer type in assembly. This service already installed...
2
Comments

Windows Client Printer Driver by nattYGUR

Today I play with “Windows Client Printer Driver”. This printer come with longhorn but you need to explicitly set it to be install or to use add windows component to install it. The printer can be use from win32 or Avalon programs and produce...
0
Comments

Use Performance monitor -> ASP.NET -> Application restart counter on daily base. by nattYGUR

Application recycling is common issue in the newsgroups. Most of the time programmers notice that the session lost due to application recycling but some times just application restart noticed. There are many causes to application recycle, the most common...
0
Comments

Successful using of windows custom and user controls embedded into WEB pages to show link analysis. by nattYGUR

Just finish today custom control that use GDI+ to show link analysis outcome in several visualization forms (circle, segmentation, hierarchic, etc'). We need to show about 1000 nodes * 1000 links and all the commercial tools that we check (such as tom...
4
Comments

If your clients use just IE 5+ (usually enterprise application) use GZIP to reduce network traffic. by nattYGUR

Internet explorer from version 5+ can recognize GZIP encoding streams, open them and render the "unziped" HTML. So if all of your clients use just IE 5+ you can take advantage of this ability to reduce network traffic. This practice is very usable for...
2
Comments

Don’t forget to use ServicedComponent.DisposeObject. by nattYGUR

Recently I receive calls about .Net objects registered in COM+ that are working randomly. In all cases it was eventually all about programmers that use objects that derived from ServicedComponent but forgot to use ServicedComponent.DisposeObject when...
0
Comments

Creating infrastructure for displaying application visualization layer on Web and Windows. by nattYGUR

Well, this idea isn't new. It's here for a long time specially for creating unified visualization layer for systems that can run on different hosts such as web, windows, Mac etc. the utopia is XML that will send to target display host and by using XSLT...
0
Comments

Beware from OBJECT tag inside Div by nattYGUR

Today I notice buggy behavior of .NET designer. One of my client use windows user control on one of his web form to create rich client web application. To install the user control on the client side they use the object tag with code base attribute pointing...
2
Comments

XAML styles by nattYGUR

I play today with XAML styles. Generally they are very similar to the Web style but sometimes they take other approach. For example to change style as a result of user actions on the page XAML styles required additional tags instead of using the OnXXX...
More Posts Next page »