Home
Blog
Training
Course Schedule
Courses Offered
Corporate Training
Video Courses
Resources
Projects
Programs
Video Tutorials
My Favourites
Exam
Books
Books Read
Books Written
Testimonials
Feedback
FAQs
About
MyTasks.Com
This web application allows users to store and manage projects and tasks in projects.
The overall architecure is
ASP.NET MVC 5.0 (with C# and Razor) -> Entity Framework -> SQL Server Database.
This website uses the following tools and technologies.
Asp.Net MVC 5.0
Razor engine for presentation
C# Language
SQL Server LocalDB
Visual Studio.NET 2013 Express for Web
Data Validation Attributes for validation using JQuery
Ajax
Entity Framework
Forms Authentication
Bootstrap
Layout and Stylesheets
Mailing
The following are the major operations in this application.
Login
Registration
Password Recovery
Add Project
Edit and Delete a Project
List Projects
Add Task
Display Details of a Task
Edit and Delete a Task
Search Tasks
Change Password
Steps to download, deploy and run this project
The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is bundled along with this application.
Download
MyTasks.rar
and unzip it into any directory in your system. For example, if you extract to
c:\
then it will create a directory
c:\mytasks
.
Start Visual Studio.NET 2013 Express for Web
Open the project from the directory into which you extracted the .rar file. For example,
c:\mytasks
Database (mytasks.mdf) is placed in
App_Data
.
Required tables are to be created using tables.sql, which is part of the project
Test other options of this application