Skip to content

Commit

Permalink
Update dotnet-desktop-guide/framework/wpf/advanced/application-startu…
Browse files Browse the repository at this point in the history
…p-time.md

Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
adegeo and gewarren authored Nov 12, 2024
1 parent c95e9e1 commit eb9ca63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The amount of time that is required for a WPF application to start can vary grea

## Use XML Serializer Generator

If you use the <xref:System.Xml.Serialization.XmlSerializer> class, you can achieve better performance if you pre-generate the serialization assembly using the [XML Serializer Generator tool (Sgen.exe)](/dotnet/standard/serialization/xml-serializer-generator-tool-sgen-exe).
If you use the <xref:System.Xml.Serialization.XmlSerializer> class, you can achieve better performance if you pregenerate the serialization assembly using the [XML Serializer Generator tool (Sgen.exe)](/dotnet/standard/serialization/xml-serializer-generator-tool-sgen-exe).

## Configure ClickOnce to Check for Updates After Startup

Expand Down

0 comments on commit eb9ca63

Please sign in to comment.