Browse Results

Showing 27,676 through 27,700 of 53,215 results

Programming C#, 3rd Edition

by Jesse Liberty

The new edition of Programming C# focuses on the features and programming patterns that are new to the C# language and fundamental to the programming of web services and web applications on the .NET platform. Newly updated for version 1.1 of the .NET Framework and Visual Studio .NET 2003, the book features new tips and tricks plus answers to frequently asked questions about C#.

Programming C#, 4th Edition

by Jesse Liberty

With dynamic typing and many other new features, C# 4. 0 has already piqued the interest of . NET developers worldwide. This bestselling tutorial for beginning to intermediate programmers teaches you how to use the new version of the C# language to build web, desktop, and rich Internet applications with the . NET 4. 0 Framework. In this sixth edition, . NET experts Ian Griffiths and Matthew Adams cover the latest enhancements to the language, as well as the fundamentals of both C# and . NET. The book explains concurrent programming with C# 4. 0, and teaches you how to use C# with . NET tools such as the Entity Framework for easier data access, and the Silverlight platform for browser-based RIA development.

Programming Visual Basic 2005

by Jesse Liberty

This newest programming guide by bestselling author Jesse Liberty isn't your typical Visual Basic book. It's not a primer on the language, and it won't dull your brain with arguments hyping .NET either. Its goal, rather, is to make you immediately productive, creating Windows and Web applications using Visual Basic 2005 and Visual Studio 2005. Written for VB6 and novice programmers, the book shows how Visual Basic 2005 can be used to rapidly build modern Windows and web applications. What makes this book different is what's not included. There's no introduction to Visual Basic, no explanation of how it fits into the .NET world. Why waste time reading about something you'll learn for yourself as soon as you start creating applications? You won't even write a "Hello World" program. With Programming Visual Basic 2005 you'll get started building something meaningful, right away. The book is divided into three parts--Building Windows Applications, Building Web Applications, and Programming with Visual Basic--each of which could be a book on its own. The author shares his thorough understanding of the subject matter through lucid explanations and intelligently designed lessons that guide you to increasing levels of expertise. By the time you've finished the book, you'll know how to program both Windows and web applications with VB 2005. The support for this book extends beyond its covers. Jesse offers a FAQ, Errata, complete source code and a link to a free private support discussion center on his web site: LibertyAssociates.com - just click on books. Jesse Liberty, Microsoft .NET MVP, is the best-selling author of O'Reilly Media's Programming ASP.NET and over a dozen other books on web and object-oriented programming. Jesse is a frequent contributor to many industry publications and websites, and has spoken at numerous industry events. He is a former Distinguished Software Engineer at AT&T and Vice President for technology development at CitiBank. Jesse Liberty's books have successfully guided thousands of programmers into the world of .NET programming, and Programming Visual Basic 2005 is no exception.

Visual C# 2005: A Developer's Notebook

by Jesse Liberty

In the three years since Microsoft made C# available, there have been lots of tweaks to the language. That's because C# is not only essential for making .NET work, it's a big way for Microsoft to attract millions of Java, C and C++ developers to the platform. And C# has definitely made some inroads. Because of its popularity among developers, the language received standardization from ECMA International, making it possible to port C# applications to other platforms. To bolster its appeal, C# 2.0 has undergone some key changes as part of Visual Studio 2005 that will make development with .NET quicker and easier. That's precisely what Visual C# 2005: A Developer's Notebook allows you to do. There are some great new features in C# and this unique "all lab, no lecture" guide covers them all with 50 hands-on projects. Each project explores a new feature, with emphasis on changes that increase productivity, simplify programming tasks, and add functionality to applications. C#'s component-based design combines the productivity of Microsoft's popular Visual Basic with the raw power of C++ for web-based applications. Many reviewers note a similarity between C# and Java--in fact, a new feature that took the Java development team five years to incorporate into Java is now available in C# 2.0. Called "generics", this feature enables developers to reuse and customize their existing code, so they can dramatically cut down the time it takes to develop new applications. Visual C# 2005: A Developer's Notebook is full of no-nonsense code without the usual page-filling commentary. You'll find suggestions for further experimentation, links to on-line documentation, plus practical notes and warnings. The book also tells developers how to acquire, install and configure Visual Studio 2005. Are you a coder to the core? Learn what C# 2.0 can do for you now.

