|
Showing 1 - 16 of
16 matches in All Departments
This book shows C# developers how to use C# 2008 and ADO.NET 3.5 to
develop database applications the way the best professionals do.
After an introductory section, section 2 shows how to use data
sources and datasets for Rapid Application Development and
prototyping of Windows Forms applications. Section 3 shows how to
build professional 3-layer applications that consist of
presentation, business, and database classes. Section 4 shows how
to use the new LINQ feature to work with data structures like
datasets, SQL Server databases, and XML documents. And section 5
shows how to build database applications by using the new Entity
Framework to map business objects to database objects.
To ensure mastery, this book presents 23 complete database
applications that demonstrate best programming practices. And it's
all done in the distinctive Murach style that has been training
professional developers for 35 years.
This book is for C# developers who want to learn how to develop
professional web applications with Microsoft's ASP.NET 3.5. The
first 4 chapters present a quick-start course that works both for
beginners and for experienced web developers who are new to
ASP.NET. Then, the next four sections present (1) the skills you
need for any business application, (2) the skills you need for
database applications, (3) the skills you need for e-commerce
applications, and (4) the skills you need for developing code that
can be reused in other web applications. Along the way, you'll
learn about .NET 3.5 enhancements that streamline web development,
like the ListView and DataPager controls, LINQ, and AJAX.
Whether you are just starting out in web development or you would
like to update your existing skills, this book gets you off to a
fast start! In fact, in just the first 6 chapters, you will learn
more about web development than you can from most full books. By
the end of this crash course, you will be developing web pages the
professional way, with HTML or XHTML for the content and CSS for
the formatting and page layout. That includes sophisticated page
layouts that require the use of the box model, floating, and
positioning. In section 2, you will learn all the other skills that
you need for developing web pages. Those skills include how to
develop forms that are submitted to web servers, how to add audio
or video to a page, how to use a style sheet for printing, how to
develop pages for mobile devices ...everything you need for modern
web pages. You will also learn how to take your web pages to the
next level by using tested JavaScript code for effects like image
rollovers and slide shows. In the last section, now that you know
how to develop web pages, you will learn how to design an entire
web site using today's best practices. You will also learn how to
deploy your web site, and how to get it into the major search
engines and directories. When you are done, you will have all the
perspective and skills you need to develop professional web pages.
You won't get far as a Visual Basic developer unless you know how
to write database applications. That's where this book comes in. It
shows you how to use Visual Studio 2008 and ADO.NET 3.5 to develop
database applications the way the best professionals do. That
includes the full gamut of skills you need, from using prototyping
features that generate ADO.NET code...to writing your own ADO.NET
code from scratch so you can closely control how the database
processing works...to using .NET 3.5 features like LINQ and the
ADO.NET Entity Framework that actually change the way you think
about handling data. What's more, this book takes you from beginner
to database professional in a logical progression that makes each
step easier to master: In section 1, you will get a basic
introduction to databases, SQL, and ADO.NET. If you already have
ADO.NET experience, you can skip ahead. In section 2, you will
quickly be prototyping database applications using Rapid
Application Development (RAD) tools like data sources. In section
3, you will learn how to build 3-layer applications the ways the
pros do, with presentation, business, and database classes. This is
where you'll get into ADO.N ET coding to create your own database
classes. Section 4 covers LINQ (Language-Integrated Query), a .NET
3.5 feature that lets you handle all types of data using a query
language that's integrated into Visual Basic and that saves you a
lot of ADO.NET coding. That means you'll learn how to: Use LINQ to
DataSet to query the data in typed or untyped datasets; Use LINQ to
SQL, which allows you to generate an object model from the objects
in a SQL Server database that can then be used to access and update
the database data...a feature that offers you some of the same
benefits as the Entity Framework; Use LINQ to XML to manipulate XML
data much more easily than you can using the Document Object Model;
Use LINQ data source controls with web applications. In section 5,
you will learn to work with the ADO.NET Entity Framework...another
way to let .NET generate the code you need and do more of the work
for you. Using this feature, you create an Entity Data Model that
defines a conceptual model for the business objects used by an
application, a storage model for the objects in a database, and
mappings that relate the two. Then: You can use LINQ or a special
form of SQL to retrieve data into the business objects; You can
work with the business objects and save changes to the database
using generated code; You can use Entity data source controls with
web applications.
Planning a meeting or event is no easy task. This handy little
how-to guide explains the entire process step-by-step, from site
selection and registration do's and don'ts to negotiating with
vendors, and food and beverage planning.
This book is for Visual Basic developers who want to learn how to
develop professional web applications with Microsoft's ASP.NET 3.5.
The first 4 chapters present a quick-start course that works both
for beginners and for experienced web developers who are new to
ASP.NET. Then, the next four sections present (1) the skills you
need for any business application, (2) the skills you need for
database applications, (3) the skills you need for e-commerce
applications, and (4) the skills you need for developing code that
can be reused in other web applications. Along the way, you will
learn about .NET 3.5 enhancements that streamline web development,
like the ListView and DataPager controls, LINQ, and AJAX.
Whether you are new to Visual Basic or you are upgrading to VB 2008
from an earlier version, this new edition of Murach's core VB book
shows you how to develop the kind of bullet-proof Windows Forms
applications that businesses rely on. Along the way, you will learn
how to build database applications faster than ever by using RAD
features like data sources and the DataGridView control. You will
learn how to use object-oriented features like inheritance and
interfaces as well as features like code snippets, generics,
partial classes, and ClickOnce deployment. And you will learn how
to use the 2008 LINQ feature to query data. When you are finished,
you will be able to develop Windows Forms applications the way the
best professionals develop them. That's why we say: No other book
teaches you so much, so fast, or so thoroughly.
If you know the basics of Visual Basic, you are ready to learn to
develop web applications using ASP.NET ...and that's where this
book comes in: The first 5 chapters present a quick-start course
that works both for beginners and for experienced web developers
who are new to ASP.NET; Chapters 6-11 give you the skills you need
for any web application in business ...like how to work with server
controls, validate data, manage state, and create a user-friendly
web experience; Chapters 12-17 present the skills you need for
database-driven web sites ...the kind of web applications that
businesses rely on every day; Chapters 18-23 cover skills that
enhance your professionalism ...like how to ensure security in web
operations, how to use ASP.NET AJAX, how to reuse tested code with
WCF services, and how to configure and deploy your finished
applications. To make it easier for you to master ASP.NET, you get
complete web applications ...including the web forms, the aspx
code, and the VB code ...that show you how each feature works in
context. (You can download these for free from the Murach web
site.) You get chapter exercises that let you practice your new
skills. And you get Murach's distinctive "paired-pages" format that
developers like because it saves both training and reference time.
Whether you are new to Visual Basic or you are upgrading to VB 2010
from an earlier version, this new edition of Murach's core VB book
shows you how to develop the kind of bullet-proof Windows Forms
applications that businesses rely on. Along the way, you will learn
how to quickly build database applications by using RAD features
like data sources and the DataGridView control. You will learn how
to use object-oriented features like inheritance and interfaces as
well as 2010 features like auto-implemented properties and
collection initialisers. You will learn how to use LINQ to query
data and XML to exchange data between applications. You will learn
how to take advantage of all the productivity features of Visual
Studio 2010. When you are done, you will be able to develop Windows
Forms applications the way the best professionals develop them.
That's why we say: No other book teaches you so much, so fast, or
so thoroughly.
This core Visual Basic .NET book has been a favorite of developers
ever since the 1st edition came out in 2002. So you can be sure
that this 6th edition will deliver the professional skills you're
looking for. To be specific: * It's a self-paced book that shows
you how to use Visual Studio 2015, VB 2015, and the .NET 4.6
classes to develop Windows Forms applications...whether you're new
to programming or not. * It's a data programming book that shows
you how to create professional database applications using data
sources, ADO.NET code, and the Entity Framework, as well as how to
use LINQ to query data structures, from collections to arrays to
datasets. * It's an object-oriented book that shows you how to use
business classes, inheritance, and interfaces the way they're used
in the real world. When you're done, you'll be able to develop
3-tiered, object-oriented Windows Forms applications the way the
best professionals do. And you'll have the core VB and Visual
Studio skills that you need to develop any VB application...whether
for Windows, the web, or mobile devices.
If you know the basics of C#, youre ready to learn to develop
server-side web applications with ASP.NET Web Forms and that is
where this book comes in: Section 1 is a quick-start course in
creating your first ASP.NET Web Forms applications using Visual
Studio, with coverage of what HTML5/CSS3 and Bootstrap are doing on
the client side a course that works both for beginners and for
experienced web developers who are new to ASP.NET; Section 2 gives
you the skills you need for every web application like how to use
the server controls, validate user entries, manage state, use
master pages, make ASP.NET work with Bootstrap for responsive
layouts, and use friendly URLs; Section 3 presents the skills you
need for developing database-driven web applications at a
professional level including how to use SQL data sources, object
data sources, and model binding and the Entity Framework with
ASP.NET data controls like GridView, DetailsView, FormView, and
ListView; Section 4 covers skills that enhance your professionalism
like how to develop secure web pages, authenticate users with ASP.N
ET Identity, send email, control the use of the Back button, and
deploy finished applications; Section 5 takes you to the next level
by showing you how to use ASP.NET Ajax, how to develop WCF and Web
API services, and how ASP.NET MVC programming differs from Web
Forms programming. To make it easier for you to master ASP.NET, you
get complete web applications including the web forms, the aspx
code, and the C# code that show you how each feature works in
context (you can download these for free from the Murach website).
You get chapter exercises that let you practice your new skills.
And you get Murachs distinctive paired-pages format that developers
like because it saves both training and reference time.
This Visual Basic book has been a favourite of developers ever
since the 1st edition came out in 2002. Now, this 5th Edition is a
self-paced, professional book that shows how to use Visual Studio
2012, VB 2012, and the .NET 4.5 classes to develop Windows Forms
applications. It is a data programming book that shows how to (1)
prototype professional database applications using RAD features
like data sources; (2) start using ADO.NET to work directly with
databases for more control; and (3) use LINQ to query a variety of
data sources, from databases to arrays to XML files. It is an
object-oriented book that shows how to use business classes,
inheritance, and interfaces the way they are used in the real
world. It is a hands-on book that shows you how to develop your
first Windows 8 apps and submit them to the Windows Store. When you
are done, you will be able to develop 3-tiered, object-oriented
Windows applications the way the best professionals do. And you
will have the core VB and Visual Studio skills that you need to
develop any VB application whether for Windows, the web, or mobile
devices.
|
You may like...
Sing 2
Blu-ray disc
R210
Discovery Miles 2 100
Wonka
Timothee Chalamet
Blu-ray disc
R250
Discovery Miles 2 500
|