Mastering Visual Basic 2010 full report
#1

[attachment=14529]
Introduction
Welcome to Microsoft’s Visual Basic 2010, another milestone version of the most popular
programming language for building Windows and web applications. In modern software development,
however, the language is only one of the components we use to build applications.
The most important component is the .NET Framework, which is an indispensable component
of every application; it’s actually more important than the language itself. You can think of
the Framework as an enormous collection of functions for just about any programming task.
All drawing methods, for example, are part of the System.Drawing class. To draw a rectangle,
you call the DrawRectangle method of the System.Drawing class, passing the appropriate
arguments. To create a new folder, you call the CreateDirectory method of the Directory
class, and to retrieve the files in a folder, you call the GetFiles method of the same class.
The Framework contains all the functionality of the operating system and makes it available
to your application through methods. Methods are very similar to functions, which extend the
basic capabilities of a language. The Framework is a huge collection of such methods, organized
in units according to their role and in a way that makes it fairly easy to locate the methods for
the task at hand. The language and the Framework are the two ‘‘programming’’ components
absolutely necessary to build Windows applications. It’s possible to develop applications with
these two components alone, but the process would be awfully slow.
The software development process relies on numerous tools that streamline the coding experience.
The third component is an integrated environment that hosts those tools, enabling you
to perform many common tasks with point-and-click operations. It’s basically an environment
in which you can design your forms with visual tools and write code as well. This environment,
provided by Visual Studio, is known as an integrated development environment, or IDE.
You’ll be amazed by the functionality provided by the tools of Visual Studio: you can actually
design a functional data-driven application without writing a single line of code. You can
use similar tools in the same environment to design a fancy data-driven web page without a
single line of code. Visual Studio even provides tools for manipulating databases and allows
you to switch between tasks, all in the same, streamlined environment. You realize, of course,
that Visual Studio isn’t about writing applications without code; it just simplifies certain tasks
through wizards, and more often than not, we step in and provide custom code to write a
functional application. Even so, Visual Studio provides numerous tools, from debugging tools
that help you track and fix all kinds of bugs in your code to database-manipulation tools and
deployment wizards that streamline the process of deploying applications.
This book shows you how to use Visual Studio 2010 and Visual Basic 2010 to design
rich Windows and web applications. We’ll start with the visual tools and then we’ll explore
Visual Basic and the Framework. A Windows application consists of a visual interface and
code behind the elements of the interface. (The code handles the user actions on the visual
interface, such as the click of a button, the selection of a menu item, and so on.) You’ll use the
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: peakdetect visual basic, visual basic, visual basic programming, temperature data logger using visual basic 2010, seminar topics of visual basic 6 0, visual basic pizza hunt**vantages of mining, acknowledgement in visual basic,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  SAMBA SERVER ADMINISTRATION full report project report tiger 3 4,759 17-01-2018, 05:40 PM
Last Post: AustinnuAke
  air ticket reservation system full report project report tiger 16 46,887 08-01-2018, 02:33 PM
Last Post: RaymondGom
  An Efficient Algorithm for Mining Frequent Patterns full report project topics 3 4,764 01-10-2016, 10:02 AM
Last Post: Guest
  online examination full report project report tiger 14 42,893 03-09-2016, 11:20 AM
Last Post: jaseela123d
  Employee Cubicle Management System full report computer science technology 4 5,121 07-04-2016, 11:37 AM
Last Post: dhanabhagya
  e-Post Office System full report computer science technology 27 25,988 30-03-2016, 02:56 PM
Last Post: dhanabhagya
  Visual Learner Memory Game seminar presentation 2 1,928 25-03-2016, 12:03 PM
Last Post: dhanabhagya
  visual basic project ideas project topics 5 4,757 04-02-2016, 12:26 PM
Last Post: seminar report asees
  college website project full report project report tiger 28 67,216 29-11-2015, 02:37 PM
Last Post: Guest
  steganography full report project report tiger 31 33,876 07-07-2015, 02:57 PM
Last Post: seminar report asees

Forum Jump: