0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (1)
  • R1,000 - R2,500 (16)
  • -
Status
Brand

Showing 1 - 17 of 17 matches in All Departments

Murach's ADO.NET 3.5 LINQ and the Entity Framework with C# 2008 (Paperback): Anne Boehm Murach's ADO.NET 3.5 LINQ and the Entity Framework with C# 2008 (Paperback)
Anne Boehm
R1,519 R1,279 Discovery Miles 12 790 Save R240 (16%) Ships in 12 - 17 working days

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.

Murach's ASP.NET 3.5 Web Programming with C# 2008 (Paperback): Anne Boehm Murach's ASP.NET 3.5 Web Programming with C# 2008 (Paperback)
Anne Boehm
R1,561 R1,321 Discovery Miles 13 210 Save R240 (15%) Ships in 12 - 17 working days

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.

Murach's HTML, XHTML & CSS (Paperback): Anne Boehm Murach's HTML, XHTML & CSS (Paperback)
Anne Boehm
R1,305 R1,097 Discovery Miles 10 970 Save R208 (16%) Ships in 12 - 17 working days

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.

Murach's ADO.NET 3.5 LINQ and the Entity Framework with VB 2008 (Paperback): Anne Boehm Murach's ADO.NET 3.5 LINQ and the Entity Framework with VB 2008 (Paperback)
Anne Boehm
R1,517 R1,277 Discovery Miles 12 770 Save R240 (16%) Ships in 12 - 17 working days

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 Successful Meetings and Events (Book, New): Ann Boehme Planning Successful Meetings and Events (Book, New)
Ann Boehme
R363 R272 Discovery Miles 2 720 Save R91 (25%) Ships in 12 - 17 working days

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.

Murach's ASP.NET 3.5 Web Programming with VB 2008 (Paperback): Anne Boehm Murach's ASP.NET 3.5 Web Programming with VB 2008 (Paperback)
Anne Boehm
R1,563 R1,322 Discovery Miles 13 220 Save R241 (15%) Ships in 12 - 17 working days

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.

Murach's Visual Basic 2008 (Paperback): Anne Boehm Murach's Visual Basic 2008 (Paperback)
Anne Boehm
R1,532 R1,292 Discovery Miles 12 920 Save R240 (16%) Ships in 12 - 17 working days

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.

Murach's HTML and CSS (5th Edition) (Paperback, 5th New edition): Anne Boehm, Zak Ruvalcaba Murach's HTML and CSS (5th Edition) (Paperback, 5th New edition)
Anne Boehm, Zak Ruvalcaba
R1,532 Discovery Miles 15 320 Ships in 10 - 15 working days
Murach's ASP.NET 4 Web Programming with VB 2010 (Paperback, 4th Revised edition): Anne Boehm Murach's ASP.NET 4 Web Programming with VB 2010 (Paperback, 4th Revised edition)
Anne Boehm
R1,591 R1,336 Discovery Miles 13 360 Save R255 (16%) Ships in 12 - 17 working days

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.

Murach's C# (8th Edition): Anne Boehm Murach's C# (8th Edition)
Anne Boehm
R1,380 Discovery Miles 13 800 Ships in 12 - 17 working days
Murach's C# (7th Edition) (Paperback, 7th New edition): Joel Murach, Anne Boehm Murach's C# (7th Edition) (Paperback, 7th New edition)
Joel Murach, Anne Boehm
R1,344 Discovery Miles 13 440 Ships in 10 - 15 working days
Murach's HTML5 and CSS3 (Paperback): Zak Ruvalcaba Anne Boehm Murach's HTML5 and CSS3 (Paperback)
Zak Ruvalcaba Anne Boehm
R1,275 Discovery Miles 12 750 Ships in 12 - 17 working days
Murach's Visual Basic 2010 (Paperback, New): Anne Boehm Murach's Visual Basic 2010 (Paperback, New)
Anne Boehm
R1,593 R1,337 Discovery Miles 13 370 Save R256 (16%) Ships in 12 - 17 working days

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.

Murach's HTML5 and CSS3, 4th Edition (Paperback, 4th New edition): Anne Boehm, Zak Ruvalcaba Murach's HTML5 and CSS3, 4th Edition (Paperback, 4th New edition)
Anne Boehm, Zak Ruvalcaba
R1,559 Discovery Miles 15 590 Ships in 12 - 17 working days
Murachs Visual Basic 2015 (Paperback, 6th Revised edition): Anne Boehm Murachs Visual Basic 2015 (Paperback, 6th Revised edition)
Anne Boehm
R1,691 R1,412 Discovery Miles 14 120 Save R279 (16%) Ships in 12 - 17 working days

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.

Murachs ASP.NET 4.6 Web Programming with C# 2016 (Paperback, 6th Revised edition): Anne Boehm Murachs ASP.NET 4.6 Web Programming with C# 2016 (Paperback, 6th Revised edition)
Anne Boehm
R1,749 R1,456 Discovery Miles 14 560 Save R293 (17%) Ships in 12 - 17 working days

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.

Murachs Visual Basic 2012 (Paperback, 5th): Anne Boehm Murachs Visual Basic 2012 (Paperback, 5th)
Anne Boehm
R1,600 R1,345 Discovery Miles 13 450 Save R255 (16%) Ships in 12 - 17 working days

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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Loot
Nadine Gordimer Paperback  (2)
R383 R318 Discovery Miles 3 180
Loot
Nadine Gordimer Paperback  (2)
R383 R318 Discovery Miles 3 180
Tenet
John David Washington, Robert Pattinson, … DVD  (1)
R51 Discovery Miles 510
Bostik Glu Dots - Extra Strength (64…
R55 Discovery Miles 550
Bestway 1.68m x89cm Crocodile rider
R180 R165 Discovery Miles 1 650
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Multi-Functional Bamboo Standing Laptop…
R1,399 R669 Discovery Miles 6 690
Croxley Desk Cube Holder (Black) - Paper…
 (1)
R37 R19 Discovery Miles 190
Speak Now - Taylor's Version
Taylor Swift CD R496 Discovery Miles 4 960
Xbox One Replacement Case
 (8)
R53 Discovery Miles 530

 

Partners