Answer the question
In order to leave comments, you need to log in
Question about implementation requirements?
For the first time I get a job as a programmer for a .NET developer. They gave a test task that can be done on WPF, WCF and ASP.NET. I chose ASP.NET. There are two points in the implementation requirements that I don't understand:
1) Use an application configuration file for User-specific settings
2) Use resources to store UI strings
What do they mean?
Answer the question
In order to leave comments, you need to log in
1) Use application configuration file for User-specific settings
Web.config
every ASP.NET application (and the desktop one App.config
) has such a file at the project level (not to be confused with Web.config
in the Views folder)Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question