Git for Programmers: Master Git for effective implementation of version control for your programming projects

by Jesse Liberty Jon Galloway

Learn to track, branch, merge, and manage code revisions for real-world development scenariosKey FeaturesMaster Git and understand the significance of version controlGet to grips with Git's typical workflows, advanced functions, and their implementationsUnderstand important Git commands to manage your repositoryBook DescriptionGit is the most popular version control system in the world. It allows developers to keep up with frequent code changes in a project, ensures there are no code conflicts between the developers, and reverts to an older version of code when required. Git for Programmers comprehensively equips you with actionable insights on advanced Git concepts in an engaging and straightforward way. This book will help you gain expertise on Git with many practical use cases as you progress through the chapters. The book begins with a quick history of Git and instructions on how to get it and install it, after which you'll dive into the creation and cloning of your repository. As you progress through the book, you'll explore Git places, branching, and GUIs. Once you understand the fundamentals, you'll learn how to handle merge conflicts, rebase, amend, interactive rebase, and use the log. You'll also explore important Git commands for managing your repository. Finally, the book concludes with coverage of bisect, blame, and several other problem handling techniques. By the end of this book, you'll be able to use Git with confidence; saving, sharing, and managing files as well as undoing mistakes and rewriting history.What you will learnCreate and clone repositoriesUnderstand the difference between local and remote repositoriesUse, manage, and merge branches back into the main branchUtilize tools to manage merge conflictsManage commits on your local machine through interactive rebasingUse the log to gain control over all the data in your repositoryUse bisect, blame, and other tools to undo Git mistakesWho this book is forIf you have basic understanding of Git and want to strengthen your command over advanced techniques and navigate different functions, this book is for you.

Programming .NET 3.5: Build N-Tier Applications with WPF, AJAX, Silverlight, LINQ, WCF, and More

by Jesse Liberty Alex Horovitz

.NET 3.5 will help you create better Windows applications, build Web Services that are more powerful, implement new Workflow projects and dramatically enhance the user's experience. But it does so with what appears to be a collection of disparate technologies. In Programming .NET 3.5, bestselling author Jesse Liberty and industry expert Alex Horovitz uncover the common threads that unite the .NET 3.5 technologies, so you can benefit from the best practices and architectural patterns baked into this newest generation of Microsoft frameworks. While single-topic .NET 3.5 books delve into Windows Presentation Foundation and the other frameworks in greater detail, Programming .NET 3.5 offers a "Grand Tour" of the release that describes how the four principal technologies can be used together, with Ajax, to build modern n-tier and service-oriented applications. Developers have struggled to implement these patterns with previous versions of the .NET Framework, but this hands-on guide uses real-world examples and fully annotated source code to demonstrate how .NET 3.5 can make it easy. The concepts and technologies that this book covers include: XAML -- Microsoft's new XML-based markup language for UI, used with WPF Windows Presentation Foundation (WPF) -- a new presentation framework and graphics subsystem for Windows that puts Vista-like effect in your grasp Ajax Windows Communication Foundation (WCF) - a new standards-based framework that enables applications to communicate across a network using a variety of protocols Workflow Foundation (WF) -- framework for defining, executing, and managing workflows CardSpace -- framework for managing the identities of your users You'll learn how to use each of the four frameworks alone and in concert to build a series of meaningful example applications. Examples are written in C#, and all of the source code will be available for download at both the O'Reilly and the authors' site, which offers access to a free support forum. Between them, authors Jesse Liberty and Alex Horovitz have nearly forty years of experience in delivering commercial applications for companies such as Citibank, Apple, AT&T, NeXt, PBS, Ziff Davis, and dozens of smaller organizations. Their combined experience is valuable for telling the story of .NET 3.5 and how it will shorten the development life cycle for applications developers, and enhance your productivity.

