---- OR ----
 
 


Online Payments by SecureTrading
Acceptance Mark

Search Result for:

  • ISBN / EAN : 
  • Title : 
  • Author : 
  • Publisher : MURACH (MIKE) & ASSOCIATES INC
  • From Date :
  • To Date :
  • Keyword : 
  • Number of Titles Found: 59

    Image not yet available
    Title: Murach's Python for Data Science
    Sub-title: (2nd Edition)
    By (author): Scott McCoy
    ISBN10-13: 1943873178 : 9781943873173
    These days, businesses are collecting massive amounts of data. But this data isnâ t valuable until someone analyzes it to gain insights that can be used to make decisions. Thatâ s why the US Bureau of Labor Statistics (BLS) predicts that the demand for data analysts will continue to grow for the rest of the decade. Now, with Murachâ s Python for Data Science as your guide, youâ ll learn how to use Python libraries to get, clean, prepare, and analyze data at a professional level. To start, youâ ll learn how to use Pandas for data analysis and Seaborn for data visualization. Then, youâ ll learn how to use Scikit-learn to create regression models that you can use to make predictions. To tie everything together, this book contains four realistic analyses that use real-world data. Thatâ s because studying analyses like these is critical to the learning process. Mike Murach & Associates has been publishing high-quality books about computer programming since 1972. Download a sample chapter from the Murach website and see for yourself.
    Pages: 592 
    PublishedMurach (Mike) & Associates Inc - May   2024
    Format: Paperback
    Subjects
    List Price: 60.99 Pounds Sterling
    Availability: In Stock   Qty Available: 11
    Title: 1 of: 59
    Image not yet available
    Title: DB2 for the Cobol Programmer, Part 1
    By (author): Curtis Garvin, Steve Eckols
    ISBN10-13: 1890774022 : 9781890774028
    If you are looking for a practical DB2 book that focuses on application programming, this is the book for you. Written from the programmer's point of view, it will quickly teach you what you need to know to access and process DB2 data in your COBOL programs using embedded SQL. This second edition has been thoroughly updated and expanded to make it even more valuable to the programmer who is slugging it out on the job. You will learn: the critical DB2 concepts that let you understand how DB2 works; the basic DB2 coding features you will use in every program you write; how to use version 4 enhancements like outer joins and explicit syntax for inner joins; how to work with column functions, scalar functions, and subqueries to manipulate data; how to use error handling techniques and ROLLBACK to protect DB2 data; why program efficiency is vital under DB2... and more.
    Pages: 431  Size: 200x255mm  Illustrations: illus 
    PublishedMurach (Mike) & Associates Inc (US) - November   1998
    Format: Hardback
    Subjects: Database programming : Programming & scripting languages: general : Database software
    List Price: 45.99 Pounds Sterling
    Availability: Reprint under Consideration 
    Title: 2 of: 59
    Image not yet available
    Title: Dos/VSE Assembler Language
    By (author): Kevin McQuillen, Anne Prince
    ISBN10-13: 0911625313 : 9780911625318
    Everything in these books has changed except the assembler language." So if you need to learn mainframe assembler language for either the MVS or VSE operating system, these books are still as useful as any other books we've seen.
    Pages: 492  Size: 260x210mm 
    PublishedMurach (Mike) & Associates Inc (US) - December   1986
    Format: Paperback
    Subjects: Dictionaries
    List Price: 45.99 Pounds Sterling
    Availability: Temporarily Out of Stock, more expected soon
    Title: 3 of: 59
    Image not yet available
    Title: Dos/VSE JCL
    By (author): Steve Eckols, Michele Milnes
    ISBN10-13: 091162550X : 9780911625509
    This book was the all-time bestselling VSE JCL book when VSE was more widely used than it is today. Since its publication, VSE has been enhanced, but this book still provides a useful grounding in VSE.
    Pages: 448  Size: 254x203mm 
    PublishedMurach (Mike) & Associates Inc (US) - December   1989
    Format: Paperback
    Subjects: Dictionaries
    List Price: 45.99 Pounds Sterling
    Availability: Temporarily Out of Stock, more expected soon
    Title: 4 of: 59
    Image not yet available
    Title: Murachâ s Modern JavaScript
    By (author): Mary Delamater
    ISBN10-13: 1943873143 : 9781943873142
    According to StackOverflowâ s 2023 Developer Survey, JavaScript is the most popular language in the world. JavaScript provides the functionality for a web page. As a result, itâ s a critical part of most websites, including heavily-trafficked sites like Google, Facebook, YouTube, and Amazon. Thatâ s why every web developer should know how to use JavaScript. JavaScript used to be hard to learn due to some quirks in its early versions that were difficult to understand. But now, with Murachâ s Modern JavaScript, you can skip over the explanations of the quirky old features and jump straight to the best practices of modern JavaScript. This makes it easier than ever to learn how to use JavaScript to add functionality to your web pages. To make that possible, section 1 of this book presents a seven-chapter crash course in JavaScript. Because it lets you set your own pace, this section works for those who are completely new to programming as well as those who are already experienced programmers. The only perquisite is a basic understanding of HTML and CSS. When you finish this section, youâ ll be able to write, test, and debug JavaScript apps of your own. Then, section 2 presents the essential JavaScript skills. That includes showing you how to create object-oriented apps by defining custom objects and using ES modules to organize them. When you finish this section, youâ ll be ready to learn other JavaScript frameworks like React and Angular. Next, section 3 presents some professional skills that you can learn as you need them. These skills include using the Fetch API with Ajax to work with a sever asynchronously, using Node.js to run JavaScript on a server, and using canvas to create drawings and animations.
    Pages: 602 
    PublishedMurach (Mike) & Associates Inc - March   2024
    Format: Paperback
    Subjects: Dictionaries
    List Price: 60.99 Pounds Sterling
    Availability: In Stock   Qty Available: 26
    Title: 5 of: 59
    Image not yet available
    Title: Murach's ADO.NET 3.5 LINQ & the Entity Framework with C# 2008
    By (author): Anne Boehm
    ISBN10-13: 1890774537 : 9781890774530
    You won't get far as a C# developer unless you know how to write database applications. That is 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.
    Table of Contents:
    An introduction to database programming; An introduction to ADO.NET 3.5; How to work with data sources & datasets; How to work with bound controls & parameterized queries; How to use the Dataset Designer; How to work with connections, commands, & data readers; How to work with parameters & stored procedures; How to work with transactions; How to work with object data sources; A complete Payable Entry application; An introduction to LINQ; How to use LINQ to DataSet; How to use LINQ to SQL (part 1); How to use LINQ to SQL (part 2); How to use LINQ data source controls with web applications; How to use LINQ to XML; How to create an Entity Data Model; How to use LINQ to Entities; How to use Entity SQL; How to use Entity data source controls with web applications.
    Pages: 699  Size: 200x255mm  Illustrations: b/w illus 
    PublishedMurach (Mike) & Associates Inc (US) - September   2009
    Format: Paperback
    Subjects: Database programming
    List Price: 53.99 Pounds Sterling
    Availability: In Stock   Qty Available: 24
    Title: 6 of: 59
    Image not yet available
    Title: Murach's ADO.NET 3.5 LINQ & the Entity Framework with VB 2008
    By (author): Anne Boehm
    ISBN10-13: 1890774529 : 9781890774523
    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.NET 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.
    Table of Contents:
    An introduction to database programming; An introduction to ADO.NET 3.5; How to work with data sources and datasets; How to work with bound controls and parameterised queries; How to use the Dataset Designer; How to work with connections, commands, and data readers; How to work with parameters and stored procedures; How to work with transactions; How to work with object data sources; A complete Payable Entry application; An introduction to LINQ; How to use LINQ to DataSet; How to use LINQ to SQL (part 1); How to use LINQ to SQL (part 2); How to use LINQ data source controls with web applications; How to use LINQ to XML; How to create an Entity Data Model; How to use LINQ to Entities; How to use Entity SQL; How to use Entity data source controls with web applications; Index.
    Pages: 707  Size: 205x255mm  Illustrations: b/w illus 
    PublishedMurach (Mike) & Associates Inc (US) - May   2009
    Format: Paperback
    Subjects: Programming & scripting languages: general
    List Price: 53.99 Pounds Sterling
    Availability: In Stock   Qty Available: 9
    Title: 7 of: 59
    Image not yet available
    Title: Murach's ASP.NET Core MVC
    By (author): Joel Murach, Mary Delamater
    ISBN10-13: 194387249X : 9781943872497
    If you know the basics of C#, you are ready to learn how to create web applications using Microsofts powerful technology, ASP.NET Core MVC (Model-View-Controller). And theres no more practical way to do it than with this book. By the end of section 1 just 5 chaptersyou will be developing real-world web apps using C# code for the model and controller classes HTML, CSS, and Razor code for the view files (for the user interface) and Bootstrap classes for responsive design so that your apps adapt well to all screen sizes. Youll also be able use the debugging tools in Visual Studio and your browser to test your apps and make sure they will work right for all users. In section 2, you will build out that set of skills to create more complex controllers, work with Razor views, handle cookies and sessions, do model binding, validate data, and handle database data with EF (Entity Framework) Core. Youll also see how all these skills come together in a single application, with coverage of the gotchas that can occur and how to solve them. Finally, in section 3, you can pick up additional skills as you need them to: create custom tag helpers and view components; authenticate and authorise users; use dependency injection to automate testing; and use Visual Studio Code. All along the way, youll get complete web apps that show you how each feature works in context (you can download these for free from the Murach website). Youll get chapter exercises that let you practice your new skills. And youll get Murachs distinctive paired-pages format that presents each skill in a 2-page spread, full of examples, notes, and explanationa format that developers praise because it saves them both training and reference time.
    Pages: 780  Size: 255x180mm  Illustrations: 315 illus 
    PublishedMurach (Mike) & Associates Inc (US) - January   2020
    Format: Paperback
    Subjects: Computer programming / software development : Web programming : Programming & scripting languages: general
    List Price: 60.99 Pounds Sterling
    Availability: In Stock   Qty Available: 12
    Title: 8 of: 59
    Image not yet available
    Title: Murach's ASP.NET 3.5 Web Programming with C# 2008
    By (author): Anne Boehm
    ISBN10-13: 1890774480 : 9781890774486
    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.
    Pages: 1000  Size: 200x255mm  Illustrations: b/w illus 
    PublishedMurach (Mike) & Associates Inc (US) - October   2008
    Format: Paperback
    Subjects: Programming & scripting languages: general
    List Price: 53.99 Pounds Sterling
    Availability: In Stock   Qty Available: 15
    Title: 9 of: 59
    Image not yet available
    Title: Murach's ASP.NET 3.5 Web Programming with VB 2008
    By (author): Anne Boehm
    ISBN10-13: 1890774472 : 9781890774479
    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.
    Pages: 974  Size: 200x255mm  Illustrations: illus 
    PublishedMurach (Mike) & Associates Inc (US) - September   2008
    Format: Paperback
    Subjects: Programming & scripting languages: general
    List Price: 53.99 Pounds Sterling
    Availability: In Stock   Qty Available: 9
    Title: 10 of: 59

    Basket (0)
    Delivery is chargeable
    Click here for catalogues
     
    Follow us on:
    Find us on Google+