Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: a little help on "most used" codes ! Pin
Michael900017-Apr-11 21:02
Michael900017-Apr-11 21:02 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_18-Apr-11 0:06
_Q12_18-Apr-11 0:06 
GeneralRe: a little help on "most used" codes ! Pin
Michael900018-Apr-11 12:16
Michael900018-Apr-11 12:16 
AnswerRe: a little help on "most used" codes ! Pin
PIEBALDconsult1-Apr-11 14:39
mvePIEBALDconsult1-Apr-11 14:39 
JokeRe: a little help on "most used" codes ! Pin
loyal ginger1-Apr-11 17:51
loyal ginger1-Apr-11 17:51 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_1-Apr-11 20:52
_Q12_1-Apr-11 20:52 
AnswerRe: a little help on "most used" codes ! Pin
Luc Pattyn1-Apr-11 16:31
sitebuilderLuc Pattyn1-Apr-11 16:31 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_1-Apr-11 21:12
_Q12_1-Apr-11 21:12 
//"Source code is kept in source files"

I have done that. Is the wright way, of course but it won't helped me.

Ok, I will repeat from what I write in last responses.
1-the simplest form of what is to store is like this:
[this is a pure example -I don't want critics about this code here!]
//IndexOf usage with string; Benchmark result String version: 1154 ms
int i = s.IndexOf("a"); //Finds first "a" string in s.
//IndexOf usage with char; Benchmark result Char version: 172 ms
int i = s.IndexOf('a'); //Finds first 'a' char in s.
2-the complex form are entire programs, objects,methods, even controls.
(You made them for your simplification in coding for later uses, as reminders or as core codes.)

//"And reusable code should be built and its executable code should reside in DLL files."

Yes, it can be store in a dll "the complex forms", but visually is hidden. I suppose you spent hours to look into all dlls to find a specific piece of code that must be adapted to your current needs / or find that special method that do some specific work. If you have 100 or maybe 1000 dll ; or 1 dll with 1000 methods/properties in it, I will, for example, spent hours to search for them. Maybe after lots of usages you learn it and you have a easy way on looking at it...its possible.
But yes, its a right way with making a dll. I am not accustom with making it. I know how to make it, but its usage I dont find it easily for my needs. I need a solution for something fast to look/search/edit visually and explicitly.
AnswerRe: a little help on "most used" codes ! Pin
dan!sh 1-Apr-11 21:19
professional dan!sh 1-Apr-11 21:19 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_1-Apr-11 21:36
_Q12_1-Apr-11 21:36 
GeneralRe: a little help on "most used" codes ! Pin
dan!sh 1-Apr-11 21:49
professional dan!sh 1-Apr-11 21:49 
AnswerRe: a little help on "most used" codes ! Pin
Eddy Vluggen2-Apr-11 0:16
professionalEddy Vluggen2-Apr-11 0:16 
AnswerRe: a little help on "most used" codes ! Pin
Abhinav S3-Apr-11 7:21
Abhinav S3-Apr-11 7:21 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_3-Apr-11 7:58
_Q12_3-Apr-11 7:58 
GeneralRe: a little help on "most used" codes ! Pin
RobScripta4-Apr-11 1:20
professionalRobScripta4-Apr-11 1:20 
GeneralRe: a little help on "most used" codes ! Pin
_Q12_5-Apr-11 15:04
_Q12_5-Apr-11 15:04 
QuestionXML To Grid Pin
Kevin Marois1-Apr-11 7:30
professionalKevin Marois1-Apr-11 7:30 
AnswerRe: XML To Grid Pin
Not Active1-Apr-11 7:34
mentorNot Active1-Apr-11 7:34 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 7:35
professionalKevin Marois1-Apr-11 7:35 
GeneralRe: XML To Grid Pin
Not Active1-Apr-11 7:53
mentorNot Active1-Apr-11 7:53 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 8:10
professionalKevin Marois1-Apr-11 8:10 
GeneralRe: XML To Grid Pin
Not Active1-Apr-11 8:14
mentorNot Active1-Apr-11 8:14 
GeneralRe: XML To Grid Pin
SledgeHammer011-Apr-11 8:16
SledgeHammer011-Apr-11 8:16 
GeneralRe: XML To Grid Pin
Kevin Marois1-Apr-11 8:17
professionalKevin Marois1-Apr-11 8:17 
GeneralRe: XML To Grid Pin
SledgeHammer011-Apr-11 8:27
SledgeHammer011-Apr-11 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.