ASP.NET 2.0 i Ajax. Wprowadzenie

by Jesse Liberty Dan Hurwitz

Jak stworzy? stron? WWW w ASP.NET 2.0?Jak skorzysta? z dobrodziejstw technologii AJAX?Jak zapewni? bezpiecze?stwo, poprawno?? i trwa?o?? danych w ASP.NET 2.0?ASP.NET jest technologiš stworzonš przez firm? Microsoft, pozwalajšcš na tworzenie dynamicznych stron WWW. Dostarcza ona wielu kontrolek, które wspomagajš programist? w codziennych dzia?aniach i pozwalajš na znaczšce przyspieszenie prac nad projektowanš witrynš. Wykorzystanie technologii AJAX u?atwia tworzenie stron dostarczajšcych niezapomnianych wra?e? ich u?ytkownikom. ASP.NET wraz z technologiš AJAX w po?šczeniu z narz?dziami programistycznymi firmy Microsoft stanowiš wiodšce rozwišzanie na rynku aplikacji internetowych, a wsparcie potentata z Redmond gwarantuje sta?y rozwój tej platformy."ASP.NET 2.0 i Ajax. Wprowadzenie" odkrywa tajniki wykorzystania technologii AJAX oraz ASP.NET. Dzi?ki tej ksiš?ce dowiesz si?, jak tworzy? interaktywne i wydajne aplikacje WWW z wykorzystaniem j?zyka VisualBasic 2005. Jednocze?nie nauczysz si? zapewnia? bezpiecze?stwo w tworzonych aplikacjach i korzysta? z poszczególnych kontrolek. Autorzy ksiš?ki poka?š Ci metody radzenia sobie z b??dami, usterkami i wyjštkami wyst?pujšcymi w trakcie tworzenia i u?ywania strony. Na koniec ka?dego rozdzia?u Jesse, Dan i Brian sprawdzš Twojš wiedz? w krótkim quizie -- ale nie martw si?, na ko?cu ksiš?ki znajdziesz odpowiedzi na poszczególne pytania.Podstawy tworzenia stron WWWZa?o?enia i wykorzystanie technologii AJAXSposób zapisywania i odczytywania danych oraz kontrolki wspierajšce ten procesZapewnianie poprawno?ci danychDefiniowanie i wykorzystanie arkuszy stylów CSSWykorzystanie stron wzorcowychObs?uga i zasady nawigacji na stronieZapewnienie bezpiecze?stwa witrynieWykrywanie i rozwišzywanie problemów w kodzie Obs?uga wyjštkówWejd? w ?wiat dynamicznych stron WWW -- wykorzystaj najnowsze technologie ASP.NET!

Programming ASP.NET

by Jesse Liberty Dan Hurwitz

O'Reilly has once again updated its bestselling tutorial on ASP.NET, the world's leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, authors Jesse Liberty and Dan Hurwitz give you the lowdown on the technology's latest version, ASP.NET 2.0, as well as Visual Studio 2005. Among the most significant improvements to ASP.NET 2.0 are new server controls and services that make you dramatically more productive. In fact, when compared to its predecessor, ASP.NET 2.0 reduces the amount of code you have to write by about 75%. Creating interactive web applications has never been easier-but that still doesn't mean it's hassle-free! The difficulty in ASP.NET 2.0 is that it's so complete and flexible that there are many pieces that must be woven together to build a robust, scalable, and efficient application. Fortunately, Programming ASP.NET, Third Edition is on the case, dispensing all the information you need to be effective with this dynamic tool. For starters, the book features a comprehensive tutorial on Web Forms, the user interface that gives web applications their look and feel. It then offers detailed explanations of all new controls, including web server controls, HTML controls, and custom controls. Used properly, these controls are able to take care of nearly all the foundation work-security, data access, layout, etc.-that you would normally have to write yourself. Free of these burdensome tasks, you can instead focus on your specific application. Other new material found in this updated edition even shows you how to create ASP.NET 2.0 pages for mobile devices. With Programming ASP.NET, Third Edition at your side, there's virtually no end to the programming possibilities.

