C# 4.0 Unleashed

C# 4.0 Unleashed

Author: Bart De Smet

Publisher: Pearson Education

Published: 2011-01-04

Total Pages: 2141

ISBN-13: 0132681722

DOWNLOAD EBOOK

C# 4.0 Unleashed is a practical reference focusing on the C# language and the .NET platform as a whole. While covering the language in lots of detail, it also provides enough coverage of various popular .NET technologies and techniques (such as debugging) for the reader to be successful on the .NET platform. The in-depth coverage of the language features is crucial to the success of a developer. Knowing exactly where and why to use certain language features can boost efficiency significantly. This book differs from other works by going into enough depth on how things work, while not being a clone of the formal language specification. Concise anecdotes with concrete samples illustrate how certain language features behave, and also point out possible caveats in using them. On the side of platform coverage, the author provides a gentle introduction to the wide landscape of the .NET platform, following a logical structure that reflects the high-level architecture of an application: presentation, logic, data, connectivity, etc. In the .NET part of the book there's coverage of relevant new technologies such as cloud computing, modeling, and parallel programming - things that will gain much more attention moving forward. Provides valuable insight into the C# language and the .NET Framework - not just "what" but also the "how" and "why" of the language and framework features Covers using C# with new major technologies, such as cloud computing, SharePoint, and ASP.NET MVC Author is Microsoft insider Will be day and date with the release of C# 4.0


ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Author: Stephen Walther

Publisher: Pearson Education

Published: 2010-10-12

Total Pages: 2677

ISBN-13: 013256582X

DOWNLOAD EBOOK

The most comprehensive book on Microsoft’s new ASP.NET 4, ASP.NET 4 Unleashed covers all facets of ASP.NET development. Led by Microsoft ASP.NET program manager Stephen Walther, an expert author team thoroughly covers the entire platform. The authors first introduce the ASP.NET Framework’s basic controls and show how to create common site-wide layouts and styles. Next, they cover all aspects of accessing, presenting, organizing, and editing data. You’ll find thorough and practical sections on building custom components and controls, providing effective site navigation, securing sites and applications, and much more. This book presents hundreds of realistic code examples, reflecting the authors’ unsurpassed experience with ASP.NET both inside and outside Microsoft. Build interactive Web Forms, validate form data, and upload files Provide interactive calendars, wizards, site maps, and other valuable features Design efficient, maintainable sites with Master Pages and Themes Build data-driven applications with database controls, ADO.NET data access components, QueryExtender, LINQ to SQL, and WCF Data Services Generate charts on the fly with the new Chart Control Extend ASP.NET with custom controls and reusable components Create site registration and authentication systems that store membership data in SQL Server or Active Directory Use URL Routing to build dynamism, flexibility, readability, and SEO-friendliness into your URLs Improve performance and scalability with caching and preloading Maintain state with cookies, cookieless session state, and profiles Localize, configure, package, and deploy ASP.NET applications Use the ASP.NET MVC Framework to improve agility, testability, speed to market, and extensibility Retrofit existing ASP.NET applications with Ajax and build pure client-side Ajax web applications Construct a complete ASP.NET 4 website from start to finish


ASP.NET Unleashed

ASP.NET Unleashed

Author: Stephen Walther

Publisher: Sams Publishing

Published: 2004

Total Pages: 1492

ISBN-13: 9780672325427

DOWNLOAD EBOOK

- Comprehensive ASP.NET reference, loaded with code examples--now including both VB .NET and C#. - Updated to the latest .NET release version 1.1 (Everett) making it compatible with the upcoming .NET Server 2003. - Author Stephen Walther is a well-reviewed author and ASP.NET expert and trainer who works closely with the Microsoft ASP.NET team.


Microsoft Dynamics CRM 4.0 Unleashed

Microsoft Dynamics CRM 4.0 Unleashed

Author: Marc Wolenik

Publisher: Sams Publishing

Published: 2004-04-15

Total Pages: 867

ISBN-13: 0132715228

DOWNLOAD EBOOK

Microsoft® Dynamics CRM 4.0 Unleashed presents start-to-finish guidance for planning, customizing, deploying, integrating, and managing Dynamics CRM in your unique business and technical environment. Authored by two leading Microsoft Dynamics implementers, this book systematically explains how the system works, why it works that way, and how you can leverage it to its fullest advantage. The authors present clear examples, proven best practices, and pitfalls to avoid in using every significant Dynamics CRM capability. The far-reaching coverage ranges from Dynamics CRM’s sales, marketing, and customer service features to its automated workflows; from Outlook and Office integration to reporting and security. The authors offer independent insight into Dynamics CRM’s most powerful new features, from its improved interface to its new mail merge and data migration tools. This book is for every IT professional who intends to work with Dynamics CRM, regardless of their experience with Dynamics or other CRM solutions. The authors provide example-rich, realistic coverage of advanced Dynamics customization, extensibility, and integration: information that is available nowhere else. Detailed information on how to… Set up, configure, and maintain all facets of Dynamics CRM in any organization or industry Thoroughly understand both the on-premise and hosted versions of Dynamics CRM Make the most of Dynamics’ new features, including email, the Outlook client, Internet Facing Deployment (IFD), and relationships Manage sales leads, opportunities, accounts, contacts, marketing lists, sales collateral, campaigns, quotes, orders, and invoices Improve customer service by integrating schedules, cases, contacts, product/service information, and more Build powerful automated workflows that streamline key sales tasks and liberate salespeople for more effective selling Efficiently administer and secure any Dynamics CRM implementation Drive greater value by integrating Dynamics CRM with Microsoft Office productivity tools Customize and extend Dynamics CRM using Visual Studio, .NET, and custom plug-ins and add-ons ON THE WEB: Download all of this book’s examples and source code at informit.com/title/9780672329708


