About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (206)
- Security (17)
- Test (32)
- Tooling (165)
- Uncategorized (166)
Most used tags
Tag Archives: embedded resources
Loading generic.xaml from embedded assembly
My WPF application uses custom controls in a referenced library. To simplify deployment, all dependent DLLs are embedded resources of the application EXE file. Read Jeffrey Richter: Excerpt #2 from CLR via C#, Third Edition to get the details. The … Continue reading →
Posted in Development
|
Tagged embedded resources, generic.xaml, MergedDictionaries, ThemeInfo, WPF, XAML
|
Leave a comment
ILMerge alternative with embedded resources for class library
In my previous post I pointed out how to implement the Jeffrey Richter alternative to ILmerge on WPF applications. Now I want to show you how to do this with class libraries using module initializers tool from Einar Egilsson. Again … Continue reading →
Posted in Development
|
Tagged .NET, asp.net, class libraries, class library, embedded resources, ilmerge, injectmoduleinitializer, jeffrey richter, public static void
|
Leave a comment