This is a migrated thread and some comments may be shown as answers.

Send to Configuration File Refactor Suggestion

1 Answer 19 Views
Refactorings
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jaime Bula
Top achievements
Rank 2
Jaime Bula asked on 27 Sep 2012, 08:41 PM
It would be nice to have a Configuration File Refactor

like... 

SIACDB

 

 

db = new SIACDB(new Uri("http://localhost:8010/SIACWebExterno/Services/integrationservice.svc/"));

to...

 


SIACDB db = new SIACDB(new Uri(Settings.MyURL));

1 Answer, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 02 Oct 2012, 08:58 AM
Hello,

 Thanks for the suggestion.
You can post your ideas at our new JusCode Feedback portal as a feature requests and vote for them.
The most popular and important requests will be targeted for implementation.
Thanks.

Greetings,
Zdravko
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Refactorings
Asked by
Jaime Bula
Top achievements
Rank 2
Answers by
Zdravko
Telerik team
Share this question
or