There are some characters in .NET that were labeled special. For example how would we represent a single quote in a string or a tabulator? We would use escape character, which is backspace (\). Escaping character just means putting backspace in front of special character. Below program shows this concept in more detail.
.NET comes with many classes that make accomplishing almost any task quite easy. In below program I will present how easy is to retrieve a list of files in a directory using DirectoryInfo and FileInfo classes.
Recent comments
1 year 44 weeks ago