Questions tagged [application-resource]

A resource is any non-executable data that is logically deployed with an app.

.net:

Resource files are files that are part of an application but are not compiled, for example icon files or audio files. Since these files are not part of the compilation process, you can change them without having to recompile your binaries.

31 questions
-1
votes
1 answer

How do i create a global object in xaml?

I have a wpf navigation application. I have an object that i want to access from different pages. Currently, the object is only available from the page that creates it. Here what I did. In page A.xaml I defined in the page like…
1 2
3