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

2004-10-12 Thread Thomas Tomiczek
e 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 by DevelopMentor®

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

Re: [ADVANCED-DOTNET] Multithreading question

2004-10-12 Thread Thomas Tomiczek
a lock - it will modify the object, and boom. Which means, in short, that you should not expose 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.) =

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#/

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 adv

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

2004-10-03 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: Mont

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

2004-10-01 Thread Thomas Tomiczek
But it DOES cut down 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 O

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

2004-09-28 Thread Thomas Tomiczek
text from the word document? Thomas Tomiczek > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Ushanta Mooloo > Sent: Dienstag, 28. September 2004 14:17 > To: [EMAIL PROTECTED] > Subject: Re: [

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

2004-09-28 Thread Thomas Tomiczek
s when say you have no clue how to extract them to upload them to the database? Lots of questions, and basically I do not see enough information to answer your original question, thanks to basically none (in number: zero) information you give. Thomas Tomiczek THONA Software & Consulting Ltd. (

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

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

2004-08-23 Thread Thomas Tomiczek
o you everyone 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) (

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 mont

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

2004-07-26 Thread Thomas Tomiczek
mment with a response. The nice think is that you do not have to dignify this. This is a fact. The US, according to it's own criteria, is a terrorist state. Nd I mean this list that president bush has published once. Thomas > > > Andrew Baudouin > Applications Programmer &g

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? > >

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,

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

2004-07-26 Thread Thomas Tomiczek
nough so that we don't need to automatically assume he can't > tell a bit from a byte. > > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Thomas Tomiczek > Sent: Monday, July 26, 2004 5:05

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

2004-07-26 Thread Thomas Tomiczek
-- > > |--Clustered Index > Scan(OBJECT:(..[dbo].[InventoryState].[PK_InventoryState])) > > (1 row(s) affected) > > StmtText > --- > > > SET STATISTICS PROFILE OFF > > (1 row(s)

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

2004-07-26 Thread Thomas Tomiczek
ion 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

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

2004-07-26 Thread Thomas Tomiczek
such an attitude, but I think I will rather skip the > enumeration given 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: Mo

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

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

2004-07-26 Thread Thomas Tomiczek
rder in your query? This is pretty simple, and you do not have to resort on the client then. It just is not automatic. Note: SQL is SET ORIENTED. Sets do not have an intrinsic sort order. Thomas Tomiczek THONA Software & Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) >

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 dis

Re: [ADVANCED-DOTNET] Stress Testing woes

2004-06-28 Thread Thomas Tomiczek
ed" as described in > the knowledgeable. This solves keepalives. It does 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 Softw

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

Re: [ADVANCED-DOTNET] Denied Error

2004-06-06 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.

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

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-

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. > [

Re: [ADVANCED-DOTNET] Large structures

2004-05-16 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 dis

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

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 topic

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

2004-04-21 Thread Thomas Tomiczek
gt; and windows-based application. > > Thomas Tomiczek wrote: > > >>This would speed things a lot, especially for enterprise > development. > >> > >> > > > >Possibly. > > > >But only if you like extremely idiotic surfaces. > > > >

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

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] Java's dynamic proxy in .NET?

2004-03-22 Thread Thomas Tomiczek
for :-) 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 > Marek Malowidzki > Sent: Sonntag, 21. März 2004

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

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 & Consul

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
forget that you work in .NET - you have a TON of nice methods of making sure that the busienss logic is correct, distributed, up to the corerct version etc. In case of what we build into the EntityBroker, the Data Access Layer (or: ObjectServer) can serve you a list of DLL's that need t

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:[E

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:3

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

2003-10-24 Thread Thomas Tomiczek
ow me to say Int I = 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 disc

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-

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

2003-10-22 Thread Thomas Tomiczek
go 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. (

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

2003-10-21 Thread Thomas Tomiczek
code 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

Re: [ADVANCED-DOTNET] Is object rooted?

2003-08-14 Thread Thomas Tomiczek
do already have. This makes the object rooted again :-) Works like a charm. You "unique" 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

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

2003-08-03 Thread Thomas Tomiczek
s: * News sites * Online shops (catalog part) * 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] Databinding in user control hierarchies - anyone any insight?

2003-07-29 Thread Thomas Tomiczek
The obvious was much niver (and we talk of winforms here). The "obvious" was this: The inner control existed TWO TIMES, and another instance was sitting on top. Someone happily had ungled the code. The reason I did not see anything was that I saw the empty one. Thomas > > -Original Messag

[ADVANCED-DOTNET] Databinding in user control hierarchies - anyone any insight?

2003-07-28 Thread Thomas Tomiczek
Anyone has an idea for this? 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 a

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

2003-07-17 Thread Thomas Tomiczek
plication, if anyone from MS asks (there is nothing in there besides autogenearated code anyway, and it is trivial). This is really disturbing. Thomas Tomiczek THONA Software & Consulting Ltd. (Microsoft MVP C#/.NET)

Re: [ADVANCED-DOTNET] Type class - finding out whether a specific interface is iplemented in the type on THIS inheritance level...

2003-06-26 Thread Thomas Tomiczek
- according to normal inheritance rules, the marker interface would also be visible on the baseclasses. A STATIC method (which I could find) could work, too, though, now that I think of it. I could just reflect on whether the static method is available. Thomas Tomiczek THONA Consulting Ltd

[ADVANCED-DOTNET] Type class - finding out whether a specific interface is iplemented in the type on THIS inheritance level...

2003-06-25 Thread Thomas Tomiczek
everywhere starting from As down and this information is not accessible anymore? Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET)

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: [EMA

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

2003-06-16 Thread Thomas Tomiczek
gIterator iterator; Object retval = (System.Object) iterator; > return iterator; If this also blows - no clue. BTW - using .NET 1.0 or 1.1? Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) > > -Original Message- > From: Bog

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 M

Re: [ADVANCED-DOTNET] XMLSerializing Interfaces & Components

2003-05-29 Thread Thomas Tomiczek
create the XML document manually (b) use the ObjectXPathNavigator from MS and an XSLT transformation to put the object down as XML Bt I do hope you get it working. 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
Well, the core thing is: you are using a debugging interface and will run into serious RIGHTS issues. Nothing I would ever accept in normal software. And, a is a kille - I need to be able to attach a REAL profiler :-) 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
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

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] Container-Managed Persistence in .NET?