Learning ASP.NET 2.0 with AJAX

by Jesse Liberty Dan Hurwitz Brian Macdonald

With this book, web developers can build engaging and interactive sites and applications using Microsoft's latest web development tools -- ASP.NET 2.0 and the new ASP.NET AJAX framework. You learn to create applications that have all the great tricks you see on popular commercial web sites, such as order forms and the ability to interact with a database. And you can build pages that display information interactively without a page refresh. This straightforward tutorial explains how. Learning ASP.NET 2.0 with AJAX helps you master the concepts and techniques of Microsoft's tools with plenty of annotated examples, review quizzes, web construction exercises and chapter summaries, so you can practice new skills and test your understanding as you go. With it, you'll learn to: Master the fundamental skills of ASP.NET 2.0 to build professional quality web applications Integrate new Ajax tools and CSS with ASP.NET 2.0 for flashier and more interactive sites Build applications with minimal coding using Visual Studio or its free counterpart, Visual Web Developer Connect your site with a database so that users can retrieve, interact and save data Debug your application, deal with unexpected problems, and protect your site from malicious users Use the community-maintained ASP.NET AJAX Control Toolkit to extend the controls that come with ASP.NET AJAX Use personalization tools to give your site a customized look for each user Ideal for beginning web developers, or those who are new to ASP.NET, this book gets you involved with your own learning through hands-on lessons that are clear and to the point. You get the chance to try out new techniques on the spot. Want to join the world of modern web development? This book will get you started.

Learning ASP.NET 3.5: Build Web Applications with ASP.NET 3.5, AJAX, LINQ, and More

by Jesse Liberty Dan Hurwitz Brian Macdonald

With this book, you will learn how to create engaging and interactive web applications using the latest version of the world's most popular web development platform: ASP.NET with AJAX, built on the productivity-enhancing features of Visual Studio 2008. All you need to get started is a basic knowledge of HTML and a desire to produce professional quality websites.Learning ASP.NET 3.5 introduces new skills in each new chapter and offers fully annotated and fully functional examples that you can put to work immediately. Each chapter adds detailed summaries, practice questions to ensure comprehension, and exercises so you can apply what you've learned to new situations. Written by the bestselling author team of Jesse Liberty, Dan Hurwitz, and Brian MacDonald, Learning ASP.NET 3.5 offers complete, up-to-date coverage of ASP.NET 3.5 and AJAX. The book includes:Chapters that are designed as a series of tutorials on different aspects of web development Examples in each chapter that illustrate how a new concept works. Different chapters feature either a single running example with several stages, or a series of smaller examples A single large example in the final chapter offers that uses everything the reader has learned VB, JavaScript, and SQL Cheat Sheet sidebars to help readers with no little or no background with those topics AJAX-style fully integrated into ASP.NET programming -- the way it should be taught and used If you want to get up to speed with the world's most popular web development technology, Learning ASP.NET 3.5 is the best resource for the job.

Learning ASP.NET 3.5, 2nd Edition

by Jesse Liberty Dan Hurwitz Brian Macdonald

With this book, you will learn how to create engaging and interactive web applications using the latest version of the world's most popular web development platform: ASP.NET with AJAX, built on the productivity-enhancing features of Visual Studio 2008. All you need to get started is a basic knowledge of HTML and a desire to produce professional quality websites. Learning ASP.NET 3.5 introduces new skills in each new chapter and offers fully annotated and fully functional examples that you can put to work immediately. Each chapter adds detailed summaries, practice questions to ensure comprehension, and exercises so you can apply what you've learned to new situations. Written by the bestselling author team of Jesse Liberty, Dan Hurwitz, and Brian MacDonald, Learning ASP.NET 3.5 offers complete, up-to-date coverage of ASP.NET 3.5 and AJAX. The book includes: * Chapters that are designed as a series of tutorials on different aspects of web development, * Examples in each chapter that illustrate how a new concept works. Different chapters feature either a single running example with several stages, or a series of smaller examples, * A single large example in the final chapter offers that uses everything the reader has learned, * VB, JavaScript, and SQL Cheat Sheet sidebars to help readers with no little or no background with those topics, * AJAX-style fully integrated into ASP.NET programming -- the way it should be taught and used. If you want to get up to speed with the world's most popular web development technology, Learning ASP.NET 3.5 is the best resource for the job.

