rss Home » Tag Archive For ‘C’

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition

Book Description

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for 5.8, (including some upcoming 1.9 features), , , and #, , vi, JavaScript, and the PCRE regular expression libraries.

This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant , and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including:

  • Supported metacharacters for each language API
  • Regular expression classes and interfaces for , , , and #
  • Regular expression operators for 5.8
  • Regular expression module objects and functions for
  • Pattern-matching functions for and the vi editor
  • Pattern-matching methods and objects for JavaScript
  • Unicode Support for each of the languages Download Now »

Beginning ASP.NET E-Commerce in C#: From Novice to Professional

Beginning ASP.NET E Commerce in C#: From Novice to Professional

Book Description

With the incarnations of 3.5 and SQL Server 2008, dynamic data–driven web sites with technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need—Visual Web Developer and SQL Server 2008 Express Edition—are free. In Beginning in #: From Novice to Professional, you’ll learn how to best use the free development tools offered by to build an online product catalog. You will gain an intimate understanding of every piece of code you write. This understanding will enable you to build your own powerful and flexible web sites efficiently and rapidly with ASP.NET 3.5.

  • Build a complete site, including a shopping cart, checkout, product searching, product recommendations, control panel, customer accounts, order processing, and much, much more.
  • Explore new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book, with each feature you add to the web site.
  • Learn to handle payments by integrating PayPal and DataCash into your site.

What you’ll learn

  • Use Microsoft’s Express products to build an online product catalog
  • Add payment processing with PayPal and DataCash
  • Expand your site’s product listing through web services
  • Implement an order pipeline Download Now »

Beginning C# Object-Oriented Programming

Beginning C# Object Oriented Programming

Book Description

Beginning # Object-Oriented brings you into the modern world of development as you master the fundamentals of with # and learn to develop efficient, reusable, elegant code through the object-oriented programming () methodology. Take your skills out of the 20th century and into this one with Dan Clark’s accessible, quick-paced guide to # and object-oriented programming, completely updated for 4.0 and # 4.0.

As you develop techniques and best practices for coding in C#, one of the world’s most popular contemporary languages, you’ll experience modeling a “real world” application through a case study, allowing you to see how both C# and (a methodology you can use with any number of languages) come together to make your code reusable, modern, and efficient.

With more than 30 fully hands-on activities, you’ll discover how to transform a simple model of an application into a fully-functional C# project, including designing the user interface, implementing the business logic, and integrating with a relational database for data storage. Along the way, you will explore the Framework, the creation of a Windows-based user interface, a web-based user interface, and service-oriented programming, all using ’s industry-leading Visual Studio 2010, C#, Silverlight, the Entity Framework, and more.

What you’ll learn

  • Learn to use the Universal Modeling Language () to quickly design an application correctly from the first time Download Now »

Pro ASP.NET 2.0 E-Commerce in C# 2005

Pro ASP.NET 2.0 E Commerce in C# 2005

Book Description

Pro 2.0 in # 2005 takes you through the web application development cycle, from conception to coding to deployment and maintenance. It will also help you maximize your potential profits, learn what risks are involved, and take the necessary steps to minimize those risks. The book begins by introducing systems and lays out the toolset. To help you learn about meeting and overcoming real-world challenges, the book features a case study of a fictional company, Little Italy Vineyards.

As you progress through the book, you’ll focus on e-commerce requirements, then proceed to model the objects utilizing to generate and define the complete architecture for the example application. Once you put it all together, you’ll address the site coding. In this section, author Paul Sarknas demonstrates how the practical application of modern techniques, like web services and Ajax, can have direct impact on your customers user experience and the success of your site.

After design and development are complete, the author focuses on utilizing the best deployment methods for maintaining the application and allowing maximum scalability. By the end of this book, you’ll have all the skills youll need to begin creating professional quality e-commerce systems from the ground up.

About the Author
Paul Sarknas currently serves as the president of his own consulting company, Sarknasoft Solutions, which provides enterprise solutions Download Now »

Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional

Beginning ASP.NET 2.0 E Commerce in C# 2005: From Novice to Professional

Book Description

With the latest incarnations of 2.0 and SQL Server 2005, dynamic data-driven websites with technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need—Visual Web Developer 2005 Express Edition and SQL Server 2005 Express Edition—are free!

In this book you’ll learn how to best use the free development tools offered by to build an online product catalog with shopping cart, checkout, product searching, product recommendations, a control panel, customer accounts, order processing and much much more. You’ll learn how to handle payments by integrating PayPal, DataCash, and VeriSign Payflow Pro into your site. We’ll also teach you how to expand your site’s product listing by expanding your product section through web services.

Each feature you add to your website will introduce you to new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book. You will gain an intimate understanding of every piece of code you write. This understanding will enable you to build your own powerful and flexible websites efficiently and rapidly with 2.0.

About the Author
Cristian Darie is currently Technical Lead at the Better Business Bureau in Romania. He is an experienced programmer specializing in various Microsoft and Open Source technologies, as well as RDBMS. He has written previous titles for  Apress. Download Now »

C++ Without Fear: A Beginner’s Guide That Makes You Feel Smart, 2nd Edition

C++ Without Fear: A Beginners Guide That Makes You Feel Smart, 2nd Edition

Book Description

If you’ve always wanted to learn how to program a computer, or to learn the widely used ++ language in particular, ++ Without Fear, Second Edition, offers an ideal way to get you started.

Written with the same approach that earned the first edition rave reviews, the author first emphasizes short, simple examples that are easy to enter; then, within a couple of chapters, he has you creating useful utilities, playing games, and using the computer to solve interesting puzzles. His approach is a welcome departure from many texts, which quickly get bogged down in complex and sometimes meaningless examples. You’ll find here, patiently explained and clearly illustrated, everything you need to learn quickly, and to have fun doing it!

Yes, programming can be a complex task, and C++ is a language often used by professionals. In fact, many of the coolest games, graphics, and Internet applications are created with C++, and it’s even been used on the Mars rovers. But the language, like the monster pictured on the cover, need not be all that fearsome. Broken down to its essentials, and enhanced by simple examples, practical exercises, and the whys and tricks behind each language feature, you’ll be amazed at the rapid progress you can make.

With C++ Without Fear, Second Edition, you will

  • Learn the basics of C++ programming
  • Get started writing your own programs Download Now »
Copyright © 2012 Wow! eBook · All rights reserved · Powered by WordPress