Re: [ADVANCED-DOTNET] Multithreading question

2004-10-12 Thread Thomas Tomiczek
the object through remoting, but a wrapper that makes sure that the necessary locks are obeyed. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) === This list is hosted by DevelopMentor® http://www.develop.com Some .NET

Re: [ADVANCED-DOTNET] MiddleTier Caching was Abstracting SQL

2004-10-12 Thread Thomas Tomiczek
Ryan, no clue what you talk about. Frans referred to the ASP.NET intrinsic output cache that - to my knowledge - works together with the IIS 6 output caching mechanism. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message

Re: [ADVANCED-DOTNET] MiddleTier Caching was Abstracting SQL

2004-10-12 Thread Thomas Tomiczek
clarification? The part which makes you post on a .NET Mailing list with prolems that are related purely to your choice of NOT using .NET. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) === This list is hosted

Re: [ADVANCED-DOTNET] .net remoting events

2004-10-09 Thread Thomas Tomiczek
We need more infor for this. Can you publicsh the relevant method signatures? I can confirm that the object SHOULD not be serialized - that is, unelss you reference the object anywhere in the event parameters, naturally. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET

Re: [ADVANCED-DOTNET] Abstracting SQL

2004-10-05 Thread Thomas Tomiczek
Sure. Our EntityBeroker and EVERY O/R-Mapper that is not total bullshit do habve their own query subsystems, you know :-) Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET

Re: [ADVANCED-DOTNET] Web browser control in .NET application

2004-10-04 Thread Thomas Tomiczek
. Thomas Tomiczek THONA Softare Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE DOTNET-CLR Girikrishna Tirumala Sent: Montag, 4. Oktober 2004 08:32

Re: [ADVANCED-DOTNET] sqlDataReader and syntax error in SQL state ment

2004-10-01 Thread Thomas Tomiczek
the LOC count you have to manually handle. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Wildermuth Sent: Freitag

Re: [ADVANCED-DOTNET] Get document out of sql database

2004-09-28 Thread Thomas Tomiczek
. Thomas Tomiczek [EMAIL PROTECTED

Re: [ADVANCED-DOTNET] Emitting an attribute on a method's return parameter

2004-09-05 Thread Thomas Tomiczek
What good would this be, given that methods are not evaluated by the XmlSerializer? Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED

Re: [ADVANCED-DOTNET] .NET vs Windows SP versioning?

2004-08-23 Thread Thomas Tomiczek
was taklking of the current 1.1 version of the .net framework. Which - is something we all would love to be pushed out further by Microsoft and which is NOT beta software. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd

Re: [ADVANCED-DOTNET] Large solutions and references

2004-08-11 Thread Thomas Tomiczek
-Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Paul Stevens Sent: Mittwoch, 11. August 2004 10:31 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Large solutions and references so based on a working month

Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server

2004-07-26 Thread Thomas Tomiczek
. Sets do not have an intrinsic sort order. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) Jon Stonecash === This list is hosted by DevelopMentor(r) http://www.develop.com Some .NET courses you may be interested

Re: [ADVANCED-DOTNET] Help needed on window scheduler

2004-07-26 Thread Thomas Tomiczek
I would say he means the windows scheduler. This is apart of the operating system, you know. http://www.iopus.com/guides/winscheduler.htm for a beginner intro into this part of Windows XP. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd

Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server

2004-07-26 Thread Thomas Tomiczek
that this is a public forum. -cv -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Tomiczek Sent: Monday, July 26, 2004 3:30 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Common Sort Order for .NET

Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server

2004-07-26 Thread Thomas Tomiczek
to the end user, where this may be still wrong). As you said, Latin1_General_CI_AS seems to be about the best you can get your hands on. Be happy you have not to present anything to the user at the same time. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd

Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server

2004-07-26 Thread Thomas Tomiczek
-Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Baudouin, Andrew Sent: Montag, 26. Juli 2004 17:16 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server Right, he only

Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server

