Difference between OLEDB and ADO.net
Hi,
What are the main differences between OLEDB and ADO.net and LINQ?
Which one is good to use?
Darma
Answers (1)
0 sir please define the details of the above code
0 You can use Path.GetExtension()
string myFilePath = @"C:\Manas.txt";
string ext = Path.GetExtension(myFilePath); //.txt