Interior Process of Outsourcing
Interior Process of Outsourcing
Interior Process of Outsourcing
ABSTRACT
INTRODUCTION:
Interior Process of Outsourcing Management System consists of list of records of the HR
and Employee in the organization. This is a web based application. The main aim of the project
is to develop a Interior Process Of Outsourcing Module for the Intranet Automation of HR
Software for an organization. The module enhances good Interaction / communication facilities
between the employees and HR Administrator. The site containing pages about an employee has
to be dynamically created based on the user id and password and provide links to web pages
containing information about
Education Details
Contact Details
Certification Details
Skill Details
Project Details
In an Information Hierarchy, the information regarding a particular employee is accessed
HR Administrator has a facility of Adding / Viewing / Updating all the information about
the employee in the company.
HR has the facility to view detailed Reports regarding the projects in the company based
on the Technologies Used for the projects
HR also has the facility of viewing a summary report of all the projects done by a
particular/all employee along with the employees Designation and Department details.
Library
Project Management
Marketing etc,
Connecting the employees in the company.
PROJECT MODULES
The list of modules incorporated with Interior Process Of OutsourcingModule is:
HR Module
Project Module
HR Reports
MODULE DESCRIPTION:
Name of the Module-1: Employee Info Module
Description:
This module generates employees general information along with contact,
qualification, skill, certification and project information for the HR Administrator.
Based on the skill provided by the employee he/ she will be assigned project task.
Any mismanagement is handled and respective response is generated.
Sub Modules:
Emp Details
Emp Skills
Project Assigned
Emp Grade
Emp Status
Emp Details:
Sub Modules:
HR Information
Emp Details
Search for Emp
HR Status
Hr Information:
In this sub module we have the information about the Interior Process Of Outsourcing
Manager.
Emp Details:
In this sub module we have the information about the Employee.
Search for Employee:
Using this sub module we can search the any Employee information in an organization.
HR Status:
This sub module gives the status information about the Employee.
Name of the Module-3: Project Module
Description:
This module deals with project details and project schedule of the employee by the
HR administrator. Based on the Project Management specification and technical skills of the
employee the module generate the decisive information about the employees strengths and
weaknesses.
This module suggests whether the particular employee with required skills is
allowed for next assignment or make him/her to get trained to obtain the required skill.
Sub Modules:
Project Details
Project Description
Project Schedule
Project Status
Emps For Project
Project Details:
This sub module maintains the details about the Project.
Project Description:
This sub module maintains the complete description about the Project.
Project Schedule:
This sub module maintains the schedule about the Project.
Project Status:
This sub module maintains the status about the Project.
Emp For Project:
This sub module maintains the Employees including in a Project.
SYSTEM ANALYSIS
FEASIBILITY STUDY
Feasibility study is conducted once the problem is clearly understood. Feasibility
study is a high level capsule version of the entire system analysis and design process. The
objective is to determine quickly at a minimum expense how to solve a problem. The purpose of
feasibility is not to solve the problem but to determine if the problem is worth solving.
The system has been tested for feasibility in the following points.
Technical Feasibility
Economical Feasibility
Operational Feasibility.
1. Technical Feasibility:
The project entitles "Interior Process Of Outsourcing Management System is
technically feasibility because of the below mentioned feature. The project was developed in
.NET which Graphical User Interface.
It provides the high level of reliability, availability and compatibility. All these
make C# an appropriate language for this project. Thus the existing software C# is a powerful
language.
2. Economical Feasibility
The computerized system will help in automate the selection leading the profits and
details of the organization. With this software, the machine and manpower utilization are
expected to go up by 80-90% approximately. The costs incurred of not creating the system are
set to be great, because precious time can be wanted by manually.
3. Operational Feasibility
In this project, the management will know the details of each project where he may
be presented and the data will be maintained as decentralized and if any inquires for that
particular contract can be known as per their requirements and necessaries.
Implementation
Implementation is the stage where the theoretical design is turned into a working
system. The most crucial stage in achieving a new successful system and in giving confidence on
the new system for the users that it will work efficiently and effectively.
The system can be implemented only after thorough testing is done and if it is
found to work according to the specification.
It involves careful planning, investigation of the current system and its constraints on
implementation, design of methods to achieve the change over and an evaluation of change
over methods a part from planning. Two major tasks of preparing the implementation are
education and training of the users and testing of the system.
The more complex the system being implemented, the more involved will be the
systems analysis and design effort required just for implementation.
The implementation phase comprises of several activities. The required hardware
and software acquisition is carried out. The system may require some software to be developed.
For this, programs are written and tested. The user then changes over to his new fully tested
system and the old system is discontinued.
EXISTING SYSTEM:
Automation of HR Software has implemented different modules such as
Library
Project Management
Marketing etc.,
Technical aspects
Project analysis
PROPOSED SYSTEM:
Decision in assigning proper skillful hands for the project is an important issue in
HR Module. The HR Administrator should report with the personal holding the necessary skills
required for the project assignment. The decision in making analysis about the employees skills
is a prime important before booting in.
The proposed system of HR Module is the right software to be incorporated into
the Automation of HR Software for helping the organization needs with respect to skilful Human
Resource.
The proposed system provides detail general information about the employee along
with Educational, Certification, Skill and Project details. It enhances the HR Management in
adding, viewing and updating employees details and generates various reports regarding
employees skill and experience.
Suggestions and Grievances posted by the employees are upholded for taking care
of the necessary steps in forwarding companys obligation.
OBJECTIVE OF THE SYSTEM:
The main objective of the system is to maintain the relation ship between HR and
Employees in an organization.
SYSTEM SPECIFICATION
HARDWARE REQUIREMENTS:
Pentium-IV(Processor).
256 MB Ram
Hard disk 10 GB
SOFTWARE REQUIREMENTS:
Operating System
: Windows xp
Programming language
: C#
Web-Technology
: ASP.NET2.0
Back-End
: SQL-SERVER 2005
The .NET Framework has two main components: the common language runtime
and the .NET Framework class library. The common language runtime is the foundation of the
.NET Framework. You can think of the runtime as an agent that manages code at execution time,
providing core services such as memory management, thread management, and remoting, while
also enforcing strict type safety and other forms of code accuracy that ensure security and
robustness.
In fact, the concept of code management is a fundamental principle of the runtime.
Code that targets the runtime is known as managed code, while code that does not target the
runtime is known as unmanaged code.
The class library, the other main component of the .NET Framework, is a
comprehensive, object-oriented collection of reusable types that you can use to develop
applications ranging from traditional command-line or graphical user interface (GUI)
applications to applications based on the latest innovations provided by ASP.NET, such as Web
Forms and XML Web services.
The .NET Framework can be hosted by unmanaged components that load the
common language runtime into their processes and initiate the execution of managed code,
thereby creating a software environment that can exploit both managed and unmanaged features.
The .NET Framework not only provides several runtime hosts, but also supports the development
of third-party runtime hosts.
For example, ASP.NET hosts the runtime to provide a scalable, server-side
environment for managed code. ASP.NET works directly with the runtime to enable Web Forms
applications and XML Web services, both of which are discussed later in this topic.
Internet Explorer is an example of an unmanaged application that hosts the runtime
(in the form of a MIME type extension). Using Internet Explorer to host the runtime enables you
to embed managed components or Windows Forms controls in HTML documents. Hosting the
runtime in this way makes managed mobile code (similar to Microsoft ActiveX controls)
possible, but with significant improvements that only managed code can offer, such as semitrusted execution and secure isolated file storage.
The following illustration shows the relationship of the common language runtime
and the class library to your applications and to the overall system. The illustration also shows
how managed code operates within a larger architecture.
Features of the Common Language Runtime
The common language runtime manages memory, thread execution, code
execution, code safety verification, compilation, and other system services. These features are
intrinsic to the managed code that runs on the common language runtime.
With regards to security, managed components are awarded varying degrees of
trust, depending on a number of factors that include their origin (such as the Internet, enterprise
network, or local computer). This means that a managed component might or might not be able
to perform file-access operations, registry-access operations, or other sensitive functions, even if
it is being used in the same active application.
The runtime enforces code access security. For example, users can trust that an
executable embedded in a Web page can play an animation on screen or sing a song, but cannot
access their personal data, file system, or network. The security features of the runtime thus
enable legitimate Internet-deployed software to be exceptionally featuring rich.
The runtime also enforces code robustness by implementing a strict type- and codeverification infrastructure called the common type system (CTS). The CTS ensures that all
managed code is self-describing. The various Microsoft and third-party language compilers
generate managed code that conforms to the CTS.
This means that managed code can consume other managed types and instances,
while strictly enforcing type fidelity and type safety.
In addition, the managed environment of the runtime eliminates many common
software issues. For example, the runtime automatically handles object layout and manages
references to objects, releasing them when they are no longer being used. This automatic
memory management resolves the two most common application errors, memory leaks and
invalid memory references.
For example, the .NET Framework collection classes implement a set of interfaces
that you can use to develop your own collection classes. Your collection classes will blend
seamlessly with the classes in the .NET Framework.
As you would expect from an object-oriented class library, the .NET Framework
types enable you to accomplish a range of common programming tasks, including tasks such as
string management, data collection, database connectivity, and file access. In addition to these
common tasks, the class library includes types that support a variety of specialized development
scenarios. For example, you can use the .NET Framework to develop the following types of
applications and services:
Console applications.
ASP.NET applications.
Windows services.
For example, the Windows Forms classes are a comprehensive set of reusable types that
vastly simplify Windows GUI development. If you write an ASP.NET Web Form application,
you can use the Web Forms classes.
Client Application Development
Client applications are the closest to a traditional style of application in Windowsbased programming. These are the types of applications that display windows or forms on the
desktop, enabling a user to perform a task. Client applications include applications. Word
processors and spreadsheets, as well as custom business applications such as data-entry tools,
reporting tools, and so on. Client applications usually employ windows, menus, buttons, and
other GUI elements, and they likely access local resources such as the file system and peripherals
such as printers.
Another kind of client application is the traditional ActiveX control (now replaced
by the managed Windows Forms control) deployed over the Internet as a Web page. This
application is much like other client applications: it is executed natively, has access to local
resources, and includes graphical elements.
In the past, developers created such applications using C/C++ in conjunction with
the Microsoft Foundation Classes (MFC) or with a rapid application development (RAD)
environment such as Microsoft Visual Basic. The .NET Framework incorporates aspects of
these existing products into a single, consistent development environment that drastically
simplifies the development of client applications. The Windows Forms classes contained in
the .NET Framework are designed to be used for GUI development. You can easily create
command windows, buttons, menus, toolbars, and other screen elements with the flexibility
necessary to accommodate shifting business needs.
For example, the .NET Framework provides simple properties to adjust visual
attributes associated with forms. In some cases the underlying operating system does not support
changing these attributes directly, and in these cases the .NET Framework automatically
recreates the forms. This is one of many ways in which the .NET Framework integrates the
developer interface, making coding simpler and more consistent.
If you have used earlier versions of ASP technology, you will immediately notice
the improvements that ASP.NET and Web Forms offers. For example, you can develop Web
Forms pages in any language that supports the .NET Framework. In addition, your code no
longer needs to share the same file with your HTTP text (although it can continue to do so if you
prefer).
Web Forms pages execute in native machine language because, like any other
managed application, they take full advantage of the runtime. In contrast, unmanaged ASP pages
are always scripted and interpreted. ASP.NET pages are faster, more functional, and easier to
develop than unmanaged ASP pages because they interact with the runtime like any managed
application.
The .NET Framework also provides a collection of classes and tools to aid in
development and consumption of XML Web services applications. XML Web services are built
on standards such as SOAP (a remote procedure-call protocol), XML (an extensible data format),
and WSDL ( the Web Services Description Language). The .NET Framework is built on these
standards to promote interoperability with non-Microsoft solutions.
For example, the Web Services Description Language tool included with the .NET
Framework SDK can query an XML Web service published on the Web, parse its WSDL
description, and produce C# or Visual Basic source code that your application can use to become
a client of the XML Web service.
The source code can create classes derived from classes in the class library that
handle all the underlying communication using SOAP and XML parsing. Although you can use
the class library to consume XML Web services directly, the Web Services Description Language
tool and the other tools contained in the SDK facilitate your development efforts with the .NET
Framework.
If you develop and publish your own XML Web service, the .NET Framework
provides a set of classes that conform to all the underlying communication standards, such as
SOAP, WSDL, and XML. Using those classes enables you to focus on the logic of your service,
without concerning yourself with the communications infrastructure required by distributed
software development.
Finally, like Web Forms pages in the managed environment, your XML Web
service will run with the speed of native machine language using the scalable communication of
IIS.
ASP.NET has been designed with scalability in mind, with features specifically
tailored to improve performance in clustered and multiprocessor environments. Further,
processes are closely monitored and managed by the ASP.NET runtime, so that if one
misbehaves (leaks, deadlocks), a new process can be created in its place, which helps keep your
application constantly available to handle requests.
Customizability and Extensibility:
ASP.NET delivers a well-factored architecture that allows developers to "plug-in"
their code at the appropriate level. In fact, it is possible to extend or replace any subcomponent
of the ASP.NET runtime with your own custom-written component. Implementing custom
authentication or state services has never been easier.
Security:
With built in Windows authentication and per-application configuration, you can be
assured that your applications are secure.
Language Support
The Microsoft .NET Platform currently offers built-in support for three languages:
C#, Visual Basic, and JScript.
What is ASP.NET Web Forms?
The ASP.NET Web Forms page framework is a scalable common language runtime
programming model that can be used on the server to dynamically generate Web pages.
Intended as a logical evolution of ASP (ASP.NET provides syntax compatibility
with existing pages), the ASP.NET Web Forms framework has been specifically designed to
address a number of key deficiencies in the previous model. In particular, it provides:
The ability to create and use reusable UI controls that can encapsulate common
functionality and thus reduce the amount of code that a page developer has to write. The ability
for developers to cleanly structure their page logic in an orderly fashion (not "spaghetti
code").The ability for development tools to provide strong WYSIWYG design support for pages
(existing ASP code is opaque to tools).
ASP.NET Web Forms pages are text files with an .aspx file name extension. They
can be deployed throughout an IIS virtual root directory tree. When a browser client requests
.aspx resources, the ASP.NET runtime parses and compiles the target file into a .NET Framework
class. This class can then be used to dynamically process incoming requests. (Note that the .aspx
file is compiled only the first time it is accessed; the compiled type instance is then reused across
multiple requests).
An ASP.NET page can be created simply by taking an existing HTML file and
changing its file name extension to .aspx (no modification of code is required). For example, the
following sample demonstrates a simple HTML page that collects a user's name and category
preference and then performs a form post back to the originating page when a button is clicked:
ASP.NET provides syntax compatibility with existing ASP pages. This includes
support for <% %> code render blocks that can be intermixed with HTML content within an
.aspx file. These code blocks execute in a top-down manner at page render time.
Code-Behind Web Forms:
ASP.NET supports two methods of authoring dynamic pages. The first is the
method shown in the preceding samples, where the page code is physically declared within the
originating .aspx file. An alternative approach--known as the code-behind method--enables the
page code to be more cleanly separated from the HTML content into an entirely separate file.
Introduction to ASP.NET Server Controls
In addition to (or instead of) using <% %> code blocks to program dynamic
content, ASP.NET page developers can use ASP.NET server controls to program Web pages.
Server controls are declared within an .aspx file using custom tags or intrinsic HTML tags that
contain a runat="server" attributes value. Intrinsic HTML tags are handled by one of the controls
in the System.Web.UI.HtmlControls namespace. Any tag that doesn't explicitly map to one of the
controls is assigned the type of System.Web.UI.HtmlControls.HtmlGenericControl.
Server controls automatically maintain any client-entered values between round
trips to the server. This control state is not stored on the server (it is instead stored within an
<input type="hidden"> form field that is round-tripped between requests). Note also that no
client-side script is required.
In addition to supporting standard HTML input controls, ASP.NET enables
developers to utilize richer custom controls on their pages. For example, the following sample
demonstrates how the <asp:adrotator> control can be used to dynamically display rotating ads on
a page.
ASP.NET Web Forms provide an easy and powerful way to build dynamic Web UI.
ASP.NET Web Forms pages can target any browser client (there are no script library or cookie
requirements).
ASP.NET Web Forms pages provide syntax compatibility with existing ASP pages.
ASP.NET server controls provide an easy way to encapsulate common functionality.
ASP.NET ships with 45 built-in server controls. Developers can also use controls built by third
parties.
ASP.NET server controls can automatically project both up level and down level HTML.
ASP.NET templates provide an easy way to customize the look and feel of list server controls.
ASP.NET validation controls provide an easy way to do declarative client or
validation.
server data
Crystal Reports:
Crystal Reports for Visual Basic .NET is the standard reporting tool for Visual
Basic.NET; it brings the ability to create interactive, presentation-quality content which has
been the strength of Crystal Reports for years to the .NET platform.
With Crystal Reports for Visual Basic.NET, you can host reports on Web and
Windows platforms and publish Crystal reports as Report Web Services on a Web server.
To present data to users, you could write code to loop through record sets and print
them inside your Windows or Web application. However, any work beyond basic formatting can
be complicated: consolidations, multiple level totals, charting, and conditional formatting are
difficult to program.
With Crystal Reports for Visual Studio .NET, you can quickly create complex and
professional-looking reports. Instead of coding, you use the Crystal Report Designer interface to
create and format the report you need. The powerful Report Engine processes the formatting,
grouping, and charting criteria you specify.
Report Experts:
Using the Crystal Report Experts, you can quickly create reports based on your
development needs:
Choose from report layout options ranging from standard reports to form letters, or
build your own report from scratch.
Display charts that users can drill down on to view detailed report data.
Calculate summaries, subtotals, and percentages on grouped data.
Show TopN or BottomN results of data.
Conditionally format text and rotate text objects.
BACK END TECHNOLOGY
A database typically has two components: the files holding the physical database
and the database management system (DBMS) software that applications use to access data. The
DBMS is responsible for enforcing the database structure, including:
Maintaining the relationships between data in the database.
Ensuring that data is stored correctly and that the rules defining data relationships
are not violated.
Recovering all data to a point of known consistency in case of system failures.
Relational Database:
There are different ways to organize data in a database but relational databases are
one of the most effective. Relational database systems are an application of mathematical set
theory to the problem of effectively organizing data. In a relational database, data is collected
into tables (called relations in relational theory).
When organizing data into tables, you can usually find many different ways to
define tables. Relational database theory defines a process, normalization, which ensures that the
set of tables you define will organize your data effectively.
Client/Server:
In a client/server system, the server is a relatively large computer in a central
location that manages a resource used by many people. When individuals need to use the
resource, they connect over the network from their computers, or clients, to the server.
Examples of servers are: In a client/server database architecture, the database files
and DBMS software reside on a server. A communications component is provided so
applications can run on separate clients and communicate to the database server over a network.
The SQL Server communication component also allows communication between an application
running on the server and SQL Server.
Server applications are usually capable of working with several clients at the same
time. SQL Server can work with thousands of client applications simultaneously. The server has
features to prevent the logical problems that occur if a user tries to read or modify data currently
being used by others.
While SQL Server is designed to work as a server in a client/server network, it is
also capable of working as a stand-alone database directly on the client. The scalability and easeof-use features of SQL Server allow it to work efficiently on a client without consuming too
many resources.
To work with data in a database, you must use a set of commands and statements
(language) defined by the DBMS software. There are several different languages that can be used
with relational databases; the most common is SQL. Both the American National Standards
Institute (ANSI) and the International Standards Organization (ISO) have defined standards for
SQL. Most modern DBMS products support the Entry Level of SQL-92, the latest SQL standard
(published in 1992).
SQL Server Features
Microsoft SQL Server supports a set of features that result in the following
benefits:
Ease of installation, deployment, and use
SQL Server includes a set of administrative and development tools that improve
your ability to install, deploy, manage, and use SQL Server across several sites.
Scalability
The same database engine can be used across platforms ranging from laptop
computers running Microsoft Windows 95/98 to large, multiprocessor servers running
Microsoft Windows NT, Enterprise Edition.
Data warehousing
SQL Server includes tools for extracting and analyzing summary data for online
analytical processing (OLAP). SQL Server also includes tools for visually designing databases
and analyzing data using English-based questions.
System integration with other server software
Server integrates with e-mail, the Internet, and Windows.
Databases
Normalization theory:
Connections.
Connections are used to 'talk to' databases, and are represented by provider-specific
classes such as SQLConnection. Commands travel over connections and result sets are returned
in the form of streams which can be read by a Data Reader object, or pushed into a Dataset
object.
Commands:
Commands contain the information that is submitted to a database, and are
represented by provider-specific classes such as SQLCommand. A command can be a stored
procedure call, an UPDATE statement, or a statement that returns results. You can also use input
and output parameters, and return values as part of your command syntax. The example below
shows how to issue an INSERT statement against the North wind database.
Data Readers:
The Data Reader object is somewhat synonymous with a read-only/forward-only
cursor over data. The Data Reader API supports flat as well as hierarchical data. A Data Reader
object is returned after executing a command against a database. The format of the returned Data
Reader object is different from a record set. For example, you might use the Data Reader to show
the results of a search list in a web page.
Datasets:
The Dataset object is similar to the ADO Record set object, but more powerful, and
with one other important distinction: the Dataset is always disconnected. The Dataset object
represents a cache of data, with database-like structures such as tables, columns, relationships,
and constraints. However, though a Dataset can and does behave much like a database, it is
important to remember that Dataset objects do not interact directly with databases, or other
source data. This allows the developer to work with a programming model that is always
consistent, regardless of where the source data resides. Data coming from a database, an XML
file, from code, or user input can all be placed into Dataset objects. Then, as changes are made to
the Dataset they can be tracked and verified before updating the source data. The Get Changes
method of the Dataset object actually creates a second Dataset that contains only the changes to
the data. This Dataset is then used by a Data Adapter (or other objects) to update the original data
source. The Dataset has many XML characteristics, including the ability to produce and consume
XML data and XML schemas. XML schemas can be used to describe schemas interchanged via
Web Services. In fact, a Dataset with a schema can actually be compiled for type safety and
statement completion.
Data Adapters (OLEDB/SQL):
The Data Adapter object works as a bridge between the Dataset and the source data.
Using the provider-specific SqlDataAdapter (along with its associated SqlCommand and
SqlConnection) can increase overall performance when working with a Microsoft SQL Server
databases. For other OLE DB-supported databases, you would use the OleDbDataAdapter object
and its associated OleDbCommand and OleDbConnection objects. The Data Adapter object uses
commands to update the data source after changes have been made to the Dataset.
Using the Fill method of the Data Adapter calls the SELECT command; using the
Update method calls the INSERT, UPDATE or DELETE command for each changed row. You
can explicitly set these commands in order to control the statements used at runtime to resolve
changes, including the use of stored procedures. For ad-hoc scenarios, a Command Builder
object can generate these at run-time based upon a select statement. However, this run-time
generation requires an extra round-trip to the server in order to gather required metadata, so
explicitly providing the INSERT, UPDATE, and DELETE commands at design time will result
in better run-time performance.
ADO.NET is the next evolution of ADO for the .Net Framework.
ADO.NET was created with n-Tier, statelessness and XML in the forefront. Two
new objects, the Dataset and Data Adapter, are provided for these scenarios. ADO.NET can be
used to get data from a stream, or to store data in a cache for updates.
There is a lot more information about ADO.NET in the documentation.
Remember, you can execute a command directly against the database in order to do
inserts, updates, and deletes. You don't need to first put data into a Dataset in order to insert,
update, or delete it.
Also, you can use a Dataset to bind to the data, move through the data, and navigate
data relationships
Client-side Script(JAVASCRIPT)
JavaScript:
JavaScript is a new scripting language for WebPages. Scripts written with java
script can be embedded into your HTML pages. With java script you have many possibilities for
enhancing your HTML page with interesting elements. For example you are able to respond to
user-initiated events quite easily. Some effects that are now possible with java script were some
time ago only possible with CGI. So you can create really sophisticated pages with the helps of
java script on the Internet.
}
</script>
</head>
<body>
<form>
<input type=button name=Button1 value=push me onclick=pushbutton ()>
</form>
</body>
</html>
If we want to test this one immediately and you are using a Java Script enabled
browser then please go ahead and push the button.
This script will create a button and when you press it a window will pop up saying
hello!. In fact we have a lot of possibilities just by adding functions to our scripts.
The common browsers transmit the form information by either method: heres the
complete tag including the GET transmission method attribute for the previous form
Example
<Form method =GET action=http://www.mycompany.com/cgi-bin/upfdate.pl>
</form>
Input elements:
Use the <input> tag to define any one of a number of common form elements
including text fields multiple choice lists click able images and submission buttons. There are
many attributers for this tag only that types and name attributes are required for each element,
each type of input element uses only a subset of the followed attributes. Additional <input>
attributes may be required based upon which type of the form element you specify.
Submit button:
The submit button (<input type=submit> ) does what its name implies, settings in
motion the forms submission to the server from the browser. We many have more than submit
buttons will be added to the parameter list the browser sends along to the server.
Example
< Input type =submit>
<Input type=submit value=submit name=name>
Reset button:
The reset button if firm <input> button is nearly self- explanatory; it lets the user
reset erase or set to some default value all elements in the form. By default the browser displays
a reset button worth the label reset. We can change that by specifying a value attribute with
tour own button label.
DATABASE MODELS
ADO.NET and accessing the database through applets and ADO.NET API via an
intermediate server resulted server resulted in a new type of database model which is different
from the client-server model. Based on number of intermediate server through the request should
go it is named as single tire, two tire and multi tire architecture
Single Tier:
In a single tier the server and client are the same in the sense that a client program
that needs information (client) and the source of this type of architecture is also possible in java,
in case flat files are used to store the data. However this is useful only in case of small
applications. The advantage with this is the simplicity and portability of the application
developed.
Server and
client
Database
Two Tier (client-server):
In two tier architecture the database resides in one machine and client in different
machine they are connected through the network. In this type of architecture a database
management takes control of the database and provides access to clients in a network. This
software bundle is also called as the server. Software in different machines, requesting for
information are called as the clients.
Server
Client
Client
Database
During the development of .NET, the class libraries were originally written in a
language/compiler called Simple Managed C (SMC). In January 1999, Anders Hejlsberg formed
a team to build a new language at the time called Cool, which stood for "C like Object Oriented
Language".Microsoft had considered keeping the name "Cool" as the final name of the language,
but chose not to do so for trademark reasons. By the time the .NET project was publicly
announced at the July 2000 Professional Developers Conference, the language had been renamed
C#, and the class libraries and ASP.NET runtime had been ported to C#.
C#'s principal designer and lead architect at Microsoft is Anders Hejlsberg, who
was previously involved with the design of Visual J++, Borland Delphi, and Turbo Pascal. In
interviews and technical papers he has stated that flaws in most major programming languages
(e.g. C++, Java, Delphi, and Smalltalk) drove the fundamentals of the Common Language
Runtime (CLR), which, in turn, drove the design of the C# programming language itself. Some
argue that C# shares roots in other languages.
Features of C#:
By design, C# is the programming language that most directly reflects the
underlying Common Language Infrastructure (CLI). Most of C#'s intrinsic types correspond to
value-types implemented by the CLI framework. However, the C# language specification does
not state the code generation requirements of the compiler: that is, it does not state that a C#
compiler must target a Common Language Runtime (CLR), or generate Common Intermediate
Language (CIL), or generate any other specific format. Theoretically, a C# compiler could
generate machine code like traditional compilers of C++ or FORTRAN; in practice, all existing
C# implementations target CIL.
Some notable C# distinguishing features are:
There are no global variables or functions. All methods and members must be
declared within classes. It is possible, however, to use static methods/variables within public
classes instead of global variables/functions.
Local variables cannot shadow variables of the enclosing block, unlike C and C++.
Variable shadowing is often considered confusing by C++ texts.
C# supports a strict Boolean data type, bool. Statements that take conditions, such
as while and if, require an expression of a boolean type. While C++ also has a boolean type, it
can be freely converted to and from integers, and expressions such as if(a) require only that a is
convertible to bool, allowing a to be an int, or a pointer. C# disallows this "integer meaning true
or false" approach on the grounds that forcing programmers to use expressions that return
exactly bool can prevent certain types of programming mistakes such as if (a = b) (use of =
instead of ==).
In C#, memory address pointers can only be used within blocks specifically marked
as unsafe, and programs with unsafe code need appropriate permissions to run. Most object
access is done through safe object references, which are always either pointing to a valid,
existing object, or have the well-defined null value; a reference to a garbage-collected object, or
to random block of memory, is impossible to obtain. An unsafe pointer can point to an instance
of a value-type, array, string, or a block of memory allocated on a stack. Code that is not marked
as unsafe can still store and manipulate pointers through the System.IntPtr type, but cannot
dereference them.
Managed memory cannot be explicitly freed, but is automatically garbage
collected. Garbage collection addresses memory leaks. C# also provides direct support for
deterministic finalization with the using statement (supporting the Resource Acquisition Is
Initialization idiom).
Multiple inheritance is not supported, although a class can implement any number
of interfaces. This was a design decision by the language's lead architect to avoid complication,
avoid dependency hell and simplify architectural requirements throughout CLI.
C# is more type safe than C++. The only implicit conversions by default are those
which are considered safe, such as widening of integers and conversion from a derived type to a
base type. This is enforced at compile-time, during JIT, and, in some cases, at runtime. There are
no implicit conversions between booleans and integers, nor between enumeration members and
integers (except for literal 0, which can be implicitly converted to any enumerated type). Any
user-defined conversion must be explicitly marked as explicit or implicit, unlike C++ copy
constructors (which are implicit by default) and conversion operators (which are always
implicit).
Enumeration members are placed in their own scope.
C# provides syntactic sugar for a common pattern of a pair of methods, accessor
(getter) and mutator (setter) encapsulating operations on a single attribute of a class, in form of
properties.
Full type reflection and discovery is available.
C# currently (as of 3 June 2008) has 77 reserved words.
Common Type system (CTS)
C# has a unified type system. This unified type system is called Common Type
System (CTS).
A unified type system implies that all types, including primitives such as integers,
are subclasses of the System.Object class. For example, every type inherits a ToString() method.
For performance reasons, primitive types (and value types in general) are internally allocated on
the stack.
Categories of Datatypes:
CTS separate data types into two categories:
Value types
Reference types
Value types:
These are plain aggregations of data. Instances of value types do not have
referential identity or referential comparison semantics - equality and inequality comparisons for
value types compare the actual data values within the instances, unless the corresponding
operators are overloaded. Value types are derived from System.ValueType, always have a default
value, and can always be created and copied. Some other limitations on value types are that they
cannot derive from each other (but can implement interfaces) and cannot have a default
(parameter less) constructor.
Examples of value types are some primitive types, such as int (a signed 32-bit
integer), float (a 32-bit IEEE floating-point number), char (a 16-bit Unicode code point), and
System.DateTime (identifies a specific point in time with millisecond precision).
In contrast, reference types have the notion of referential identity - each instance of
reference type is inherently distinct from every other instance, even if the data within both
instances is the same. This is reflected in default equality and inequality comparisons for
reference types, which test for referential rather than structural equality, unless the corresponding
operators are overloaded (such as the case for System. String).
In general, it is not always possible to create an instance of a reference type, nor to
copy an existing instance, or perform a value comparison on two existing instances, though
specific reference types can provide such services by exposing a public constructor or
implementing a corresponding interface (such as ICloneable or IComparable). Examples of
reference types are object (the ultimate base class for all other C# classes), System.String (a
string of Unicode characters), and System.Array (a base class for all C# arrays).
Both type categories are extensible with user-defined types.
Example:
int foo = 42;
// Value type...
// Value type.
Static classes:
Static classes are classes that cannot be instantiated or inherited from, and that only
allow static members. Their purpose is similar to that of modules in many procedural languages.
A new form of iterator providing generator functionality
A new form of iterator that provides generator functionality, using a yield return
construct similar to yield in Python.
// Method that takes an iterable input (possibly an array)
// and returns all even numbers.
public static IEnumerable<int> GetEven(IEnumerable<int> numbers)
{
foreach (int i in numbers)
{
if (i % 2 == 0) yield return i;
}
}
Anonymous delegates:
Anonymous delegates provide closure functionality in C#. Code inside the body of
an anonymous delegate has full read/write access to local variables, method parameters, and
class members in scope of the delegate, excepting out and ref parameters.
For example:
int SumOfArrayElements(int[] array)
{
int sum = 0;
Array.ForEach(
array,
delegate(int x)
{
sum += x;
}
);
return sum;
}
Delegate covariance and contra variance:
Conversions from method groups to delegate types are covariant and contravariant
in return and parameter types, respectively.
The accessibility of property accessors can be set independently.
Example:
string status = string.Empty;
public string Status
{
get { return status; }
protected set { status = value; } // but only derived classes can change it
}
Null able types:
Nullable value types (denoted by a question mark, e.g. int? i = null;) which add
null to the set of allowed values for any value type. This provides improved interaction with
SQL databases, which can have nullable columns of types corresponding to C# primitive types:
an SQL INTEGER NULL column type directly translates to the C# int?.
Nullable types received an eleventh-hour improvement at the end of August 2005,
mere weeks before the official launch, to improve their boxing characteristics: a nullable variable
which is assigned null is not actually a null reference, but rather an instance of struct
Nullable<T> with property HasValue equal to false.
When boxed, the Nullable instance itself is boxed, and not the value stored in it, so
the resulting reference would always be non-null, even for null values. The following code
illustrates the corrected flaw:
int? i = null;
object o = i;
if (o == null)
Console.WriteLine("Correct behaviour - runtime version from September 2005 or later");
else
Console.WriteLine("Incorrect behaviour - pre-release runtime (from before September
2005)");
When copied into objects, the official release boxes values from Nullable
instances, so null values and null references are considered equal. The late nature of this fix
caused some controversy , since it required core-CLR changes affecting not only .NET2, but all
dependent technologies (including C#, VB, SQL Server 2005 and Visual Studio 2005).
SYSTEM DESIGN
INTRODUCTION
Design is the first step in the development phase for any techniques and principles
for the purpose of defining a device, a process or system in sufficient detail to permit its physical
realization.
Once the software requirements have been analyzed and specified the software
design involves three technical activities - design, coding, implementation and testing that are
required to build and verify the software.
The design activities are of main importance in this phase, because in this activity,
decisions ultimately affecting the success of the software implementation and its ease of
maintenance are made. These decisions have the final bearing upon reliability and
maintainability of the system. Design is the only way to accurately translate the customers
requirements into finished software or a system.
Design is the place where quality is fostered in development. Software design is a
process through which requirements are translated into a representation of software. Software
design is conducted in two steps. Preliminary design is concerned with the transformation of
requirements into data.
Architecture
Logs In
user
All Information
Administ
rator
Employe
e
Various Reports
Generated by
the Employee
Customer
Advertise
Inventory
Customer Report
View Random
Information of
the Customer
UML DIAGRAMS
ACTOR:
A coherent set of roles that users of use cases play when interacting with the use
`cases.
USE CASE:
A description of sequence of actions, including variants, that a system performs that yields
an observable result of value of an actor.
UML stands for Unified Modeling Language. UML is a language for specifying,
visualizing and documenting the system. This is the step while developing any product after
analysis. The goal from this is to produce a model of the entities involved in the project which
later need to be built. The representation of the entities that are to be used in the product being
developed need to be designed.
There are various kinds of methods in software design: They are as follows:
Sequence Diagram
Collaboration Diagram
Activity Diagram
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the developers
understand of what the user require. The stick man represents whats called an actor.
Use case diagram can be useful for getting an overall view of the system and
clarifying who can do and more importantly what they cant do.
Use case diagram consists of use cases and actors and shows the interaction
between the use case and actors.
The purpose is to show the interactions between the use case and actor.
To represent the system requirements from users perspective.
An actor could be the end-user of the system or an external system.
USECASE DIAGRAM:
A Use case is a description of set of sequence of actions. Graphically it is rendered
as an ellipse with solid line including only its name. Use case diagram is a behavioral diagram
that shows a set of use cases and actors and their relationship. It is an association between the
use cases and actors.
Secondary ActorReceiver.
Project Description
Registration
HR
Login
Emp Details
Project Schedule
Project Details
EMP
Project Status
Emp Grade
Project
Skills
SEQUENCE DIAGRAM:
Sequence diagram and collaboration diagram are called INTERACTION
DIAGRAMS. An interaction diagram shows an interaction, consisting of set of objects and their
relationship including the messages that may be dispatched among them.
A sequence diagram is an introduction that empathizes the time ordering of messages.
Graphically a sequence diagram is a table that shows objects arranged along the X-axis and
messages ordered in increasing time along the Y-axis.
Main Page
Admin Regisration
Registration
System Databases
Authentication
Booking
Checking
Valid User
Invalid User
Project
COLLABORATION DIAGRAM:
A collaboration diagram is an introduction diagram that emphasizes the structural
organization of the objects that send and receive messages. Graphically a collaboration diagram
is a collection of vertices and arcs.
CLASS DIAGRAM:
Class is nothing but a structure that contains both variables and methods. The
Class Diagram shows a set of classes, interfaces, and collaborations and their relating ships.
There is most common diagram in modeling the object oriented systems and are
used to give the static view of a system. It shows the dependency between the classes that can be
used in our system.
The interactions between the modules or classes of our projects are shown below.
Each block contains Class Name, Variables and Methods.
CLASS:
A description of set of objects that share the same attributes operations,
relationships, and semantics.
STATE DIAGRAMS:
Admin Registration
Admin Validation
Invalid User
Checking For Valid User
Valid User
Project
Identify and label each process internal to the system with Rounded circles.
A process is required for all the data transformation and Transfers. Therefore, never
connect a data store to a data Source or the destinations or another data store with just a Data
flow arrow.
Make sure the names of the processes accurately convey everything the process is done.
Identify all data flows for each process step, except simple Record retrievals.
Designation Type
Details
Validate
Request for new
Emplyee
Generate
Emp-Id ()
Validate
Desg-Id ()
Prod-Id ()
Database
Updated
Commit ()
Validate
ProdStatus-ID ()
Validate JobSeek-Id ()
ER DIAGRAMS
The Entity-Relationship (ER) model was originally proposed by Peter in 1976 [Chen76] as a way
to unify the network and relational database views. Simply stated the ER model is a conceptual
data model that views the real world as entities and relationships. A basic component of the
model is the Entity-Relationship diagram which is used to visually represent data objects. Since
Chen wrote his paper the model has been extended and today it is commonly used for database
design For the database designer, the utility of the ER model is:
New Employee
HR
Recruitment
Employee
DB
DB
SERVER
Resume
DATABASE TABLES
Emp Details Table:
HR Login Table:
HR Details Table:
Project Table:
TESTING
The testing phase is an important part of software development. It is the system will help in
automate process of finding errors and missing operations and also a complete verification
to determine whether the objectives are met and the user requirements are satisfied.
Software testing is carried out in three steps:
The first includes unit testing, where in each module is tested to provide its
correctness, validity and also determine any missing operations and to verify whether the
objectives have been met. Errors are noted down and corrected immediately. Unit testing is the
important and major part of the project. So errors are rectified easily in particular module and
program clarity is increased. In this project entire system is divided into several modules and is
developed individually. So unit testing is conducted to individual modules.
The second step includes Integration testing. It need not be the case, the software
whose modules when run individually and showing perfect results, will also show perfect results
when run as a whole. The individual modules are clipped under this major module and tested
again and verified the results. This is due to poor interfacing, which may results in data being lost
across an interface. A module can have inadvertent, adverse effect on any other or on the global
data structures, causing serious problems.
The final step involves validation and testing which determines which the software
functions as the user expected. Here also some modifications were. In the completion of the
project it is satisfied fully by the end user.
Maintenance and Environment
Corrective Maintenance
Adaptive Maintenance
ADAPTATION:
Over time, the original environment (E>G., CPU, operating system, business rules,
external product characteristics) for which the software was developed is likely to change.
Adaptive maintenance results in modification to the software to accommodate change to its
external environment.
ENHANCEMENT:
As software is used, the customer/user will recognize additional functions that will
provide benefit. Perceptive maintenance extends the software beyond its original function
requirements.
PREVENTION:
Computer software deteriorates due to change, and because of this, preventive
maintenance, often called software re engineering, must be conducted to enable the software to
serve the needs of its end users. In essence, preventive maintenance makes changes to computer
programs so that they can be more easily corrected, adapted, and enhanced.
Software
configuration management (SCM) is an umbrella activity that is applied throughout the software
process. SCM activities are developed.
TESTING:
Testing is a process of executing a program with the indent of finding an error.
Testing is a crucial element of software quality assurance and presents ultimate review of
specification, design and coding.
System Testing is an important phase. Testing represents an interesting anomaly for
the software. Thus a series of testing are performed for the proposed system before the system is
ready for user acceptance testing.
A good test case is one that has a high probability of finding an as undiscovered
error. A successful test is one that uncovers an as undiscovered error.
Testing Objectives:
A good test case is one that has a probability of finding an as yet undiscovered error
Testing Principles:
Testing should begin on a small scale and progress towards testing in large
The primary objective for test case design is to derive a set of tests that has the highest
livelihood for uncovering defects in software. To accomplish this objective two different
categories of test case design techniques are used. They are
These tests were carried out during the programming stage itself. All units of
Acceptance Testing:
This testing is done to verify the readiness of the system for the implementation.
Acceptance testing begins when the system is complete. Its purpose is to provide the end user
with the confidence that the system is ready for use. It involves planning and execution of
functional tests, performance tests and stress tests in order to demonstrate that the implemented
system satisfies its requirements.
Tools to special importance during acceptance testing include:
Test coverage Analyzer records the control paths followed for each test case.
Timing Analyzer also called a profiler, reports the time spent in various regions of the
code are areas to concentrate on to improve system performance.
Coding standards static analyzers and standard checkers are used to inspect code for
deviations from standards and guidelines.
Test Cases:
Test cases are derived to ensure that all statements in the program have been
executed at least once during testing and that all logical conditions have been executed.
Using White-Box testing methods, the software engineer can drive test cases that
Guarantee that logical decisions on their true and false sides.
Exercise all logical decisions on their true and false sides.
Execute all loops at their boundaries and with in their operational bounds.
Exercise internal data structure to assure their validity.
The test case specification for system testing has to be submitted for review before
system testing commences.
CONCLUSION
The package was designed in such a way that future modifications can be
done easily. The following conclusions can be deduced from the development of the project.
Automation of the entire system improves the efficiency
It provides a friendly graphical user interface which proves to be better when compared
to the existing system.
It gives appropriate access to the authorized users depending on their permissions.
It effectively overcomes the delay in communications.
Updating of information becomes so easier.
System security, data security and reliability are the striking features.
The System has adequate scope for modification in future if it is necessary.
FUTURE ENHANCEMENTS
This application avoids the manual work and the problems concern with it. It is an
easy way to obtain the information regarding the various products information that are present in
the Super markets.
Well I and my team members have worked hard in order to present an improved
website better than the existing ones regarding the information about the various activities. Still,
we found out that the project can be done in a better way. Primarily, when we request
information about a particular product it just shows the company, product id, product name and
no. of quantities available. So, after getting the information we can get access to the product
company website just by a click on the product name.
The next enhancement that we can add the searching option. We can directly search
to the particular product company from this site .These are the two enhancements that we could
think of at present.
BIBLIOGRAPHY
The following books were referred during the analysis and execution phase of the project.
MICROSOFT .NET WITH C#
Microsoft .net series
ASP .NET 2.0 PROFESSIONAL
Wrox Publishers
ASP .NET WITH C# 2005
Apress Publications
C# COOK BOOK
O reilly Publications
PROGRAMMING MICROSOFT ASP .NET 2.0 APPLICATION
Wrox Professional Guide
BEGINNING ASP .NET 2.0 E-COMMERCE IN C# 2005
Novice to Professional.
WEBSITES:
www.google.com
www.microsoft.com