2004-07-26 Thread Thomas Tomiczek
-Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Frans Bouma Sent: Montag, 26. Juli 2004 17:15 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Common Sort Order for .NET and SQL Server So what? The

Re: [ADVANCED-DOTNET] ASP.NET BinaryWrite

2004-07-07 Thread Thomas Tomiczek
You need to return a HTML page that then has a request string in an IMG element. This way you force this to be opened in the browser. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion

Re: [ADVANCED-DOTNET] Stress Testing woes

2004-06-28 Thread Thomas Tomiczek
NOT solve the 10 requests concurrent issue. In any real stress test you WILL hit this. Is there any way to get a decent stress test going? No per definition. Use a server. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) I've looked in the archives

Re: [ADVANCED-DOTNET] Denied Error

2004-06-07 Thread Thomas Tomiczek
Can it rech the asp.net .js file? Or dies it get an error doing so (especially an access denied error?) Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto

Re: [ADVANCED-DOTNET] Denied Error

2004-06-07 Thread Thomas Tomiczek
Well, this is your error then, isn't it? Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Puneet Jain Sent: Montag, 7. Juni

Re: [ADVANCED-DOTNET] Large structures

2004-05-21 Thread Thomas Tomiczek
. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Srihari Angaluri Sent: Samstag, 22. Mai 2004 04:53 To: [EMAIL PROTECTED

Re: [ADVANCED-DOTNET] Large structures

2004-05-17 Thread Thomas Tomiczek
It is a value type. But I think MS assumes that the function calls will be inlined anyway, and the no copy ends up on the stack. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced

Re: [ADVANCED-DOTNET] Large structures

2004-05-17 Thread Thomas Tomiczek
optimizations (that are also not really wanted). Has anyone a clue whether there may be a reason they are not defined as ref? Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL

Re: [ADVANCED-DOTNET] Large structures

2004-05-17 Thread Thomas Tomiczek
Taken But in this particular case, being heavy matrix opreations in 3d, this kills your performance. Purity is nice, but here we talk of criticals, too. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated

Re: [ADVANCED-DOTNET] Large structures

2004-05-16 Thread Thomas Tomiczek
Copy, unless the parameter is passed by reference. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.nET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Arlie Davis Sent: Sonntag

Re: [ADVANCED-DOTNET] MSMQ

2004-05-11 Thread Thomas Tomiczek
Isn't there a WMI integration where you can see the queue and it's parameters? Should be. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-21 Thread Thomas Tomiczek
. Thomas Tomiczek wrote: This would speed things a lot, especially for enterprise development. Possibly. But only if you like extremely idiotic surfaces. Oh, I think that's a little harsh... You can do a lot in browser applications these days that was previously only possible

Re: [ADVANCED-DOTNET] Is this legal? - no compiler or runtime errors are generated

2004-04-20 Thread Thomas Tomiczek
Hmpf. ::I assume that this works since the enum value is boxed and unboxed to an int. Wrong. It works because enums CAN be cast to their primitive type. Boxing never enters the equation here. What you ask for is legal - by design. Reference: Language specification. Thomas Tomiczek THONA

Re: [ADVANCED-DOTNET] Using a common form for web and windows-based application.

2004-04-20 Thread Thomas Tomiczek
the worst of both worlds. Just will not work. Wishfull thinking. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan Sent

Re: [ADVANCED-DOTNET] Datagrid sorting

2004-03-10 Thread Thomas Tomiczek
Hm, but this would totally take out the integral sort, right? I mean, the IBindingList sort mechanisms have no provisions for multi column sort (at least none I am aware of). Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) -Original Message

Re: [ADVANCED-DOTNET] Thread with message pump (UI thread)

2004-02-23 Thread Thomas Tomiczek
There is no cleaner or different way for one simple reason: Compatibility with ActiveX components. They require STA and they limit the whole thing to this type of message pump. Now, dropping them is not an option, too. A lot depends on this model. Thomas Tomiczek THONA Software Consulting Ltd

