.Net Framework

.Net is a software development platform developed by Microsoft. It was meant to create applications, which would run on a windows platform. The first beta version was released in 2000. Although C# is a computer language that can be studied …

Read more.Net Framework

C# DirectoryInfo Class

In C#, DirectoryInfo Class is a part of System.IO namespace and it provides properties and methods to perform various operations on directory and subdirectory such as to create, delete and move directory. It cannot be inherited. C# DirectoryInfo Properties The …

Read moreC# DirectoryInfo Class

C# FileInfo Class

In C#, FileInfo class provides properties and instance methods that are used to deal with the various operations in a file such as creating, copying, deleting, moving, etc. It is derived from FileSystemInfo class and is a part of System.IO namespace. …

Read moreC# FileInfo Class