Programming ASP.NET 3.5: Building Web Applications

by Jesse Liberty Dan Hurwitz Dan Maharry

With Programming ASP.NET 3.5, you'll quickly learn to create state-of-the-art applications using Microsoft's popular web development technology and Visual Studio 2008. This updated bestseller provides comprehensive and easy-to-understand information to help you use several .NET 3.5 technologies for faster development and better web application performance-including ASP.NET AJAX for interactive user interfaces, LINQ for data access, and Windows Communication Foundation (WCF) for web services.Programming ASP.NET 3.5 includes examples and sample code that let you explore development with ASP.NET in more depth. With this book, you will: Learn about AJAX and ASP.NET server controls included with Visual Studio 2008 Discover how to use the DataSource and data-bound controls in ADO.NET Use the new LINQ API and learn how to make use of it within ASP.NET pages Create a uniform look and feel throughout your application with Master Pages Use navigation controls to build site maps, menus, and breadcrumbs quickly and easily Build and use various web services with WCF Detect errors during development and handle them in your production code Learn how to configure and deploy your website Written by Microsoft technology experts Jesse Liberty, Dan Hurwitz, and Dan Maharry, Programming ASP.NET 3.5 is the best book for learning how to build dynamic, interactive web applications using Microsoft's latest technologies.

Pro Windows 8.1 Development with XAML and C#

by Jesse Liberty Philip Japikse Jon Galloway

Windows 8. 1 apps are revolutionizing development on the Windows platform. Fast, fluid, tactile and chrome-free, they provide a brand-new look and feel for Windows users. These apps rely on Microsoft's Windows 8 modern UI to provide their rich and engaging user experiences for both desktop and tablet users. The new UI in turn relies upon the Windows Runtime (WinRT) to give its apps unparalleled flexibility and power. Understanding this stack of new technologies and how they tie in to the proven C# language and the XAML standard is the subject of this book. Experienced writers Jesse Liberty, Phil Japikse, and Jon Galloway explain how you can get the most from Windows 8. 1 by focusing on the features that you need for your project and bringing your existing C# coding knowledge to bear. They begin with a nuts-and-bolts examination of how the technologies fit together and show you everything you need to get up and running with the new platform. Once you have a good understanding on the basics, you progress to more advanced topics steadily increasing your understanding as a whole. This holistic knowledge is essential to truly master Windows 8. 1 development. Each topic is covered clearly and concisely and is packed with the details you need to code effectively. The most important features are given a no-nonsense, in-depth treatment and chapters contain examples that demonstrate both the power and the subtlety of Windows 8. 1. What you'll learnWhat Metro and WinRT are capable of and why they are special Ways to use advanced features to create immersive and engaging Windows 8. 1 applications How to create applications that work seamlessly on tablets and desktops How to prepare and deploy your Windows 8. 1 applications Who this book is for This book is suitable for anyone wanting to get to grips with Windows 8. 1 development using the cross-platform standards of XAML and C#. Table of Contents1 Getting Started 2 Building Your First Windows 8 App 3 Themes, Panels, and Controls4 Binding5 Views6 Local Data7 Remote Data and Services8 Search and Share Contracts9 Notifications10 Application Life Cycle11 Making Money12 Publishing Your App"

.NET MAUI for C# Developers: Build cross-platform mobile and desktop applications

by Jesse Liberty Rodrigo Juarez Maddy Montaquila (Leger)

