G
Guest
I've been assigned to support a web-based app (code behind page model)
written in C# using Visual Studio 2005. I am completely new to web apps, C#,
and Visual Studio 2005. This app was developed using hardcoded strings and
numeric values that should have been defined in one location (like a #define
in a .h file in c++). I have searched for a good, clear, useful explanation
on how to do this where the web page code (aspx) and the C# code can both use
the constant definition but have not found one. Can anyone provide a clear,
useful explanation/example on this or a link the explains this that will go
beyond ".h files are not used in C#"? I would greatly appreciate the help.
written in C# using Visual Studio 2005. I am completely new to web apps, C#,
and Visual Studio 2005. This app was developed using hardcoded strings and
numeric values that should have been defined in one location (like a #define
in a .h file in c++). I have searched for a good, clear, useful explanation
on how to do this where the web page code (aspx) and the C# code can both use
the constant definition but have not found one. Can anyone provide a clear,
useful explanation/example on this or a link the explains this that will go
beyond ".h files are not used in C#"? I would greatly appreciate the help.