Click here to Skip to main content
15,905,071 members
Home / Discussions / C#
   

C#

 
AnswerRe: EM_SETCHARFORMAT Question Pin
mav.northwind13-Jan-06 21:48
mav.northwind13-Jan-06 21:48 
GeneralRe: EM_SETCHARFORMAT Question Pin
arow69d14-Jan-06 8:43
arow69d14-Jan-06 8:43 
QuestionImplementation of HTML HELP in Splitcontainer Pin
BlondeBusyBee13-Jan-06 3:28
BlondeBusyBee13-Jan-06 3:28 
QuestionExecutable c# without framework Pin
hellamasta13-Jan-06 3:16
hellamasta13-Jan-06 3:16 
AnswerRe: Executable c# without framework Pin
André Ziegler13-Jan-06 3:43
André Ziegler13-Jan-06 3:43 
GeneralRe: Executable c# without framework Pin
DotNetInterest13-Jan-06 5:35
DotNetInterest13-Jan-06 5:35 
GeneralRe: Executable c# without framework Pin
Tom Larsen13-Jan-06 6:22
Tom Larsen13-Jan-06 6:22 
GeneralRe: Executable c# without framework Pin
Dave Kreskowiak13-Jan-06 7:21
mveDave Kreskowiak13-Jan-06 7:21 
Odd, nowhere in their documentation do I find that this elimanates the need to have the .NET Framework installed. All I found was:

NET Framework embedding: Xenocode Postbuild 2006 allows the .NET Framework libraries to be embedded into the output assembly, dramatically reducing the complexity of application testing, deployment, and support. Xenocode Postbuild 2006 automatically identifies and statically binds a minimal set of Framework dependencies, reducing overall deployment size and eliminating dynamic link costs.

OK... say this is true and you really do get the minimal .NET Framework statically linked into your app, so you don't need to have the .NET Framework installed. Now, write and deploy 10 apps using this method to your entire user base. Now you've got, at a dead minimum, 10 copies of mscorlib linked into your applications. Lots of duplicated code and wasted space. Whoops! SP1 for the .NET Framework comes out and it fixes nagging problems you've had in a few or your apps. Recompile, relink, and redeploy your busted apps.

Now, go back to square one and start this experiment over. Deploy the .NET Framework to all of your user base. Now deploy all of your apps (much smaller since they don't include the Framework statically linked into them and just as easy to deploy). Now SP1 comes out for the .NET Framework. All you do is deploy the SP to your user base. Don't have to recompile any of your apps because dynamic linking takes care of using the updated Framework classes for you.

I can live without static linking the .NET Framework into my apps.

This is just from a LAN Admin's point of view. If I only have to deploy the SP to fix these problems, GREAT! More time to do other things.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: Executable c# without framework Pin
Nish Nishant13-Jan-06 5:45
sitebuilderNish Nishant13-Jan-06 5:45 
GeneralRe: Executable c# without framework Pin
hellamasta14-Jan-06 0:16
hellamasta14-Jan-06 0:16 
GeneralRe: Executable c# without framework Pin
Nish Nishant14-Jan-06 4:35
sitebuilderNish Nishant14-Jan-06 4:35 
QuestionError in XML serialization Pin
Jesper196613-Jan-06 3:08
Jesper196613-Jan-06 3:08 
AnswerRe: Error in XML serialization Pin
Le centriste13-Jan-06 4:27
Le centriste13-Jan-06 4:27 
GeneralRe: Error in XML serialization Pin
Jesper196613-Jan-06 4:52
Jesper196613-Jan-06 4:52 
GeneralRe: Error in XML serialization Pin
Le centriste13-Jan-06 19:33
Le centriste13-Jan-06 19:33 
QuestionProblem in DataGrid Pin
P. Gnana Prakash13-Jan-06 2:58
P. Gnana Prakash13-Jan-06 2:58 
AnswerRe: Problem in DataGrid Pin
Drew McGhie13-Jan-06 5:44
Drew McGhie13-Jan-06 5:44 
GeneralRe: Problem in DataGrid Pin
P. Gnana Prakash13-Jan-06 17:48
P. Gnana Prakash13-Jan-06 17:48 
QuestionNot a valid Win32 Application Pin
Sharpoverride13-Jan-06 2:06
Sharpoverride13-Jan-06 2:06 
AnswerRe: Not a valid Win32 Application Pin
André Ziegler13-Jan-06 3:44
André Ziegler13-Jan-06 3:44 
GeneralRe: Not a valid Win32 Application Pin
Sharpoverride13-Jan-06 3:53
Sharpoverride13-Jan-06 3:53 
GeneralRe: Not a valid Win32 Application Pin
mitooki13-Jan-06 4:01
mitooki13-Jan-06 4:01 
GeneralRe: Not a valid Win32 Application Pin
Sharpoverride13-Jan-06 4:06
Sharpoverride13-Jan-06 4:06 
AnswerRe: Not a valid Win32 Application Pin
Daniel Grunwald13-Jan-06 5:33
Daniel Grunwald13-Jan-06 5:33 
AnswerRe: Not a valid Win32 Application Pin
Tom Larsen13-Jan-06 6:26
Tom Larsen13-Jan-06 6:26 

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.