Automatic application form and hall ticket printing (Thiran 2014)
Unlike Civil and Mechanical projects, projects in CSE will not require much of raw materials. But one thing is very necessary, logical thinking. With logical thinking and a little programming skills anyone can make software. There are various facilities available in the market for developing software of various criteria.
SOFTWARE REQUIRREMENTS:
CODING LANGUAGE : .Net
Backend : Ms access
Other Softwares : doPDF
Imported Files : PDFsharp
.Net:
The Microsoft .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. Here I’ve used VB to develop the project.
PDF SHARP :
PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET.
doPDF:
doPDF is a Portable Document Format (PDF) printer developed by Softland, that allows any program that can print to create a PDF file.
MICROSOFT ACCESS:
Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools.
In VB (visual basic )we can just drag and drop the tools from toolbox for designing and then for each tool we have write code. That code tells what that tool is going to perform. The tools that are mostly used are Button, Combobox, text box, label, list box and picture box.
The most important thing in software development is dividing a big problem into its sub-modules and integrating these sub-modules to form the required solution. Here are some of my modules.
1 The number of lines of code doesn’t matter, only the efficiency of the product matters.
2.Too many modules spoil the project, and that of very less ones also. Its up to you to manage the number of modules.
Project : Inamul Hasan
Unlike Civil and Mechanical projects, projects in CSE will not require much of raw materials. But one thing is very necessary, logical thinking. With logical thinking and a little programming skills anyone can make software. There are various facilities available in the market for developing software of various criteria.
SOFTWARE REQUIRREMENTS:
CODING LANGUAGE : .Net
Backend : Ms access
Other Softwares : doPDF
Imported Files : PDFsharp
.Net:
The Microsoft .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. Here I’ve used VB to develop the project.
PDF SHARP :
PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET.
doPDF:
doPDF is a Portable Document Format (PDF) printer developed by Softland, that allows any program that can print to create a PDF file.
MICROSOFT ACCESS:
Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools.
In VB (visual basic )we can just drag and drop the tools from toolbox for designing and then for each tool we have write code. That code tells what that tool is going to perform. The tools that are mostly used are Button, Combobox, text box, label, list box and picture box.
The most important thing in software development is dividing a big problem into its sub-modules and integrating these sub-modules to form the required solution. Here are some of my modules.
Connecting with database is very important in this. Here I’ve used MS-Access. You can use SQL. The queries will differ only in some places. A basic knowledge in DBMS is enough to develop small softwares. On due course, complex queries can be included. We have three modules in our project. See the necessity of the project and then include the resources. Google has answers for all your requirements.
Points to be noted:1 The number of lines of code doesn’t matter, only the efficiency of the product matters.
2.Too many modules spoil the project, and that of very less ones also. Its up to you to manage the number of modules.
Project : Inamul Hasan
Comments
Post a Comment