2003-02-13 Thread Thomas Tomiczek
a framework works. Frankly, I can not understand why ANYONE would like o write SQL by hand anymore. I answer inline starting with Regards Thomas Tomiczek THONA Consulting Ltd. > -Original Message- > From: Luca Minudel [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 12. Februar 2

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] Bulk Insert with ADO.Net(IRowsetFastLoad equivalent)

2003-02-05 Thread Thomas Tomiczek
No bulk insert, sorry. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Scott Prugh [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 5. Februar 2003 19:22 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Bulk Insert with ADO.Net(IRowsetFastLoad

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) > -Origi

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- > Fro

[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] 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) > -Ori

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-11 Thread Thomas Tomiczek
of what 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#

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-11 Thread Thomas Tomiczek
iddies 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, Ja

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-10 Thread Thomas Tomiczek
not have one, is the worst 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:

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

2003-01-09 Thread Thomas Tomiczek
e useful. 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 DevelopMentor lists at http://discuss.develop.com.

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-09 Thread Thomas Tomiczek
Congratulations. You have propably managed to completly destroy the advantage of salt in your usage. Using a derived salt value means, at least to my understanding of the maths involved, that you have just KILLED the effect. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET

Re: [ADVANCED-DOTNET] Salt in PasswordDeriveBytes

2003-01-06 Thread Thomas Tomiczek
The RFC about CHAP is a good place to loop for this :-) CHAP was built on the premise that you control a device (where users login), and the database with passwords, but have an untrusted network in between. They work with hashes etc. Not perfect, but a good starter to read. Regards Thomas

Re: [ADVANCED-DOTNET] Enforcing IDisposable ownership rules

2002-11-06 Thread Thomas Tomiczek
ese around 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: C

Re: [ADVANCED-DOTNET] Enforcing IDisposable ownership rules

2002-11-05 Thread Thomas Tomiczek
ASICALLY - have every reference variable referencing 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 writin

[ADVANCED-DOTNET] Question for designing serviced components with .NET - not too easy....

2002-11-05 Thread Thomas Tomiczek
se from some kind of either parameter or embedded data. Anyone ever tried something like this in C#? I mean, there is a mechanism for CRM (Compensating Resource Manager) in the framework, but real resource pools? Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can re

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
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] FW: Interop: Handling OUT parameter of array, gets error "Can not use SizeParamIndex for byref array parameters."??

2002-10-19 Thread Thomas Tomiczek
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, 2002 6:49 AM To: [EMAIL PROTECTED] Subj

Re: [ADVANCED-DOTNET] count strong references

2002-10-17 Thread Thomas Tomiczek
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] 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] 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

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

2002-10-16 Thread Thomas Tomiczek
the way to basically use properties with "some dummy code" and rewrite them during class load to contain the correct code. This, though, is dependant on - well - the ability to do so. Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) You can read messages from the Advanc

Re: [ADVANCED-DOTNET] Learning to work with layers.

2002-10-15 Thread Thomas Tomiczek
Dont worry. It is wrong. Inline with *** Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -Original Message- From: Franklin Gray [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 15. Oktober 2002 15:38 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Learning to work with

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

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] 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

[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
tilities.FilterUtility.GetPin(IBaseFilter Filter, PinDirection Direction) in c:\work\thonaconsulting\directshow\thonaconsulting.directshow\utilities\ filterutility.cs:line 29 > Any clues? > > 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-12 Thread Thomas Tomiczek
Joseph, Answers inline... -Original Message- From: Joseph Healy [mailto:Joseph.Healy@;AVASYS.COM] Sent: Samstag, 12. Oktober 2002 01:45 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Strongly-Typed DataSets vs. Strongly-Typed Collections Thomas, While I get the drift of you code

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-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] Redeclaring COM interface return type - ??

2002-10-09 Thread Thomas Tomiczek
ally move one parameter (which? Any 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 -

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

2002-10-09 Thread Thomas Tomiczek
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 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
is an out parameter? Thanks 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
pproach): semiautomatic (possible controlled 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.

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

2002-10-09 Thread Thomas Tomiczek
ts a NULL, 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. (

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

2002-10-08 Thread Thomas Tomiczek
ent Container subtypes (selected by the ContainerTyp field) that you can then just call functionaltiy in - OO programming at it's best. Thats live code, btw., from a CMS that we are just now working on. The O/R mapper used was planned to go live yesterday - will ahve to wait some mor

  1   2   >