Archive for the 'C#' Category

Please visit: http://aimslife.com/blog/?p=9


Person A: Do you know??Person B: about what??Person A: From where I can contribute and learn .Net, Java, etc compiler….???Person B: … <difficult question…> … Person A: answer is so simple… go on http://discuss.develop.com/ and join Rotor group, GenX group, Java-Security group, .Net-CLR group and many other informative information are there.
Best Of lUck!.


Today, I am sharing one of the informative information for craze engineers. ‘Taking Help from the right place‘ is difficult job know days cause of million of million site available on internet. So, how we can evaluate web site in a short time? this is difficult for me to answer it, but I know one [...]


http://aimslife.com/blog/?p=22


The following code written in C# Language and use for gets all files from the application root path.
try{    string fileName = System.Reflection.Assembly.GetExecutingAssembly( ).Location;    fileName = fileName.Substring( 0, fileName.LastIndexOf( ‘\\’ ) );    string [] files = Directory.GetFiles( fileName );    for( int i = 0; i < files.Length; i++ )    {    [...]