Archive for the 'C#' Category
Please visit: http://aimslife.com/blog/?p=9
Filed under: C#, C/C++, Java, Linux | Leave a Comment
Tags: http://aimslife.com/blog/?p=9
Development discuss on .com
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!.
Filed under: C#, Java, Rotor [Microsoft] | 1 Comment
Taking Help from the right place
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 [...]
Filed under: C#, C/C++, News | Leave a Comment
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++ ) { [...]
Filed under: C# | Leave a Comment




