Usecase Diagram:
The Figure 5.7 represents the usecase diagram of the project. All the functionalities of the user as well as the administrator is shown. Fig 5.7: Usecase Diagram
Activity Diagram:
The Figure 5.8 represents the activity diagram for a registered user. It shows how the registered user can log in to the system and perform the required tasks. Fig 5.8: Activity diagram for Registered user
The Figure 5.9 represents the activity diagram …show more content…
METHODS USED IN PROJECT WORK
6.1 .Net Framework[3]
The .NET Framework is a development platform for building apps for Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes classes, interfaces, and value types that support an extensive range of technologies. The .NET Framework provides a managed execution environment, simplified development and deployment, and integration with a variety of programming languages, including Visual Basic and Visual C#.
6.2 C#.Net[4]
C# syntax is highly expressive, yet it is also simple and easy to learn. The curly-brace syntax of C# will be instantly recognizable to anyone familiar with C, C++ or Java. Developers who know any of these languages are typically able to begin to work productively in C# within a very short time. C# syntax simplifies many of the complexities of C++ and provides powerful features such as nullable value types, enumerations, delegates, lambda expressions and direct memory access, which are not found in Java. C# supports generic methods and types, which provide increased type safety and performance, and integrators, which enable implementers of collection classes to define custom iteration behaviors that are simple to use by client code. Language-Integrated Query (LINQ) expressions make the strongly-typed query a first-class language