Re: [ADVANCED-DOTNET] Call STA method from MTA process

2004-02-18 Thread Thomas Tomiczek
INVOKE the message call back onto the STA thread :-) -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dave Foderick Sent: Mittwoch, 18. Februar 2004 02:27 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Call STA

Re: [ADVANCED-DOTNET] Transparent Persistence [WAS: Web Services, Remoting and Coupling]

2004-02-13 Thread Thomas Tomiczek
. There is no need to centralize the application layer if you do not want ti. All it takes is some work. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) Regards, Stefan === This list is hosted by DevelopMentor(r) http

Re: [ADVANCED-DOTNET] Web Service Design Question

2003-12-11 Thread Thomas Tomiczek
Don't books have a UPC (Universal Product Code), too? This would be a little more detailed than an ISDN. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED

Re: [ADVANCED-DOTNET] Serialization Problem

2003-10-29 Thread Thomas Tomiczek
must do something with the data on the transfer. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of dotnetminer Sent: Mittwoch, 29. Oktober 2003 06:34 To: [EMAIL

Re: [ADVANCED-DOTNET] C# generics constraints syntax

2003-10-24 Thread Thomas Tomiczek
= Enumname.ToGenericInt(enumvalue) :-) Just in case someone at MS reads this. Right now I have to put all these little methods into external utility methods. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Moderated discussion of advanced .NET topics

Re: [ADVANCED-DOTNET] Help! Which middle-tier: remoting, sockets, COM+ ......

