- Table View
- List View
ARTA en la jungla máxima (Arta Game #Volumen 5)
by Arta GameARTA ESTÁ EN PELIGRO. ¿SOBREVIVIRÁ EN LA JUNGLA MÁXIMA? Un aparato que podría terminar con el apocalipsis ha sido encontrado. SIN EMBARGO, parece que está sin acabar. ADEMÁS, no se sabe dónde están los científicos rusos que lo crearon. Y PARA REMATAR, los extraterrestres vuelven a estar en la Tierra.Arta y sus amigos tienen que encontrar a los científicos como sea. Pero para conseguirlo deberán cruzar la jungla, escapar de un barco de contrabandistas y conseguir una avispa tan ultravenenosa que podría acabar con todo. CADA VEZ ESTÁN MÁS CERCA DE TERMINAR CON EL APOCALIPSIS. ¿CONSEGUIRÁN CUMPLIR SU MISIÓN ANTES DE QUE SE ACABE EL MUNDO?
ARTA y la invasión máxima (Arta Game #Volumen 2)
by Arta Game¡Arta vivirá su misión más épica en un libro increíble a todo color! ¿Estás preparado para sobrevivir a la invasión máxima? El avión en el que Arta viajaba ha tenido un accidente y ha aterrizado a un mundo demasiado extraño. PARA EMPEZAR, el cielo es morado.ADEMÁS, no hay rastro de gente.Y, PARA REMATAR, hay una grieta enorme en el cielo, de la que salen cosas peligrosísimas. Arta y sus amigos tendrán que enfrentarse a todo tipo de invasiones para sobrevivir. Dinosaurios hambrientos, ratas locas, abejas gigantes... Solo hay una manera de parar la invasión máxima: cerrar la grieta, aunque para hacerlo tengan que arriesgar sus vidas. CADA NUEVA INVASIÓN AMENAZA EL MUNDO ENTERO...¿CONSEGUIRÁN SOBREVIVIR Y FRENAR LA INVASIÓN ANTES DE QUE SEA DEMASIADO TARDE?
ASIC Design Implementation Process: A Complete Framework
by Khosrow GolshanThis book is an easy-to-read guide, providing a complete framework for the ASIC design process. Based on the author’s extensive experience leading ASIC design teams, this book emphasizes short, clear descriptions, supplemented by references to authoritative manuscripts. This approach presents the essence of the ASIC design implementation process for those involved in a specific part of the process, while providing knowledge of the entire process.
ASIC Design and Synthesis: RTL Design Using Verilog
by Vaibbhav TaraateThis book describes simple to complex ASIC design practical scenarios using Verilog. It builds a story from the basic fundamentals of ASIC designs to advanced RTL design concepts using Verilog. Looking at current trends of miniaturization, the contents provide practical information on the issues in ASIC design and synthesis using Synopsys DC and their solution. The book explains how to write efficient RTL using Verilog and how to improve design performance. It also covers architecture design strategies, multiple clock domain designs, low-power design techniques, DFT, pre-layout STA and the overall ASIC design flow with case studies. The contents of this book will be useful to practicing hardware engineers, students, and hobbyists looking to learn about ASIC design and synthesis.
ASP in a Nutshell: A Desktop Quick Reference
by Keyton WeissingerASP in a Nutshell provides the high-quality reference documentation that web application developers really need to create effective Active Server Pages. It focuses on how features are used in a real application and highlights little-known or undocumented features.This book also includes an overview of the interaction between the latest release of Internet Information Server (version 5) and ASP 3.0, with an introduction to the IIS object model and the objects it comprises. The examples shown in this section and throughout the book are illustrated in VBScript.The main components of this book are:Active Server Pages Introduction. Brief overview of the ASP application paradigm with examples in VBScript. Also included is an introduction to Microsoft's Internet Information Server 5.0, the IIS object model, and the objects that it comprises.Object Reference. Each object is discussed in the following manner: descriptions, properties, collections, methods, events, accessory files/required DLLs, and remarks, including real-world uses, tips and tricks, and author's experience (where applicable). The objects--Application, Response, Request, Server, Session, ObjectContext, and ASPError, as well as ASP Directives, Global.ASA, and Server-Side Includes--all follow this paradigm. Component Reference. This section follows the same paradigm found in Object Reference. The discussion covers all of the additional components included with IIS, such as ActiveX Data Objects, the Ad Rotator, the Browser capabilities component, the File System Object, and more.Appendixes. Gives examples in one or two objects and components using Perl, REXX, and Python in ASP.Like other books in the "In a Nutshell" series this book offers the facts, including critical background information, in a no-nonsense manner that users will refer to again and again. It is a detailed reference that enables even experienced web developers to advance their ASP applications to new levels.
ASP. NET Core MVC: Training and Reference
by Joel Murach Mary DelamaterIf you know the basics of C#, you're ready to learn how to create web applications using Microsoft's powerful technology, ASP.NET Core MVC (Model-View-Controller). And there's no more practical way to do it than with this book. <p><p> By the end of section 1...just 5 chapters...you'll 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. You'll also be able use the debugging tools in Visual Studio and your browser to test your apps and make sure they'll work right for all users. <p><p> In section 2, you'll 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. You'll 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. <p><p> Finally, in section 3, you can pick up additional skills as you need them to: create custom tag helpers and view components; authenticate and authorize users; use dependency injection to automate testing; and use Visual Studio Code. <p><p> All along the way, you'll get complete web apps that show you how each feature works in context (you can download these for free from the Murach website). You'll get chapter exercises that let you practice your new skills. And you'll get Murach's distinctive paired-pages format that presents each skill in a 2-page spread, full of examples, notes, and explanation...a format that developers praise because it saves them both training and reference time.
ASP.NET 2.0 Cookbook, 2nd Edition
by Geoffrey T. Leblond Michael A KittelCompletely revised for ASP.NET 2.0, this new edition of the best-selling ASP.NET Cookbook has everything you need to go from beginning to advanced Windows-based web site development using Microsoft's popular Visual Studio 2005 and ASP.NET 2.0 developer tools. Written for the impatient professional, ASP.NET 2.0 Cookbook contains more than 125 recipes for solving common and not-so-common problems you are likely to encounter when building ASP.NET-based web applications. The recipes in this book, which run the gamut from simple coding techniques to more comprehensive development strategies, are presented in the popular Problem-Solution-Discussion format of the O'Reilly Cookbook series. As with the first edition, every solution is coded in both C# and Visual Basic 2005. Among the additions and revisions to this new edition are: * Three new chapters, including 25 new recipes for Master and Content pages, Personalization using Profiles and Themes, Custom Web Parts, and more * New code for every solution, rewritten to take advantage of features and techniques new to ASP.NET 2.0 and available for download The ASP.NET 2.0 Cookbook continues to provide the most comprehensive coverage you'll find anywhere of: * Tabular controls, including the new GridView control * Data validation, including the new ASP.NET 2.0 validation controls, as well as techniques for performing your own validation programmatically * User and custom controls * Error handling, performance tuning, and caching Whether you're new to ASP.NET or an experienced Microsoft developer, with ASP.NET 2.0 Cookbook, deliverance from a long day (or night) at your computer could be just one recipe away.
ASP.NET 2.0 Cookbook: 125 Solutions in C# and Visual Basic for Web Developers (Cookbooks (O'Reilly))
by Geoffrey T. Leblond Michael A KittelCompletely revised for ASP.NET 2.0, this new edition of the best-selling ASP.NET Cookbook has everything you need to go from beginning to advanced Windows-based web site development using Microsoft's popular Visual Studio 2005 and ASP.NET 2.0 developer tools. Written for the impatient professional, ASP.NET 2.0 Cookbook contains more than 125 recipes for solving common and not-so-common problems you are likely to encounter when building ASP.NET-based web applications. The recipes in this book, which run the gamut from simple coding techniques to more comprehensive development strategies, are presented in the popular Problem-Solution-Discussion format of the O'Reilly Cookbook series. As with the first edition, every solution is coded in both C# and Visual Basic 2005. Among the additions and revisions to this new edition are: Three new chapters, including 25 new recipes for Master and Content pages, Personalization using Profiles and Themes, Custom Web Parts, and more New code for every solution, rewritten to take advantage of features and techniques new to ASP.NET 2.0 and available for download The ASP.NET 2.0 Cookbook continues to provide the most comprehensive coverage you'll find anywhere of: Tabular controls, including the new GridView control Data validation, including the new ASP.NET 2.0 validation controls, as well as techniques for performing your own validation programmatically User and custom controls Error handling, performance tuning, and caching Whether you're new to ASP.NET or an experienced Microsoft developer, with ASP.NET 2.0 Cookbook, deliverance from a long day (or night) at your computer could be just one recipe away.
ASP.NET 2.0 Web Parts in Action: Building Dynamic Web Portals
by Darren NeimkeA must-buy for every ASP.NET developer using Web Parts.Scott GuthrieGeneral ManagerMicrosoft Developer Division"Squeezes the full potential out of ASP.NET Web Parts."Andres SanabriaLead Program ManagerASP.NET and Server Application FrameworksUsing Web Parts, ASP.NET developers can create portals with the same advanced features found in sites such as Live.com and Google ig.ASP.NET 2.0 Web Parts in Action demystifies portal design, development, maintenance, and deployment. In over 400 code-packed pages, ASP.NET expert Darren Neimke shares his deep understanding of the controls and services that make up the portal framework.This book will help you to code like a guru but think like a user. For example, you'll discover how to use Web Parts to reduce four-step actions to a single click with a strategically-placed edit button. Learn to balance features and usability to make your portals both look good and work well.ASP.NET 2.0 Web Parts in Action gives you the tools you need to move your ideas off the whiteboard and bring them to life. Find out how to provide the personalization options your users want while preserving the look and feel of your portals with solid designs and custom chrome. Create usable information dashboards and tackle tough interoperability questions with confidence.All the information in this book is performance-tested. Author Darren Neimke walks you through Web Parts concepts including static and dynamic connections, WebPartManager, SQLPersonalizationProvider, and the hot new ASP.NET Atlas framework.Whether you're creating custom solutions or adding Web Parts to SharePoint 2007, exploring Atlas or dabbling in gadgets, ASP.NET 2.0 Web Parts in Action will get you started and guide you as you build successful portals using ASP.NET Web Parts. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
ASP.NET 2.0 i Ajax. Wprowadzenie
by Jesse Liberty Dan HurwitzJak 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!
ASP.NET 2.0: A Developer's Notebook
by Wei-Meng LeeWhen ASP.NET hit the street a couple of years ago, it was a real eye-opener. Microsoft's tool for creating dynamic, server side web applications introduced Web Forms, a feature with the same rapid drag and drop convenience enjoyed by Visual Basic developers, along with a method for creating XML-based web services. ASP.NET was more than an upgrade of Active Server Pages it was a quantum leap ahead. Now Microsoft has a new version of ASP.NET as part of its upcoming next generation release of the Visual Studio .NET development platform. ASP.NET 2.0 is already available in beta release, and web developers are anxious to get a good look at it. That's exactly what our new Developer's Notebook allows you to do. More than just an introduction to ASP.NET 2.0, this practical guide acquaints you with all of the new features through nearly 50 hands-on projects. Each one places emphasis on changes in the new release that can increase productivity, simplify programming tasks, and help you add functionality to your applications. For example, ASP.NET 2.0 includes master pages, themes, and skins so you can build applications with a consistent page layout and design. Other changes allow for the automatic creation of web pages for use on mobile devices, while wizards and controls allow you to perform frequent tasks (like data access) without having to write a single line of code. ASP.NET 2.0: A Developer's Notebook also includes suggestions for further experimentation, links to on-line documentation, and practical notes and warnings from the author regarding changes to the new version. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. If you want to get up to speed on ASP.NET 2.0 before its official release, this all lab, no lecture book will get you there.
ASP.NET 2.0: A Developer's Notebook
by Wei-Meng LeeWhen ASP.NET hit the street a couple of years ago, it was a real eye-opener. Microsoft's tool for creating dynamic, server side web applications introduced Web Forms, a feature with the same rapid drag and drop convenience enjoyed by Visual Basic developers, along with a method for creating XML-based web services. ASP.NET was more than an upgrade of Active Server Pages it was a quantum leap ahead. Now Microsoft has a new version of ASP.NET as part of its upcoming next generation release of the Visual Studio .NET development platform. ASP.NET 2.0 is already available in beta release, and web developers are anxious to get a good look at it. That's exactly what our new Developer's Notebook allows you to do. More than just an introduction to ASP.NET 2.0, this practical guide acquaints you with all of the new features through nearly 50 hands-on projects. Each one places emphasis on changes in the new release that can increase productivity, simplify programming tasks, and help you add functionality to your applications. For example, ASP.NET 2.0 includes master pages, themes, and skins so you can build applications with a consistent page layout and design. Other changes allow for the automatic creation of web pages for use on mobile devices, while wizards and controls allow you to perform frequent tasks (like data access) without having to write a single line of code. ASP.NET 2.0: A Developer's Notebook also includes suggestions for further experimentation, links to on-line documentation, and practical notes and warnings from the author regarding changes to the new version. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. If you want to get up to speed on ASP.NET 2.0 before its official release, this all lab, no lecture book will get you there.
ASP.NET 3.5 Application Architecture and Design
by Vivek ThakurThis is a practical hands-on book with clear instructions and lot of code examples. It takes a simple approach, guiding you through different architectural topics using realistic sample projects. A single project is implemented using different architectural styles to make the reader understand the details of each style. There are also many small independent code samples to explain design patterns, WCF, and localization. This book is for people familiar with the ASP.NET framework using either C# or VB.NET. You donâ TMt need to be an ASP.NET guru â " the book is ideal for novice and intermediate developers. If reading about application architecture usually confuses you or sends you to sleep, then this book will be perfect for you! In short, any ASP.NET programmer who is confused or disoriented reading different books or materials on architectures wondering how and what to implement in their application, will definitely benefit from this book!
ASP.NET 3.5 CMS Development
by Curt Christianson Jeff CochranThis step-by-step tutorial shows the reader how to build an ASP.NET Content Management System from scratch. You will first learn the basics of a content management system and how to set up the tools you need to build your site. Then, you start building your site, setting up users, and adding content to your site. You will be able to edit the content of your site and also manage its layout all by yourself. Towards the end, you will learn to manage your site from a single point and will have all the information you need to extend your site to make it more powerful. Filled with plenty of code snippets and screen images to keep you on track as well as numerous additional samples to show you all the exciting alternatives to explore, this book prepares you for all the challenges you can face in development. This book is for beginner to intermediate ASP.NET users who have managed to learn Visual Web Developer and want to take on their first real-world application. It will help those who have used SQL Server Express, completed a few sample projects, and now wish to explore a Content Management System.
ASP.NET 3.5 For Dummies
by Ken CoxDid you volunteer to create a Web site for the softball team? Is it time to take your small business to the next level and let your customers shop online? Well, you can relax! ASP.NET 3.5 makes creating a dynamic site faster and cleaner than ever before, and ASP.NET 3.5 For Dummies makes it easier.First, you'll get an introduction to all the tools and terminology you need to understand ASP.NET. If you've used earlier versions of ASP.NET and Visual Web Developer, you can probably skip that part and jump right into what's new in 3.5. You'll make friends with LINQ and SQL, create sites in Visual Web Developer 2008 Express, and much more. Before you know it, you'll discover how to:Integrate data, track shopping cart contents, and whisk away bugsCreate user interfaces with easy navigationUse the ListView control for sophisticated formattingWrite LINQ queriesAdd a table to a databaseCreate an event handlerTake advantage of the drag 'n' drop feature that lets you write less codePut all the features to work to develop dynamic Web applicationsThe softball team is going to love that Web site, and your customers might enjoy shopping on your site so much that you'll have to expand your business to fill all the orders! We can't promise that, of course, but we're pretty sure that ASP.NET 3.5 For Dummies will make creating Web sites easier and a lot more fun.
ASP.NET 3.5 Social Networking
by Andrew SiemerEach chapter starts by showing the user experience we are going to create in the chapter. It then has a section discussing the major design decisions we face in building these features, and finally presents the 'solution' including the overall architecture and highlighting the most important code elements. The book presents a lot of real-world code, with comprehensive explanation and discussion. The full social network application is available for download from the Packt website, for you to examine, study, and modify. This book is written for ASP.NET and C# developers who want to build an enterprise-grade Social Network, either for their own business purposes or as a contract job for another company. The book assumes you have prior experience of developing web applications using ASP.NET 3.5, C# 3.0, SQL Server 2005/2008, and Visual Studio .NET 2008; it focuses on topics that will be of interest to existing developers not on providing step-by-step examples for each detail.
ASP.NET 3.5 Tworzenie portali internetowych w nurcie Web 2.0 (in Polish)
by Omar Al ZabirKsika zawiera opis najnowszych metod i technologii projektowania oraz budowy portali z wykorzystaniem platformy ASP.NET i rodowiska ASP.NET AJAX. W podrczniku przedstawiono ...
ASP.NET 3.5. Programowanie
by Jesse Liberty Dan Hurwitz Dan MaharryKompletne ?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!
ASP.NET 4 Social Networking
by Atul Gupta Sudhanshu HateEach chapter starts by showing the user experience we are going to create in the chapter. It then has a section discussing the major design decisions we face in building these features, and finally presents the 'solution' including the overall architecture and highlighting the most important code elements.The book presents a lot of real-world code, with comprehensive explanation and discussion. The full social network application is available for download from the Packt website, for you to examine, study, and modify.This book is written for ASP.NET and C# developers who want to build an enterprise-grade Social Network, either for their own business purposes or as a contract job for another company.The book assumes you have prior experience of developing web applications using ASP.NET 4.0, C# , SQL Server 2008, and Visual Studio .NET 2010. If you working with earlier versions of any of these, you can still go ahead and use this book as a guide to get you going. The book focuses on topics that will be of interest to existing developers and not on providing step-by-step examples for each detail.
ASP.NET 4.0 in Practice
by Stefano Mostarda Marco De Sanctis Daniele BochicchioSummaryASP.NET 4.0 in Practice contains over 100 real world techniques distilled from the experience of a team of MVPs. Using a practical problem-solution-discussion format, the book will guide you through the most common scenarios you will face in a typical ASP.NET application, and provide solutions and suggestions to take your applications to another level.About the TechnologyASP.NET is an established technology to build web applications using Microsoft products. It drives a number of enterprise-level web sites around the world, but it can be scaled for projects of any size. The new version 4.0 is an evolutionary step: you will find a lot of new features that you will be able to leverage to build better web applications with minimal effort.About the BookASP.NET is a massive framework that requires a large amount of know-how from developers. Fortunately, this book distills over 100 practical ASP.NET techniques from the experience of a team of MVPs, and puts them right at your fingertips.The techniques are tested and selected for their usefulness, and they are all presented in a simple problem-solution-discussion format. You'll discover methods for key new subjects like data integration with Entity Framework and ASP.NET MVC. Along the way, you'll also find ways to make your applications fast and secure.This book is written for developers familiar with the basics of ASP.NET, looking to become more productive with it. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideThe Identity Map pattern in EF 4Use Master Pages to define a common UIAdaptive RenderingSave user login data securely......and much more===============================================Table of ContentsPART 1 ASP.NET FUNDAMENTALSGetting acquainted with ASP.NET 4.0Data access reloaded: Entity FrameworkIntegrating Entity Framework and ASP.NETPART 2 ASP.NET WEB FORMSBuilding the user interface with ASP.NET Web FormsData binding in ASP.NET Web FormsCustom controlsTaking control of markupPART 3 ASP.NET MVCIntroducing ASP.NET MVCCustomizing and extending ASP.NET MVCPART 4 SECURITYASP.NET securityASP.NET authentication and authorizationPART 5 ADVANCED TOPICSAjax and RIAs with ASP.NET 4.0StateCaching in ASP.NETExtreme ASP.NET 4.0Performance and optimizations
ASP.NET AJAX in Action
by David Barkol Alessandro Gallo Rama Krishna VavilalaAjax has revolutionized the way users interact with web pages today.Gone are frustrating page refreshes, lost scroll positions andintermittent interaction with a web site. Instead, we have a newgeneration of fast, rich, and more intuitive web applications. TheASP.NET AJAX framework puts the power of Ajax into the hands of webdevelopers. ASP.NET AJAX, formerly called Atlas, is a new free frameworkfrom Microsoft designed to easily add Ajax features to ASP.NETapplications. With this technology, ASP.NET developers can easily buildmore interactive and highly-personalized web applications that workacross all most popular browsers.ASP.NET AJAX in Action is a fast-paced, example-rich tutorial designedfor ASP.NET web developers and written by ASP.NET AJAX expertsAlessandro "Garbin" Gallo, David Barkol, and Rama Krishna Vavilala. Thisbook introduces you to Ajax applications and to the ASP.NET AJAXtechnology. Beginners will appreciate the clear explanations of keyideas and terminology. Intermediate and advanced ASP.NET developers willfind a no-nonsense learning source and well-organized reference.ASP.NET AJAX in Action offers a rich set of examples and meticulousexplanations. The extensive code samples are accompanied by accurate andrigorous explanations of the concepts behind development with ASP.NETAJAX. In this book, you will discover how to useMicrosoft Ajax LibraryPartial rendering with UpdatePanelsAdvanced client and server techniquesAjax Control ToolkitIf you are a web developer looking to bring your web pages to life andto enhance the user experience, this book is for you.ASP.NET AJAX in Action will give you with the knowledge and tools youneed to more easily craft the next generation of Ajax applications. Withthe help of the Microsoft ASP.NET AJAX framework, Ajax development hasnever been easier and more instinctive for both client-script developersand ASP.NET developers alike. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
ASP.NET AJAX. Programowanie w nurcie Web 2.0
by Christian WenzWykorzystaj najlepsze rozwišzania technologii AJAX i stwórz interaktywnš stron? internetowš Jak wykorzystywa? dane serwerowe?Jak tworzy? i udost?pnia? w?asne kontrolki?Jak aktualizowa? cz??? strony w regularnych odst?pach czasu?Zastanawia?e? si?, dlaczego interaktywne witryny cieszš si? dzi? takš popularno?ciš? Dzieje si? tak g?ównie dlatego, ?e wymagajš one od u?ytkowników wspó?uczestnictwa w tworzeniu i rozwoju serwisu, a tym samym powodujš, ?e abonenci majš du?y wp?yw na jego ostateczny kszta?t. Dzi?ki temu ka?dy odbiorca korzysta z atrakcyjnej witryny idealnie dopasowanej do swoich potrzeb. To w?a?nie ASP.NET AJAX umo?liwia projektowanie profesjonalnych, interaktywnych stron WWW w duchu Web 2.0. Znawcy tematu zapewniajš, ?e AJAX jest rozwišzaniem przysz?o?ciowym w dziedzinie projektowania serwisów internetowych. O tym, jak za pomocš tej technologii wdro?y? w swoim serwisie rozwišzania zgodne z filozofiš Web 2.0, dowiesz si? w?a?nie z tego podr?cznika. W ksiš?ce "ASP.NET AJAX. Programowanie w nurcie Web 2.0" zamieszczono, oprócz teoretycznych wiadomo?ci, mnóstwo przyk?adów demonstrujšcych dzia?anie najwa?niejszych mechanizmów ?rodowiska ASP.NET AJAX. Przedstawione rozwišzania majš bardzo ogólny charakter, a zatem mo?esz szybko dostosowa? je do potrzeb w?asnej aplikacji. Korzystajšc z tego podr?cznika, nauczysz si? m.in. projektowa? w?asne kontrolki i udost?pnia? je w serwisie Toolkit, poznasz zasady korzystania ze standardowych bibliotek AJAX-a w innych ?rodowiskach (np. PHP). B?dziesz umia? zbudowa? profesjonalnš, dynamicznš stron? internetowš, bazujšcš na platformie ASP.NET AJAX.Struktura i architektura ?rodowiska ASP.NET AJAXJavaScriptRozszerzenia ASP.NET AJAXUs?ugi siecioweOd?wie?anie cz??ci strony -- obiekt UpdatePanelLokalizacja i globalizacja aplikacjiASP.NET Control ToolkitAnimacja na stronie WWWWišzanie i walidacja danychZachowania i komponentyDokumentacja klasy XMLHttpRequest i modelu DOMP?y? z nurtem nowoczesno?ci -- twórz elektryzujšce, interaktywne strony WWW!
ASP.NET Cookbook
by Michael A. Kittel Geoffrey T. LeblondDevelopers who want to create dynamic, data-driven web sites running on Microsoft web servers have long relied on Active Server Pages (ASP). ASP.NET is Microsoft's latest evolution of ASP. While ASP.NET has a lot in common with its predecessor, this new technology takes advantage of object-oriented programming to dramatically improve developer productivity and convenience. Using the .NET Framework and Microsoft's new object-oriented languages, ASP.NET brings the same rapid drag-and-drop productivity to web applications that the Visual Basic programming language brought to Windows applications. ASP.NET also introduces web services, which allow developers to expose the functionality of an application via HTTP and XML, so that clients on any platform can access it via the Internet. ASP.NET is not a simple upgrade of ASP. It s a quantum leap ahead. There are many benefits to using ASP.NET, and one major drawback: the time developers must devote to mastering this new Web application technology. The ASP.NET Cookbook provides a wealth of plug-and-play solutions to problems commonly encountered when developing ASP.NET web applications and services in the popular problem-solution-discussion Cookbook format. The coding solutions in ASP.NET Cookbook appeal to a wide range of developers, from the inexperienced to the expert. For every problem addressed in the book, there's a worked-out solution or recipe a short, focused piece of code that web developers can insert directly into their applications. Developers can save hours by using just a single one of over 100 recipes included in this invaluable cookbook. But the ASP.NET Cookbook provides far more than just a wide range of cut-and-paste code solutions. Each recipe is followed by a discussion including tips, tricks, and possible pitfalls--so developers can learn to adapt the problem-solving techniques to a myriad of similar situations. Each recipe provides an immediate solution to a pressing problem, while simultaneously allowing developers who prefer to a hands-on learning style with the experience they need to master ASP.NET. This ultimate ASP.NET code sourcebook will quickly earn the dog-eared corners and coffee rings that mark a web developer's most valued resource.
ASP.NET Cookbook, 2nd Edition
by Michael A. Kittel Geoffrey T. LeblondCompletely revised for ASP.NET 2.0, this new edition of the best-selling ASP.NET Cookbook has everything you need to go from beginning to advanced Windows-based web site development using Microsoft's popular Visual Studio 2005 and ASP.NET 2.0 developer tools. Written for the impatient professional, ASP.NET 2.0 Cookbook contains more than 125 recipes for solving common and not-so-common problems you are likely to encounter when building ASP.NET-based web applications. The recipes in this book, which run the gamut from simple coding techniques to more comprehensive development strategies, are presented in the popular Problem-Solution-Discussion format of the O'Reilly Cookbook series. As with the first edition, every solution is coded in both C# and Visual Basic 2005. Among the additions and revisions to this new edition are: Three new chapters, including 25 new recipes for Master and Content pages, Personalization using Profiles and Themes, Custom Web Parts, and more New code for every solution, rewritten to take advantage of features and techniques new to ASP.NET 2.0 and available for download The ASP.NET 2.0 Cookbook continues to provide the most comprehensive coverage you'll find anywhere of: Tabular controls, including the new GridView control Data validation, including the new ASP.NET 2.0 validation controls, as well as techniques for performing your own validation programmatically User and custom controls Error handling, performance tuning, and caching Whether you're new to ASP.NET or an experienced Microsoft developer, with ASP.NET 2.0 Cookbook , deliverance from a long day (or night) at your computer could be just one recipe away.