Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: how does this exception happened Pin
Heath Stewart7-Jul-04 5:49
protectorHeath Stewart7-Jul-04 5:49 
GeneralRe: how does this exception happened Pin
Anonymous7-Jul-04 17:19
Anonymous7-Jul-04 17:19 
GeneralRe: how does this exception happened Pin
Heath Stewart8-Jul-04 3:01
protectorHeath Stewart8-Jul-04 3:01 
GeneralRe: how does this exception happened Pin
noosword8-Jul-04 17:52
noosword8-Jul-04 17:52 
Generalwindows using IIS Pin
ravindra2317-Jul-04 2:28
ravindra2317-Jul-04 2:28 
GeneralRe: windows using IIS Pin
Not Active7-Jul-04 2:55
mentorNot Active7-Jul-04 2:55 
GeneralRe: windows using IIS Pin
Peter Vertes7-Jul-04 3:35
Peter Vertes7-Jul-04 3:35 
GeneralRe: windows using IIS Pin
Heath Stewart7-Jul-04 5:45
protectorHeath Stewart7-Jul-04 5:45 
If you strongly name your assemblies, you would already have a cryptographic hash. There is no excuse not to strongly name your assemblies, and it's incredibly simple to do (even more simple that using the UAB). Fusion - the binding manager for the CLR - will even download updated assemblies automatically and cache them in the temporary assembly cache (or TAC, as I call it, though that doesn't seem to be an "official" acronym).

I developed a large N-tier solution using this approach back in 1.0 beta 2 and it works well without the UAB. The UAB does, however, provide you with the capabilities of a disconnected application that updates itself when connected (if any updates are available).

ClickOnce is like a combination of both techniques and we are looking at it for future deployment when released with .NET 2.0 for the only big advantage that the UAB has as I mentioned above: removing the requirement to be always connected (but for a smart application it's pretty much required without a data cache anyway).

 

Microsoft MVP, Visual C#
My Articles
QuestionHow to make row stay at the top in datatable Pin
Atlemann7-Jul-04 1:37
Atlemann7-Jul-04 1:37 
AnswerRe: How to make row stay at the top in datatable Pin
DougW487-Jul-04 7:09
DougW487-Jul-04 7:09 
GeneralRe: How to make row stay at the top in datatable Pin
Atlemann7-Jul-04 22:33
Atlemann7-Jul-04 22:33 
Generalcustom ListView header ctrl and XP theme Pin
Andy H7-Jul-04 1:17
Andy H7-Jul-04 1:17 
GeneralRe: custom ListView header ctrl and XP theme Pin
Heath Stewart7-Jul-04 5:39
protectorHeath Stewart7-Jul-04 5:39 
QuestionHow do I do double-click file opening with my C# app? Pin
spazzman7-Jul-04 0:18
spazzman7-Jul-04 0:18 
AnswerRe: How do I do double-click file opening with my C# app? Pin
Dave Kreskowiak7-Jul-04 5:04
mveDave Kreskowiak7-Jul-04 5:04 
GeneralRe: How do I do double-click file opening with my C# app? Pin
spazzman7-Jul-04 12:01
spazzman7-Jul-04 12:01 
GeneralRe: How do I do double-click file opening with my C# app? Pin
MilesAhead7-Jul-04 12:27
MilesAhead7-Jul-04 12:27 
GeneralRe: How do I do double-click file opening with my C# app? Pin
Dave Kreskowiak7-Jul-04 12:39
mveDave Kreskowiak7-Jul-04 12:39 
GeneralRe: How do I do double-click file opening with my C# app? Pin
spazzman8-Jul-04 2:12
spazzman8-Jul-04 2:12 
GeneralWrong dimensions. Pin
6-Jul-04 21:26
suss6-Jul-04 21:26 
GeneralRe: Wrong dimensions. Pin
Hesham Amin6-Jul-04 22:55
Hesham Amin6-Jul-04 22:55 
GeneralRe: Wrong dimensions. Pin
Nick Z.6-Jul-04 23:28
Nick Z.6-Jul-04 23:28 
GeneralRe: Wrong dimensions. Pin
Heath Stewart7-Jul-04 5:27
protectorHeath Stewart7-Jul-04 5:27 
GeneralRe: Wrong dimensions. Pin
Nick Z.6-Jul-04 23:44
Nick Z.6-Jul-04 23:44 
GeneralMicrosoft wrote : filters property pages Pin
hpAng6-Jul-04 20:48
hpAng6-Jul-04 20:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.