2003-10-22 Thread Thomas Tomiczek
it, his arguments are more than valid. But I would say: fix the infrastructure, isntead of working around the symptoms. We do it because we need it for our business object infrastructure and O/R mapper - basically providing this as a service. Thomas Tomiczek THONA Software Consuling Ltd. (Microsoft

Re: [ADVANCED-DOTNET] .NET Remoting and thread pooling

2003-10-22 Thread Thomas Tomiczek
Look at how ASP.NET works. ASP.NET also has only a limited number of threads, and still it manages to handl way more connnected clients. The same principles apply with remoting. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET -Original Message- From: Moderated

Re: [ADVANCED-DOTNET] Do properties need a 'holder' keyword?

2003-10-21 Thread Thomas Tomiczek
for us. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Damien Guard Sent: Dienstag, 21. Oktober 2003 12:36 To: [EMAIL PROTECTED] Subject: Re

Re: [ADVANCED-DOTNET] Is object rooted?

2003-08-14 Thread Thomas Tomiczek
the object when thre is a cached instance. And this the weak reference tells you. Thomas Tomiczek THONA Software Consuting Ltd. (Microsoft MVP C#/.NET)

Re: [ADVANCED-DOTNET] Is object rooted?

2003-08-08 Thread Thomas Tomiczek
You can not know. The GC does not know either, until it runs. Rooting information is not tracked during program execution. What do you try to achieve? Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Moderated discussion of advanced

Re: [ADVANCED-DOTNET] Result of performance comparison between Socket, Remoting and .NET Messaging Queue

2003-08-03 Thread Thomas Tomiczek
) * Search engines Etc. Don't assume he does not care about scalability JUST becase he optimises one computer scenarios. Thomas Tomiczek THONA Software Consulting Ltd. (Microsoft MVP C#/.NET)

Re: [ADVANCED-DOTNET] VS.NET failing to compile a perfectly reasonable project? Anyone exxperienced this? (C#)

2003-07-18 Thread Thomas Tomiczek
Does not totally fit it. Still, here is our scenario: * We have one outer class, derived from an abstract base class. NO commin interface etc. with the contained stuff. * The outer class contains a ton of stubs. * For every stub there is a separate class that contains a derived class. * There

Re: [ADVANCED-DOTNET] ArgIterator is not object ???

2003-06-16 Thread Thomas Tomiczek
Documentation for this anywhere? Especially on HOW they stop the boxing to happen. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Jeroen Frijters [mailto:[EMAIL PROTECTED] Sent: Montag, 16. Juni 2003 11:39 To: [EMAIL PROTECTED

Re: [ADVANCED-DOTNET] How expensive is XmlDataDocument

2003-06-06 Thread Thomas Tomiczek
Well, no clue about speed, BUT memory wise: The DataSet (above an XML document) is built on top o fan XmlDataDocument DOM like presentation, so it uses more memory than the DOM presentation. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message

Re: [ADVANCED-DOTNET] XMLSerializing Interfaces Components

2003-05-29 Thread Thomas Tomiczek
. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET)

Re: [ADVANCED-DOTNET] Adding a custom attribute to a type

2003-03-24 Thread Thomas Tomiczek
Not possible to my knowledge. What COULD work is that the type implements cutom type and returns an instance of the attribute when asked for - BUT - the normal mechanism uses reflection, and it is not possible to add an attribute to this at runtime. Regards Thomas Tomiczek THONA Consulting

Re: [ADVANCED-DOTNET] Adding a custom attribute to a type

2003-03-24 Thread Thomas Tomiczek
not to be acceptable. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Schmied Fabian [mailto:[EMAIL PROTECTED] Sent: Montag, 24. März 2003 13:04 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Adding a custom attribute to a type You

Re: [ADVANCED-DOTNET] Container-Managed Persistence in .NET?

2003-02-11 Thread Thomas Tomiczek
-consulting.com/ is a starting point. Look for the EntityBroker. Besides this there area couple of source generators outside. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Luca Minudel [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar

Re: [ADVANCED-DOTNET] What's the overhead of a MarshalByRefObject?

2003-01-27 Thread Thomas Tomiczek
Speed depends on usage pattern. Basically - it depends on how you use the objects. With MBR every access goes through remoting, with MarhalByValue you get local copies - which sometimes is not what you want. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original

Re: [ADVANCED-DOTNET] Remoting: What is everybody doing for simple, robust, secure, efficient IPC?

2003-01-19 Thread Thomas Tomiczek
There is also the question of how much overhead a TCP connection imposes. Even localhost, and even not hirtting the wire - will the stream not be encoded into TCP packets? Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Ben Kloosterman

Re: [ADVANCED-DOTNET] IP Server Questions...

2003-01-14 Thread Thomas Tomiczek
Not to my knowledge - I rembmer having heard in some discussion that this was left out due to time or resource constraints. Not ure bout .NET 1.1. Again, this is hearsay - not sure either. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From

[ADVANCED-DOTNET] Dynamic class generation (IL emitting): properties may hve more than one not implemented instance. How do implement?

2003-01-14 Thread Thomas Tomiczek
), but this does not work - I get an exception later when baking the type that not everything is implemented. My question - do I REALLY have to emit bytecode for tboth, the abstract class property AND the interface property? Or is there an easier way? Regards Thomas Tomiczek THONA Consulting Ltd

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-11 Thread Thomas Tomiczek
are not too likely to exploit the newest vulnerability - this is normally left to hackers knowing their stuff). Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Craft, Steve [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 4:45 PM

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-11 Thread Thomas Tomiczek
is actually going on. Script kiddies are normally attacking on well known exploits, and can normally be kept off guard by basically changing a smal implementation detail and/or having competent administrators. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can read

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-10 Thread Thomas Tomiczek
thing that you can actually have - much worse than not having an algorythm at all, because then you KNOW that you are unprotected. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Andrew Hopper [mailto:[EMAIL PROTECTED]] Sent: Thursday

[ADVANCED-DOTNET] Controlling (fine grained) db locks using standard .NET interfaces - possible?

2003-01-09 Thread Thomas Tomiczek
Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [ADVANCED-DOTNET] Enforcing IDisposable ownership rules

2002-11-06 Thread Thomas Tomiczek
by the hundreds. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -- Still writing SQL and dealing with DataSets? Why dont you use our EntityBroker. The most advanced o/r and business object toolkit in town. -Original Message- From: Chris Sells [mailto:csells

Re: [ADVANCED-DOTNET] Enforcing IDisposable ownership rules

2002-11-05 Thread Thomas Tomiczek
an Idisposable implementing style call the correct addref/release functions on the Idisposable method (compiler injection) and you are combining both advantages. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -- Still writing SQL and dealing with DataSets? Why dont you

Re: [ADVANCED-DOTNET] Problem is unloading assembly

2002-10-28 Thread Thomas Tomiczek
Inline - and sometimes not funny :-) Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -- Still writing SQL and dealing with DataSets? Why dont you use our EntityBroker. The most advanced o/r and business object toolkit in town. -Original Message- From

Re: [ADVANCED-DOTNET] .NET CLR network limit?

2002-10-24 Thread Thomas Tomiczek
Not that I know. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Turneral [mailto:Alex;INSYSTEK.COM] Sent: Donnerstag, 24. Oktober 2002 17:42 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] .NET CLR network limit? Running a single app with 5

Re: [ADVANCED-DOTNET] tamper proof assembly question

2002-10-22 Thread Thomas Tomiczek
been modified? I assume it is not trivial - maybe it is simply technical, but IMHO you get a lot of points where you have the signature as an important part (like linking into the GAC), and so it might be a LOT of things to modify. Let me second this question - anyone has any metrics? Thomas

Re: [ADVANCED-DOTNET] FW: Interop: Handling OUT parameter of array, gets error Can not use SizeParamIndex for byref array parameters.??

2002-10-19 Thread Thomas Tomiczek
!= IntPtr.Zero) Marshal.FreeCoTaskMem(pPinArray); } // Do something with the array ... Hope this works (and helps)! -Andy Hopper -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED-DOTNET;DISCUSS.DEVELOP.COM] On Behalf Of Thomas Tomiczek Sent: Monday, October 14

Re: [ADVANCED-DOTNET] FW: Interop: Handling OUT parameter of array, gets error Can not use SizeParamIndex for byref array parameters.??

2002-10-19 Thread Thomas Tomiczek
in pinArray is big enough? I mean, if I work with my unmanaged code blocks, then he has no choice, but here - he can hardly know where the stuff is written in the croutine called. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Andrew Hopper

Re: [ADVANCED-DOTNET] Possible to change type definition when the type is loaded?

2002-10-17 Thread Thomas Tomiczek
Thats not really an option. I do this right now, enforcing the class to be abstract and generating a subclass - thats what I want to get rid of :-) Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Jason Whittington [mailto:[EMAIL PROTECTED]] Sent

