Cheeso

11,558
Reputation
837 views

Registered User

Name Cheeso
Member for 11 months
Seen 55 mins ago
Website
Location
Age
6h
comment Best way to generate a hash signature (HMAC) for XMLSerialized objects in .NET?
The "envelope" approach is the better one. The envelope idea is fundamental in SOAP, of course.
7h
revised In C#, sign an xml with a x.509 certificate and check the signature
verifyXml
7h
comment Are partial methods considered harmful?
Whoa. I don't mean to make it personal or disparage anyone, or the motivation for partial methods. The question is, is the feature generally useful and is it used appropriately. goto was a nice feature, but it can be over used. Response.End() can be over-used in ASP.NET. The question is, Where's the balance with partial methods?
7h
comment Are partial methods considered harmful?
Linked in. Partial methods can be linked in, or not, right? I don't do that.
7h
comment How can I disable the WebSite action in Wix when no web features are selected?
It's still in my MSI, and I use 3.0.5419.0.
9h
accepted Ideas for computer science project with CORBA or ICE
17h
revised In WiX, is it possible to update the status text when executing custom actions?
formatting
17h
revised ServiceInstall or ServiceControl Problem
speling, formatting
17h
revised Customizing text in the standard Wix dialogs
fix title
17h
comment WiX tricks and best practices
Ha! Not my blog. I read it too. And I have a link to the blog entry in the text above. But they did it differently than I did. I like my way better.!!
17h
answered WiX tricks and best practices
18h
revised WiX tricks and best practices
picture
18h
answered WiX tricks and best practices
18h
revised WiX tricks and best practices
commit
18h
answered WiX tricks and best practices
18h
revised WiX tricks and best practices
image #2
18h
answered WiX tricks and best practices
18h
answered WiX tricks and best practices
19h
comment Are partial methods considered harmful?
It can be confusing that there are different version numbers for the compiler/language and the Framework, but .. true. What's worse is the numbers are oh-so-close between C# and .NET. The same is not true for VB and .NET, for example, so there's less foncusion.
20h
comment Are partial methods considered harmful?
I don't think I am inferring that connection. I understand the distinction completely.
21h
comment Is it possible to reload the CLR?
Why do you want to reload? In the IIS model, the unit of reloading/recycling is the worker process itself. I don't know about SQLCLR, but I suspect there's something more interesting there.
21h
revised Is it possible to reload the CLR?
tags
21h
revised Are partial methods considered harmful?
unthink
21h
comment Are partial methods considered harmful?
I don't think either partial methods or partial classes are useful only in designer-generated code. I think partial classes are useful in cases where, for some reason or another, it is beneficial to use multiple textfile modules to define a single class. One example of that is when a designer generates part of the class, and a programmer is expected to implement or generate another part. But there are other examples.
21h
comment Are partial methods considered harmful?
But as pointed out above, partial classes and partial methods are two distinct things.
21h
comment Are partial methods considered harmful?
Re: Foovvanadil's comments, that was my initial thought - I wasn't asking about extension methods.
21h
comment Are partial methods considered harmful?
partial classes are different from partial methods.
22h
revised Are partial methods considered harmful?
edit
22h
answered Are partial methods considered harmful?
23h
revised Usage of Desktop C# DLL in windows mobile
added 52 characters in body
23h
asked Are partial methods considered harmful?
1d
comment How can I fix csharp-mode.el ?
yes you are. but I would never call you that. I just call you "helpful".
1d
revised How can I fix csharp-mode.el ?
changed my list of complaints.
1d
comment How can I fix csharp-mode.el ?
heh heh heh... I figure it as one BIG question, Trey.
1d
answered How can I disable the WebSite action in Wix when no web features are selected?
1d
comment How can I disable the WebSite action in Wix when no web features are selected?
Ahh, the infinite mysteries of Wix.
1d
comment IIS7 rewrite for REST not working
maybe try iis.net - I think they have forums there, more focused on IIS and also the rewrite module.
1d
answered Alternative to Apache’s .htaccess file for IIS?
1d
revised Under what circumstances will a backgroundworker not run the DoWork method to completion?
title fixup
1d
answered Compile Windows C console applications in Linux
1d
comment AES 256 in CTR mode
FYI: WinZip's AES encryption (winzip.com/aes_info.htm) uses CTR mode, and a SHA1 HMAC (as suggested by tyranid). The nonce always starts at zero. To generate the key, it uses the RFC 2898 PBKDF2, with a random salt, of 1/2 the key size.
1d
comment Rijndael / AES from C# to VB6
The problem has been answered and solved. stackoverflow.com/questions/751759/…
1d
asked How can I fix csharp-mode.el ?
1d
revised Java Arrays- tranforming string with spaces into an array
speling
1d
comment Ideas for computer science project with CORBA or ICE
I see your point. There are things to learn from Lisp, Prolog, and CORBA. On the other hand, when I was in school, I was working towards getting a job, to make money. It was not an academic pursuit. It was professional training. Sure, it's nice background to know Lisp, to be able to "think in Lisp." It's also nice to know Shakespeare. But how practical is it? Given finite personal time and resources, how much of myself should I allocate to something that is of mostly historical interest, in CS terms?
1d
accepted Processing XML without loading entire document in memory?
1d
comment Is there a framework for allowing apps published on Codeplex to auto-update directly from Codeplex?
I was thinking a common framework would parse the RSS feed for releases, then look for a well-known name (like "manifest.xml") on each release. . .
1d
revised Is there a framework for allowing apps published on Codeplex to auto-update directly from Codeplex?
rephrase title
1d
comment Ideas for computer science project with CORBA or ICE
If no company is making money on a technology, it is dying or dead, regardless of whether it is "owned" by a community or "owned" by a single entity. Consider Linux: it was primarily of academic interest until large companies, led by IBM and Oracle, started finding ways to make money on it. If aggregate revenue earned on a technology is in a long-term decline as with CORBA, it's not a good sign. Not where I would want to invest my time, and not where I would advise others to invest either.
1d
answered Finding table values in watij using xpath