Windows Phone 7.5 Unleashed

Windows Phone 7.5 Unleashed

Author: Daniel Vaughan

Publisher: Sams Publishing

Published: 2012

Total Pages: 1120

ISBN-13: 0672333481

DOWNLOAD EBOOK

A developer's guide that covers everything needed to build Windows phone 7.5 mobile apps.


ASP.NET Dynamic Data Unleashed

ASP.NET Dynamic Data Unleashed

Author: Oleg Sych

Publisher: Sams Publishing

Published: 2012-05-22

Total Pages: 1291

ISBN-13: 0132783576

DOWNLOAD EBOOK

Using Dynamic Data, ASP.NET developers can create powerful, datadriven sites with amazing speed and efficiency, eliminating massive amounts of manual coding. ASP.NET Dynamic Data Unleashed is the first complete, practical guide to Dynamic Data for every experienced ASP.NET developer. The author thoroughly demystifies Dynamic Data, helping developers understand exactly what they can do with the framework and make it more accessible than ever before. He provides tested code to solve a wide variety of problems, explains how and why that code works, and identifies key tradeoffs and alternatives. Packed with breakthrough techniques for improving developer productivity, this book combines a hands-on tutorial, “drill-down” explanations of advanced techniques, and real-world development scenarios. Detailed information on how to... Use Dynamic Data components to overcome common real-world user interface development challenges Understand how ASP.NET Dynamic Data builds on strengths of WebForms, Entity Framework, and LINQ Develop simple custom templates to dramatically reduce code duplication Generalize templates to leverage metadata and generate user interfaces dynamically Create web pages for data entry, data filtering, and diverse views of data Use Data Annotations to implement powerful validation logic Write simple, yet effective automated tests to systematically verify the business logic Create complex interaction rules that aren’t limited by single entity objects or types Optimize I/O-bound business logic by implementing it with T-SQL constraints, stored procedures, and triggers Implement role-based security with dynamic UI trimming Generate entire data-driven web applications, complete with CRUD pages, complex business rules, integrated navigation, and security Extend Dynamic Data to support advanced scenarios Decide when Dynamic Data should be used instead of or together with ASP.NET MVC


HTML5 Unleashed

HTML5 Unleashed

Author: Simon Sarris

Publisher: Pearson Education

Published: 2014

Total Pages: 432

ISBN-13: 0672336278

DOWNLOAD EBOOK

HTML5 Unleashed is the authoritative guide that covers the key web components driving the future of the Web. Students will learn to harness the power of HTML5 to create web apps and solutions that deliver state-of-the-art media content and interactivity with new Audio, Video, and Canvas elements. Comprehensive and up-to-date, HTML5 Unleashed is organized as an accessible guide of tutorials and practical references. Because HTML5 covers a far-reaching set of standards, each chapter in HTML5 Unleashed is written to stand on its own. Whether you choose to skip around or teach it cover to cover, full-color syntax and figures in HTML5 Unleashed ensure that students do not need to be next to a computer to learn the most important concepts of the modern Web.


Microsoft Visual C# 2005 Unleashed

Microsoft Visual C# 2005 Unleashed

Author: Kevin Hoffman

Publisher: Sams Publishing

Published: 2006-05-09

Total Pages: 718

ISBN-13: 0132714221

DOWNLOAD EBOOK

Setting the standard for a premium C# reference, Microsoft Visual C# 2005 Unleashed provides practical examples for virtually every aspect of the C# programming language. The book is structured for progressive learning, so it can be read cover-to-cover or used as a comprehensive reference guide. You will be exposed to everything from low-level information on the Garbage Collector to advanced concepts, such as creating applications that use Enterprise Services, creating Web Services, and even advanced Windows GUI. Chapters include: Expressions and Control Structures UI Controls Code Access Security Remoting Peer-to-Peer Applications


Microsoft System Center 2012 Unleashed

Microsoft System Center 2012 Unleashed

Author: Chris Amaris

Publisher: Sams Publishing

Published: 2012-05-31

Total Pages: 1032

ISBN-13: 0133057305

DOWNLOAD EBOOK

This is the definitive real-world guide to Microsoft System Center 2012, Microsoft’s newest and most powerful version of System Center. Authored by consultants who’ve deployed System Center in hundreds of enterprises and innovative smaller businesses, this book brings together up-to-the-minute tips, tricks, and techniques you just won’t find anywhere else. You’ll learn how to use System Center’s powerful capabilities to build highly-efficient managed environments that encompass datacenters, cloud environments, client computers, mobile devices, and more. The authors address planning, design, implementation, integration, and administration, and cover every component, including Configuration Manager, Operations Manager, Data Protection Manager, Virtual Machine Manager, Service Manager, and Orchestrator. Use Configuration Manager 2012 to deliver software and updates in highly-distributed environments including datacenters, clouds, and mobile devices Reliably manage and report on assets with Configuration Manager 2012 Perform monitoring, alerting, operations, and security reporting with Operations Manager 2012 Use Data Protection Manager 2012to protect file systems, SQL, Microsoft Exchange, and SharePoint Leverage Data Protection Manager 2012’s improved central monitoring and remote recovery Run Hyper-V virtualized environments with VMM 2012—including new private clouds and mixed private/public fabrics Use Service Manager 2012 to provide top-down integration, and use Orchestrator 2012 for bottom-up process automation and integration “glue” Give users an efficient self-service portal for creating service and incident requests and browsing service catalogs Manage service offerings and implement enterprise-wide change control with Service Manager 2012 Ensure compliance by creating, executing, and repeating auditable, documented processes with Orchestrator 2012