A practical guide to mastering C# and .NET MAUI to build native cross-platform apps with a single codebasePurchase of the print or Kindle book includes a free PDF eBookKey FeaturesExtend your skills to build cross-platform native apps for iOS, Android, Windows, and MacLearn by working on a real-world projectGo beyond MAUI and integrate with the .NET ecosystemBook DescriptionWhile UI plays a pivotal role in retaining users in a highly competitive landscape, maintaining the same UI can be tricky if you use different languages for different platforms, leading to mismatches and un-synced pages. In this book, you'll see how .NET MAUI allows you to create a real-world application that will run natively on different platforms. By building on your C# experience, you'll further learn to create beautiful and engaging UI using XAML, architect a solid app, and discover best practices for this Microsoft platform. The book starts with the fundamentals and quickly moves on to intermediate and advanced topics on laying out your pages, navigating between them, and adding controls to gather and display data. You'll explore the key architectural pattern of Model-View-ViewModel: and ways to leverage it. You'll also use xUnit and NSubstitute to create robust and reliable code.By the end of this book, you'll be well-equipped to leverage .NET MAUI and create an API for your app to interact with a web frontend to the backend data using C#.What you will learnExplore the fundamentals of creating .NET MAUI apps with Visual StudioUnderstand XAML as the key tool for building your user interfaceObtain and display data using layout and controlsDiscover the MVVM pattern to create robust appsAcquire the skills for storing and retrieving persistent dataUse unit testing to ensure your app is solid and reliableWho this book is forLearning .NET MAUI is targeted squarely at C# programmers, whether or not they have experience with cross-platform or mobile applications, who wish to learn Microsoft's premier platform for building iOS, Android, Windows and Mac apps using a single C#-based solution.

Learning C# 3.0: Master the fundamentals of C# 3.0

by Jesse Liberty Brian Macdonald

If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 starts with the fundamentals and takes you through intermediate and advanced C# features -- including generics, interfaces, delegates, lambda expressions, and LINQ. You'll also learn how to build Windows applications and handle data with C#. No previous programming experience is required -- in fact, if you've never written a line of code in your life, bestselling authors Jesse Liberty and Brian MacDonald will show you how it's done. Each chapter offers a self-contained lesson to help you master key concepts, with plenty of annotated examples, illustrations, and a concise summary. With this book, you will: Learn how to program as you learn C# Grasp the principles of object-oriented programming through C# Discover how to use the latest features in C# 3.0 and the .NET 3.5 Framework--including LINQ and the Windows Presentation Foundation (WPF) Create Windows applications and data-driven applications You'll also find a unique Test Your Knowledge section in each chapter, with practical exercises and review quizzes, so you can practice new skills and test your understanding. If you're ready to dive into C# and .NET programming, this book is a great way to quickly get up to speed.

ASP.NET 3.5. Programowanie

by Jesse Liberty Dan Maharry Dan Hurwitz

