Simple Gallery Studio in C# with Source Code
This is a simple app requested by a friend of mine and I wish to share it with the public. This app was built using C#.net on visual studio 2013 as the front end and the MSSQL server as the back end. The program/app is called Gallery Studio. The program allows users to easily upload any image type and later view them as a photo album as well as delete them. I have used MS SQL Server to store the image and its details.
Features
- Upload Images
- List of uploaded Images
- Image Viewer
- Delete Image
How to Run
Requirements:
- Download and Install Microsoft Visual Studio Software
- Download and Install Microsoft SQL Server
Installation
- Download and Extract the provided source code zip file. ( download button is located below)
- Open your Microsft SQL Server Management Software.
- Attach the Database provided. The file is known as "imagesdb.mdf" located inside the "database" folder.
- Open the "galleries_studios.sln" file with your Visual Studio Software.
- Configure the Database connection string at "clsInsert.cs".
- Press the "F5" key on your keyboard to run the project.
DEMO
That's it! I hope this Simple Gallery Studio App in C# and MS SQL Server Database will help you with what you are looking for. I hope you will learn something useful for your future projects with this.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 1781 views