Menu ☰

University Of York News Site

As part of my University Course, I had to create a university news site using ASP.NET within the MVC1 framework and written in C#. This was a technical experience as this was the first time where I used ASP.NET and a MVC framework.

The website itself has a list of headlines with images and the first line of the story on the home page with paging, with a DataGrid. The user clicks onto to the full article and the full details are there.

The administration section of the site has the ability to create, edit and delete a news story. The technology that I have used for this project were Regular Expression, Repository, Service Layer, String splitting and a DataGrid for the paging element.