Kompletne ?ród?o informacji na temat ASP.NET! Jak maksymalnie wykorzysta? mo?liwo?ci Visual Studio?Jakie tajemnice kryje j?zyk LINQ?Jak tworzy? bezpieczne aplikacje internetowe?Aplikacje internetowe ciesz? si? wci?? rosn?c? popularno?ci?. Na rynku narz?dzi do ich tworzenia mo?na znale?? wiele rozwi?za?, a w?ród nich jedno wyj?tkowe — platform? .NET. Pozwala ona na wykorzystanie dowolnego obs?ugiwanego przez ni? j?zyka programowania do tworzenia dynamicznych, interaktywnych i atrakcyjnych rozwi?za? internetowych. Wybieraj?c platform? .NET, otrzymasz dost?p do wielu dodatkowych narz?dzi i — co najwa?niejsze — do wiedzy zgromadzonej przez ca?? u?ywaj?c? jej spo?eczno??. Niezliczona liczba stron, artyku?ów i osób ch?tnych do pomocy sprawia, ?e rozwi?zanie nawet najbardziej skomplikowanego problemu staje si? ?atwiejsze.Dzi?ki tej ksi??ce zdob?dziesz wiedz? pozwalaj?c? Ci na swobodne poruszanie si? w ?wiecie aplikacji internetowych opartych o .NET. Nauczysz si? w maksymalny sposób wykorzystywa? mo?liwo?ci ?rodowiska Visual Studio 2008, poznasz dost?pne kontrolki oraz sprawdzisz, do czego mo?e Ci si? przyda? ADO.NET. Ponadto odkryjesz tajemnice j?zyka LINQ i zasady, których przestrzeganie zapewni bezpiecze?stwo Twojej aplikacji. W kolejnych rozdzia?ach autorzy przedstawi? Ci metody tworzenia us?ug sieciowych, zwi?kszania wydajno?ci poprzez buforowanie oraz konfiguracji serwera IIS 7.0. Ksi??ka ta pozwoli Ci w ?atwy sposób wykona? pierwszy krok w ?wiat dynamicznych stron WWW, tworzonych z wykorzystaniem ASP.NET.Praca w zintegrowanym ?rodowisku programistycznym Visual Studio 2008Podstawowe kontrolki oraz kontrolki pozwalaj?ce na dost?p do danychDost?p do baz danych z wykorzystaniem ADO.NETZastosowanie j?zyka LINQGwarancja poprawno?ci danychZapewnienie bezpiecze?stwa aplikacji internetowejTworzenie stron wzorcowychPrzygotowanie us?ug sieciowychProtoko?y i standardy us?ug sieciowychPoprawa wydajno?ci poprzez zastosowanie buforowaniaKonfiguracja serwera IIS 7.0 Debugowanie kodu i ?ledzenie jego wykonaniaWdra?anie aplikacji w ?rodowisku lokalnym i globalnymPrzydatne skróty klawiaturowe Poznaj mo?liwo?ci jednej z najpopularniejszych platform do tworzenia dynamicznych stron WWW!

Programming C# 3.0, 5th Edition

by Jesse Liberty Donald Xie

Written by popular author and .NET expert Jesse Liberty, this thoroughly updated tutorial for beginning to intermediate programmers covers the latest release of Microsoft's popular C# language (C# 3.0) and the newest .NET platform for developing Windows and web applications.Our bestselling Programming C# 3.0, now in its fifth edition, is a world-class tutorial that goes well beyond the documentation otherwise available. Liberty doesn't just teach C#; he tells the complete story of the C# language and how it integrates with all of .NET programming, so that you can get started creating professional quality web and Windows applications.This book:Provides a comprehensive tutorial in C# and .NET programming that also serves as a useful reference you'll want by your side while you're workingCovers all of the new features of the language, thoroughly integrated into every chapter, rather than tacked on at the endProvides insight into best practices and insight into real world programming by a professional programmer who worked with C# as an independent contractor for nearly a decade before joining Microsoft as a Senior Program ManagerEvery chapter in this book has been totally revised, and the entire book has been reorganized to respond to the significant changes in the languageFull coverage, from the ground up of LINQ (Language Integrated Query) and other C# 3.0 language innovations to speed up development tasksExplains how to use C# in creating Web Applications as well as Windows Applications, using both the new Windows Presentation Foundation (WPF) and the older WinForms technologyThis new edition of Programming C# 3.0 is for working programmers who want to develop proficiency in Microsoft's most important language. No prior .NET experience is required for you to get started. There's no time like the present to work with C# -- and no book like this one to teach you everything you need to know.Special note to VB6 and Java programmers: if you've decided to transition to .NET, this book will take you there.

Exploring Expect

by Don Libes

Expect is quickly becoming a part of every UNIX user's toolbox. It allows you to automate Telnet, FTP, passwd, rlogin, and hundreds of other applications that normally require human interaction. Using Expect to automate these applications will allow you to speed up tasks and, in many cases, solve new problems that you never would have even considered before. For example, you can use Expect to test interactive programs with no changes to their interfaces. Or wrap interactive programs with Motif-like front-ends to control applications by buttons, scrollbars, and other graphic elements with no recompilation of the original programs. You don't even need the source code! Expect works with remote applications, too. Use it to tie together Internet applications including Telnet, Archie, FTP, Gopher, and Mosaic. Don Libes is the creator of Expect as well as the author of this book. In Exploring Expect, he provides a comprehensive tutorial on all of Expect's features, allowing you to put it immediately to work on your problems. In a down-to-earth and humorous style, he provides numerous examples of challenging real-world applications and how they can be automated using Expect to save you time and money. Expect is the first of a new breed of programs based on Tcl, the Tool Command Language that is rocking the computer science community. This book provides an introduction to Tcl and describes how Expect applies Tcl's power to the new field of interaction automation. Whether your interest is in Expect or interaction automation or you simply want to learn about Tcl and see how it has been used in real software, you will find Exploring Expect a treasure trove of easy-to-understand and valuable information.