Re: [ADVANCED-DOTNET] Possible to change type definition when the type is loaded?

2002-10-17 Thread Thomas Tomiczek
even with very low security rights, to my knowledge - the resulting code just needs to pass the verifier. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Clemens F. Vasters [mailto:clemensv;NEWTELLIGENCE.COM] Sent: Donnerstag, 17. Oktober 2002 14:37

Re: [ADVANCED-DOTNET] count strong references

2002-10-17 Thread Thomas Tomiczek
will HAVE to use weak references for your collection. Thats the way it is designed. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Christian Schmitz [mailto:csh;GEDAS.DE] Sent: Donnerstag, 17. Oktober 2002 15:07 To: [EMAIL PROTECTED] Subject: [ADVANCED

Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections

2002-10-15 Thread Thomas Tomiczek
strongly suggest we restart with a new email after this run :-) Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Joseph Healy [mailto:[EMAIL PROTECTED]] Sent: Montag, 14. Oktober 2002 21:40 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Strongly

[ADVANCED-DOTNET] FW: Interop: Handling OUT parameter of array, gets error Can not use SizeParamIndex for byref array parameters.??

2002-10-14 Thread Thomas Tomiczek
: at ThonaConsulting.DirectShow.IEnumPins.Next(Int32 cPins, IPin[] ppPins, Int32 pcFetched) at ThonaConsulting.DirectShow.Utilities.FilterUtility.GetPin(IBaseFilter Filter, PinDirection Direction) in c:\work\thonaconsulting\directshow\thonaconsulting.directshow\utilities\ filterutility.cs:line 29 Any clues? Thomas Tomiczek

