My problem is this:
WinRes is a very powerful tool and we think to use it for translating forms,
but WinRes can edit only .resx or .resources files.
I'd like the programmer to deliver to the deploy office only the DLL end
EXE, non also the related .resx files, but in this way we can do nothing...
I have an autodeploy application (a X.Exe file executed from IE) which download on the client a X.Exe.Config file, since I've put in web.config the following item:
<configuration>
<system.web>
<httpHandlers>
<add verb="*" path="*.config"...
Hi all,
maybe my question is stupid, but I really need to know
when an Object is to be considered "stateless".
I see everywhere that Object to be pooled and to be avtivated JIT must be stateless, but what does it mean exaclty?
I read that an Object to be stateless should have no...
We are starting a very big project (something like 1000 tables in the DB) with .Net. (C#)
We are not interested in distributed transactions (i.d. a transaction that involves two different DBMS) but we
will certanly use clusters. We do not have previusly made COM Objects to recycle.
The question...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.