Additional Libraries C# Sharp Exercises

Expand your C# Sharp programming skills with the exercises focused on additional libraries. Learn how to use popular libraries like Entity Framework and ASP.NET to build powerful applications in C# Sharp today!

Date And Time
Create a program to display the current date and time with the following format: Today is 6 of February of 2015. It´s 03:23:12...
Display Directory
Create a program that shows the files in the current folder....
Display Executable Files In Directory
Create a program that shows the names (excluding the path) of all executable files (.com, .exe, .bat, .cmd) in the current folder....
Date And Time Continuous
Create a program that shows the current time in the top-right corner of the screen with the format: 12:52:03 The program should pause for one se...
Sitemap Creator
A "sitemap" is a file that webmasters can use to inform Google about the webpages that their website includes, with the aim of achieving better search...
List Of Images As HTML
Create a program that creates an HTML file that lists all the images (PNG and JPG) in the current folder. For instance, if the current folder conta...
System Information
Create a program that shows specific system details, including the computer name, domain name, and the username of the user who is currently logged in...
Sitemap Creator V2
You need to create a program that takes the following parameters: the name of a text file containing the URLs, the modification date, and the change f...
Surf Directory
Create a program that displays the files in the current folder and allows the user to move up and down the list. If the user presses Enter on a folder...
Subdirectories
Create a program to store the files that are located in a particular folder and its subfolders. Then, it will ask the user which text to search and...