Computing for Biologists

by Ran Libeskind-Hadas Eliot Bush

Computing is revolutionizing the practice of biology. This book, which assumes no prior computing experience, provides students with the tools to write their own Python programs and to understand fundamental concepts in computational biology and bioinformatics. Each major part of the book begins with a compelling biological question, followed by the algorithmic ideas and programming tools necessary to explore it: the origins of pathogenicity are examined using gene finding, the evolutionary history of sex determination systems is studied using sequence alignment, and the origin of modern humans is addressed using phylogenetic methods. In addition to providing general programming skills, this book explores the design of efficient algorithms, simulation, NP-hardness, and the maximum likelihood method, among other key concepts and methods. Easy-to-read and designed to equip students with the skills to write programs for solving a range of biological problems, the book is accompanied by numerous programming exercises, available at www. cs. hmc. edu/CFB.

Brandishing Cyberattack Capabilities

by Martin C. Libicki

Deterrence is possible only when others have at least a good idea of possible U.S. military reprisals, but cyberattack capabilities resist such demonstration. This report explores ways they can be and under what circumstances, then goes on to examine the difficulties and the drawbacks. Such "brandishing" is no panacea and could even backfire if misinterpreted. Its success also relies on the strength of other elements of the deterrence posture.

Conquest In Cyberspace: National Security And Information Warfare

by Martin C. Libicki

Modern societies and militaries, both pervaded by computers, are supposedly at risk. As Conquest in Cyberspace explains, however, information systems and information itself are too easily conflated, and persistent mastery over the former is difficult to achieve. The author also investigates how far 'friendly conquest' in cyberspace extends, such as the power to persuade users to adopt new points of view. He discusses the role of public policy in managing cyberspace conquests and shows how the Internet is becoming more ubiquitous and complex, such as in the use of artificial intelligence.

Crisis and Escalation in Cyberspace

by Martin C. Libicki

The chances are growing that the United States will find itself in a crisis in cyberspace-the escalation of tensions associated with a major cyberattack, suspicions that one has taken place, or fears that it might do so soon. Such crises can be managed by taking steps to reduce the incentives for other states to step in, controlling the narrative, understanding the stability parameters of the crises, and recognizing escalation risks.

Cyberdeterrence and Cyberwar

by Martin C. Libicki

Cyberspace, where information--and hence serious value--is stored and manipulated, is a tempting target. An attacker could be a person, group, or state and may disrupt or corrupt the systems from which cyberspace is built. When states are involved, it is tempting to compare fights to warfare, but there are important differences. The author addresses these differences and ways the United States protect itself in the face of attack.

The Defender's Dilemma: Charting a Course Toward Cybersecurity

by Martin C. Libicki Lillian Ablon Tim Webb

Cybersecurity is a constant, and, by all accounts growing, challenge. This report, the second in a multiphase study on the future of cybersecurity, reveals perspectives and perceptions from chief information security officers; examines the development of network defense measures and the countermeasures that attackers create to subvert those measures; and explores the role of software vulnerabilities and inherent weaknesses. "

H4cker5 Wanted: An Examination of the Cybersecurity Labor Market

by Martin C. Libicki David Senty Julia Pollak

The perceived shortage of cybersecurity professionals working on national security may endanger the nation's networks and be a disadvantage in cyberspace conflict. RAND examined the cybersecurity labor market, especially in regard to national defense. Analysis suggests market forces and government programs will draw more workers into the profession in time, and steps taken today would not bear fruit for another five to ten years.

Refine Search

Showing 27,676 through 27,700 of 53,215 results