What is equivalent to java property file in .net
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Dear friends, What is the Equivalent for java property file .net??? and how to use that??? any idea? link? by Joe
-
Dear friends, What is the Equivalent for java property file .net??? and how to use that??? any idea? link? by Joe
Probably the nearest equivalent is an application configuration file. Google for "c# application configuration file" and you will get about a zillion matches.