for at udvide
kategorilisten.
Søgning på underkategorier- og emner:
(And good code is not to be confused with patterns because not all pieces of good code are patterns.) We debate about good code because there is not just a single piece of good code, but so many good pieces of code.
This book looks at the two most popular ways of using Java SE 6 to write 3D games on PCs: Java 3D (a high-level scene graph API) and JOGL (a Java layer over OpenGL).
But event-based systems are easier to develop, which means they're cheaper and more reliable than traditional OOP or CBD systems.This book teaches you how to develop software based on parts that interact primarily through an event mechanism.
You've heard the hype about Hadoop: it runs petabyte–scale data mining tasks insanely fast, it runs gigantic tasks on clouds for absurdly cheap, it's been heavily committed to by tech giants like IBM, Yahoo!, and the Apache Project, and it's completely open-source (thus free).
The groundbreaking book Design Driven Testing brings sanity back to the software development process by flipping around the concept of Test Driven... Læs mere
This book shows the Business intelligence (BI) concepts using the visual tools and techniques made possible with Silverlight 4, including creating web parts based on Silverlight 4 for SharePoint 2010 and building a complete BI portal with interactive elements.
"Learn C programming for the Arduino and compatible microcontrollers"--Cover.
The title, Iterating Infusion, alludes to the fact that any system has multiple, coexisting functional levels and that new levels—both lower and higher—are continually added to the same functional area.
While there are plenty of books on the market that cover debugging and short-term workarounds for bad code, Reverend Bill Blunden takes a revolutionary step beyond them by bringing our attention to the underlying illnesses that plague the software industry as a whole.
The Common Intermediate Language (CIL) is the core language of .NET. Although .NET developers often use a high-level language (such as C# or VB .NET) to develop their systems, they can use CIL to do anything allowed by.NET specificationswhich is not the case for C# and VB .NET.