How to Create Files by Using the FileInfo Class?
Answer / raihansazal
FileInfo fi = new FileInfo("Your file name with directory");
fi.Create();
That's all.
Is This Answer Correct ? | 1 Yes | 1 No |
program for addition of fraction(M/N + P/Q = Y/Z)
c# coding for a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors not using the Big-integer and Exponential Function's.
Code for Working with Files under a Directory?
Write a program which has a function and that function should take 2 or 3 or any number of strings and it should return the largest common prefix of all those strings. If there is no common prefix it should return an empty string. for eg:- INPUT OUTPUT glo {glory,glorious,glod} gl {glad,glow} {calendar,phone} empty string
IS Array list is generic or non generic
program to check if a number is "perfect number".
Code for IP Address Comparison and Conversion in C#?
program to reverse the order of digits in a given number of any length.
How to use ASP.NET 2.0's TreeView to Display Hierarchical Data?
program to reverse the order of words in a string.
How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)
Coding for Manipulate XML File Data Using C#?