Subversion or SVN is a version control system that can be a little intimidating to developers. Few developers understand exactly how it works and end up being intimidated by merging and branching. In this course we will learn how to install and setup our own SVN repository and how to work with SVN as a version control system for our source code. We'll focus on most of the basic commands of SVN and will dive into topics like branching and merging so that you can feel confident working with SVN
Need to make your .NET applications more responsive? Run faster? On today's multicore hardware, async and parallel programming may be the answer. This course (part 1 of 2) overviews the new Task Parallel Library (TPL) in .NET 4, starting with an introduction to its Task-oriented programming model and working through various techniques for effective use of the TPL.
This book presents a guide to the core features of Java – and some more recent innovations – enabling the reader to build skills and confidence though tried-and-trusted stages, supported by exercises that reinforce key learning points.
This book, which presumes just the basic of background in C Programming, offers a comprehensive approach to the topic with emphasis on the creation of object oriented programs for business and the use of data structures. This book deals with the writing of business programs using C++ from Microsoft Visual Studio .NET 2005.
This book is a must have. It uses the dragon book (Compilers: principles, techniques and tools by Aho et.al) as a model but goes a great deal further in its use of examples when explaining the theory. Whenever I had a little trouble understanding the dragon book or wished that more examples were used I turned to Holub's book. The book is extremely well organized. If you want the theory its all there and if you want to just look at code its all there too: thousands of lines of it! After explaining everything you actually get to see how lex and yacc are built (from the ground up) and finally a C compiler.
Мартин К. Соломон, Нирва Мориссо-Леруа, Джули Басу
Год издания: 2010 Страниц: 511 Язык: русский
Наиболее полное справочное руководство по разработке программных компонентов Java для баз данных Oracle. Вы научитесь из отдельных компонентов строить приложения, способные обращаться к другим объектам в среде Oracle. В этой книге, официально одобренной Oracle, показано, как работать с наиболее популярными моделями серверных компонентов Enterprise JavaBeans (EJB) и CORBA для распределенных вычислительных систем. Подробно описаны процессы разработки компонентов EJB и CORBA, проектирования и внедрения компонентных приложений с помощью Java и SQLJ. Представлены пошаговые методы построения приложений JavaServer Page (JSP). Вы научитесь создавать приложения БД, управляющие схемами реляционных и объектно-реляционных баз данных.
Основные темы книги: Методы работы в распределенных вычислительных средах. Построение компонентов Enterprise JavaBeans и CORBA. Управление транзакциями. Построение страницы JavaServer Page (JSP) с помощью компонентов JavaBeans, EJB и CORBA. Разработка приложений баз данных с помощью страниц JSP, сервлетов и XML. Использование утилиты XML-SQL для запросов и операций обновления.
В ходе обучения языку программирования VBA (Visual Basic for Application) Вы овладеете навыками автоматизации работы в Microsoft Excel. Вы научитесь использовать автоматическую запись макроса в Excel, используя макрорекордер, абсолютные и относительные ссылки. Вы сможете исправлять недостатки автоматически генерируемого программного кода. Вы овладеете приемами работы в редакторе VBA — созданием проекта VBA, вводом и редактированием программного кода, созданием, сохранением и запуском процедуры VBA.
Tony Gaddis’s accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the “how” and the “why”–but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs.
Хорошие C++ разработчики больше чем рпосто синтакс языка программирования: они знают библиотеки, которые идут с ним и они знают, когда использовать особые свойства. В этих видеоуроках C++ основы вы научитесь делать этивещи. Быстрый обзор стандартной библиотеки предоставит вам набор алгоритмов для работы с коллекциями ,и возможностями манипулирования строками. Затем будет рассотрено наверно наиболее важное изменение в языке программирования С++ - лямбда выражения. В конце видеокурса основы С++ вы узнаете всё об исключениях, можном средстве для обработки ошибок, и убедитесь в их важности при управлении памятью и ресурсами.
Start programming in Visual C# 2005 right away -- even if you don't have formal training, unlimited time, or a genius IQ. In Visual C# 2005 Demystified, programming instructor Jeff Kent provides an effective, illuminating, and entertaining way to learn to use this versatile programming language in the new release of its integrated development environment.