---- OR ----
 
 


Online Payments by SecureTrading
Acceptance Mark

Search Result for:

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

    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: 1 of: 53
    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: 2 of: 53
    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: 3 of: 53
    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: 4 of: 53
    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: 5 of: 53
    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: 6 of: 53
    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: 7 of: 53
    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: 8 of: 53
    Image not yet available
    Title: Murach's ASP.NET 4 Web Programming with VB 2010
    Sub-title: 4th Edition
    Edition Statement: 4th Edition
    By (author): Anne Boehm
    ISBN10-13: 189077460X : 9781890774608
    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.
    Pages: 836  Size: 210x255mm  Illustrations: 365 b/w illus 
    PublishedMurach (Mike) & Associates Inc (US) - March   2011
    Format: Paperback
    Subjects: Programming & scripting languages: general
    List Price: 55.99 Pounds Sterling
    Availability: In Stock   Qty Available: 4
    Title: 9 of: 53
    Image not yet available
    Title: Murach's C++ 2008
    By (author): Prentiss Knowlton
    ISBN10-13: 1890774545 : 9781890774547
    This book lets you master C++ 2008 as quickly and easily as possible by using all the time- and work-saving features of Visual Studio 2008. That's true whether you are a Java developer who wants to learn C++, a C# or Visual Basic developer who wants to master another .NET language, a C++ developer who wants to move into .NET, or a programming novice who's starting from scratch. When you are done, you will know how to use C++ 2008 to create bullet-proof applications like the best professionals do. You will know how to develop object-oriented applications using business classes, inheritance, polymorphism, interfaces, and generics the way they are used in the real world. You will know how to compile, run, and enhance legacy C and native C++ code on the .NET platform. You will be prepared to learn more about native C++ if you should ever need to do that. And you will have another set of skills that will make you more valuable on the job. To ensure mastery, this book presents 12 complete, real-world applications that demonstrate best programming practices. And all of the information is presented in the distinctive Murach "paired-pages" style that allows for self-paced training and reference.
    Table of Contents:
    How to get started with Visual Studio; How to design a Windows Forms application; How to code and test a Windows Forms application; How to work with numeric and string data; How to code control structures; How to code methods and event handlers; How to handle exceptions and validate data; How to work with arrays and collections; How to work with dates and strings; More skills for working with Windows forms and controls ; How to debug an application; How to create and use classes; How to work with indexers, delegates, events, and operators; How to work with inheritance; How to work with interfaces and generics; How to organise and document your classes; How to work with files and data streams; How to work with XML files; How to work with legacy C and native C++ code.
    Pages: 572  Size: 205x255mm  Illustrations: b/w illus 
    PublishedMurach (Mike) & Associates Inc (US) - December   2009
    Format: Paperback
    Subjects: Computer programming / software development
    List Price: 53.99 Pounds Sterling
    Availability: In Stock   Qty Available: 23
    Title: 10 of: 53

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