Re: [ADVANCED-DOTNET] FW: Interop: Handling OUT parameter of array, gets error Can not use SizeParamIndex for byref array parameters.??

2002-10-14 Thread Thomas Tomiczek
One moment :-) Means that param 0 contains the size, right? Which is correct - param 2 is the number of objects returned. Hm, so much for borrowed code :-) Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Mattias Sjögren [mailto:[EMAIL PROTECTED

Re: [ADVANCED-DOTNET] FW: Interop: Handling OUT parameter of array, gets error Can not use SizeParamIndex for byref array parameters.??

2002-10-14 Thread Thomas Tomiczek
What about using a REF array, instead of an int? Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Richard Birkby [mailto:[EMAIL PROTECTED]] Sent: Montag, 14. Oktober 2002 17:21 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] FW: Interop

Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections

2002-10-10 Thread Thomas Tomiczek
Well, just one question - how do you handly type inheritance in this dataset? I mean, a typed dataset is typed, or? No subtypes per table depending on data. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Ben Kloosterman [mailto:[EMAIL

Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections

2002-10-10 Thread Thomas Tomiczek
work is interesting - we go in different directions, but your steps make PERFECT sense in the context of the way you are going to :-) Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Ben Kloosterman [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 10

Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections

2002-10-09 Thread Thomas Tomiczek
, then after all inserts, before the original updates, the value is updates. As a result (of this which we could not easily do with datasets) we can automatically store arbitrary object graphs :-) No, DataSets were decided to be part of the problem. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C

Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections

2002-10-09 Thread Thomas Tomiczek
by attributes). DataSet: By hand. You losse. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[ADVANCED-DOTNET] Redeclaring COM interface return type - ??

2002-10-09 Thread Thomas Tomiczek
in advance. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections

2002-10-09 Thread Thomas Tomiczek
- for perofrmance reasons etc. the last example is doing some work under the scenes. c2.ParticleData and c2.ParticleData are actually shortcuts for going two level deep into storage hierarchy :-) Every container with data in it is actually three tables (with three objects). Thomas Tomiczek THONA Consulting

Re: [ADVANCED-DOTNET] Redeclaring COM interface return type - ??

2002-10-09 Thread Thomas Tomiczek
way to find this out without access to the ID`?) to the return type. *** Thanks. ... For more detail, see COM Interop Part 1: C# Client Tutorial in the MSDN library. *** Yes, thanks :-) tel me I am a beginner here :-) No, really - thanks. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C

[ADVANCED-DOTNET] Renderer Filter (CBaseInputPin) throwing 0x4003 excpetion - with ONE driver. Help...

2002-09-29 Thread Thomas Tomiczek
) goes through flawlessly. Code of the DataSink can be published in full if someone wants to have a look there. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other

Re: [ADVANCED-DOTNET] Benchmarking

2002-07-04 Thread Thomas Tomiczek
times, while your C+ code has the advantage of being able to allocate the correct size beforehand :-) That's NOT a comparable benchmark :-) Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Yogesh Shetty [mailto:[EMAIL PROTECTED]] Sent

Re: [ADVANCED-DOTNET] Massive Use of Threads Issue

2002-07-02 Thread Thomas Tomiczek
memory is correct right now (and .NET threads are assigned OS threads, don't forget this) 1MB per thread. Thanks for blowing 300 Mb for nothing so far :-) More inline... Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Mcmullan, Andy (Andrew

Re: [ADVANCED-DOTNET] Massive Use of Threads Issue

2002-07-01 Thread Thomas Tomiczek
them. Use pooled database connections. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: David Williams [mailto:[EMAIL PROTECTED]] Sent: Sonntag, 30. Juni 2002 22:37 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Massive Use of Threads Issue