February 2004 - Posts

0
Comments

Need your opinion about writing "Building a System-of-Systems infrastructure in .NET environment" book by nattYGUR

I've got unexplained enthusiasm to write a book about Building a System-of-Systems infrastructure in .NET environment . I wrote the linked manuscript that includes suggested (but not finished) table of contents and couple of pages that walk through the...
1
Comments

IL, Metadata tables and Generics. by nattYGUR

.Net assemblies contain IL code that your compiler generate from your favorite language and metadata, in form of related tables, that contain all needed data about assembly types and references assemblies. Whidbey introduce generics that enable us to...
29
Comments

"The process cannot access the file because it is being used by another process" by nattYGUR

As you probably know there are several causes to that message. One of them is due to the fact that .NET cache in memory files that are larger then 64K, thus those files always being used by another process. One simple way to workaround this behavior is...
2
Comments

Using tracing intensively may cause high CPU. by nattYGUR

It might sound banal but I actually help a guy few days ago. I got a phone call that ASP.NET application that he develop consuming 50% of CPU with minimum server pressure and climb to 100% CPU when request start to come rapidly. That guy develop simple...
2
Comments

Generics on Wednesday (2/18) C# user group. by nattYGUR

If you live in Israel , you could come and see my session about Generics on tomorrow c# user group . " Our next session is about Generics. We will touch upon Generics both in the conceptual and the practicable levels. We will start by discussing the need...
1
Comments

COM+ and .Net practical approach by nattYGUR

This article is actually made up from three main parts. The first part handles all the aspect of using COM+. After reading this part you will know what the options that you have to host your assembly in COM+, impact on ASP.NET application performance...
2
Comments

Turning caspol -s off and Oracle ODP stops to retrieve data. - Oracle Response by nattYGUR

Oracle support successfully re-create that problem in their Lab. they confirm is a problem (not bug, yet) but there isn't any solution, workaround right now.
4
Comments

ASP.NET 2.0 and utility classes. by nattYGUR

I'm working these days with ASP.NET 2.0 (actually 1.2) for several reasons. As I already posted ASP.NET 2.0 don’t come with building option inside VS.NET. ASP.NET compiles ASPX files and code behind files while application called from the first...
0
Comments

ASP.NET generates Personalization code even if you didn’t ask for it in your page. by nattYGUR

While writing an article about the way Whidbey handled ASPX files I notice that ASP.NET generate personalization assembly and several personalization functions inside ASPX assembly. ASP.NET generate this code although I didn’t ask anywhere on the...
0
Comments

Turning caspol -s off and Oracle ODP stops to retrieve data. by nattYGUR

One of my clients, which got close network, use caspol -s off to turn down client side stations security. After w while ODP code that run perfectly on developers machine stop to work, while MS oracle driver works perfectly. ODP code throws exceptions...
More Posts Next page »