Dotnetcat » .NET Books » Remoting books
Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides)
|
Author: | Stefan Schackow |
| List price: | $39.99 | |
| Amazon price: | $8.10 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox (31 January 2006) |
Experienced developers who are looking to create reliably secure sites with ASP.NET 2.0 will find that Professional ASP.NET 2.0 Security, Membership, and Role Management covers a broad range of security features including developing in partial trust, forms authentication, and securing configuration. The book offers detailed information on every major area of ASP.NET security you’ll encounter when developing Web applications.
You’ll see how ASP.NET 2.0 version contains many new built-in security functions compared to ASP.NET 1.x such as Membership and Role Manager, and you’ll learn how you can extend or modify various features. The book begins with two chapters that walk you through the processing ASP.NET 2.0 performs during a web request and the security processing for each request, followed by a detailed explanation of ASP.NET Trust Levels.
With this understanding of security in place, you can then begin working through the following chapters on configuring system security, forms authentication, and integrating ASP.NET security with classic ASP including integrating Membership and Role Manager with classic ASP. The chapter on session state looks at the limitations of cookieless session identifiers, methods for heading off session denial of service attacks, and how session state is affected by trust level. After the chapter explaining the provider model architecture in ASP.NET 2.0 and how it is useful for writing custom security providers you go to the MembershipProvider class and configuring the two default providers in the Membership feature, SqlMembershipProvider and ActiveDirectoryMembershipProvider. You'll see how to use RoleManager to make it easy to associate users with roles and perform checks declaratively and in code and wrap up working with three providers for RoleProvider – WindowsTokenRoleProvider, SqlRoleProvider, and AuthorizationStoreRoleProvider (to work with Authorization Manager or AzMan).
This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes:
- Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1)
- ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 )
- Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985)
- Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507)
- ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663)
- CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books
- DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
Microsoft® .NET Development for Microsoft Office (Pro-Developer)
|
Author: | Andrew Whitechapel |
| List price: | $49.99 | |
| Amazon price: | $59.36 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press ( 8 December 2004) |
Create Microsoft Office-based applications that work seamlessly in the Microsoft .NET environmentwith this essential reference from Microsoft developer Andrew Whitechapel. The author provides expert advice on the various approaches you can use to build managed solutions with Office, and gives practical guidance on the most viable techniques for technical and business scenarios. You’ll begin building custom .NET-based applications with detailed, practical exercises that take you through solutions from beginning to end. Andrew shares tactics, strategies, and best practicesplus full sample codeto help you maximize your development efforts. Packed with the same information used by Microsoft’s Product Support Services team, this book is the one reference that every Office and .NET developer should have.
Discover how to:
- Develop powerful .NET solutions for Office with managed interop assemblies
- Integrate managed code with Microsoft Visual Basic for Applications (VBA)
- Create custom commands and functionality with managed COM and Automation add-ins
- Build custom Office features with external data using Web services, .NET remoting, and research services
- Use Microsoft Visual Studio Tools for Office to create document-centric solutions for Microsoft Excel and Word
- Use digital signatures, strong-naming and .NET Code Access Security
- Control Office applications using Platform Invoke, Reflection, drag-and-drop, and the IAccessible interface
- Develop managed Smart Tags and managed Smart Document solutions
Covers Microsoft Office 97, Office 2000, Office XP, and Microsoft Office System 2003 Editions
Developing Application Frameworks in .NET
|
Author: | Xin Chen |
| List price: | $49.99 | |
| Amazon price: | $8.42 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (29 April 2004) |
Application frameworks are absolutely vital in the development of every large application by providing common services that are used repeatedly throughout the application. These services can also be shared by multiple domain-specific applications, and hence reduce the time and cost of development.
Application framework also controls the flow of the application, such as how objects are instantiated inside the application, and how developers can customize and extend the framework to fit a specific need for their application.
Building Secure Microsoft ASP.NET Applications (Pro-Developer)
|
Author: | Microsoft Corporation |
| List price: | $49.99 | |
| Amazon price: | $5.84 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press ( 1 February 2003) |
Building secure distributed Web applications can be challenging. It usually involves integrating several different technologies and products—yet your complete application will only be as secure as its weakest link. This guide presents a practical, scenario-driven approach to designing and building security-enhanced ASP.NET applications for Microsoft® Windows® 2000 and version 1.1 of the Microsoft .NET Framework. It focuses on the key elements of authentication, authorization, and secure communication within and across the tiers of distributed .NET Web applications.
This guide focuses on:
- Authentication—to identify the clients of your application
- Authorization—to provide access controls for those clients
- Secure communication—to help ensure that messages remain private and are not altered by unauthorized parties
Who should read this guide:
Middleware developers and architects who build or plan to build .NET Web applications using ASP.NET, XML Web Services, Enterprise Services (COM+), .NET Remoting, or Microsoft ADO.NET
About “Patterns and Practices”:
Patterns & Practices contain specific recommendations illustrating how to design, build, deploy, and operate architecturally sound solutions to challenging business and technical scenarios. The technical guidance is reviewed and approved by Microsoft engineering teams, consultants, and Product Support Services, and by partners and customers.
Note: Includes complete sample on the Web.
UML Applied: A .NET Perspective
|
Author: | Martin L. Shoemaker |
| List price: | $49.99 | |
| Amazon price: | $22.45 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | A-Press ( 5 April 2004) |
UML Applied: A .NET Perspective is the first book to examine the two worlds of Unified Modeling Language (UML) and .NET concurrently.
The core of UML Applied: A .NET Perspective is a set of proven, hands-on, team-oriented exercises that will have the reader solving real-world problems with UML faster than when using any other approach—often in under a day. Martin L. Shoemaker also demonstrates how to use Rational XDE for effective model-driven development.
Visual Basic .NET Design Patterns
|
Author: | Mark Grand |
| List price: | $45.00 | |
| Amazon price: | $8.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wiley ( 6 June 2003) |
- Design Patterns are a type of pattern used in the initial design phase of an object-oriented development project
- Documents 46 Visual Basic .NET design patterns, including 20 that have never before been published
- Features case studies that demonstrate how to use design patterns effectively in the real world-and even explains where not to use design patterns
- Companion Web site includes all code and UML models from the book as well as links to appropriate software downloads
Pro .NET 2.0 XML (Expert's Voice in .NET)
|
Author: | Bipin Joshi |
| List price: | $49.99 | |
| Amazon price: | $7.23 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (16 April 2007) |
XML is the de facto language for communication both within and between distributed applications whether they are on the Internet or a corporate network. It owes its success to its two key strengths: a highly-structured human readable format and the fact that it can be transmitted as pure text. No matter how disparate applications and their architectures may be almost everything can read text files and hence can accept XML data. This gives it a great advantage over rival technologies such as Remoting which were previously popular but which are now being replaced by XML-based solutions.
This book will be the first to provide a complete solution to XML on the .NET 2.0 Framework including the new .NET 3.0 extensions that are being released in January 2007. It will provide readers with everything they need to know to take advantage of XML in every aspect of their working lives up to and including integration using Windows Communication Foundation.
Pro ASP.NET for SQL Server: High Performance Data Access for Web Developers (Proffesional Reference Series)
|
Author: | Brennan Stehling |
| List price: | $59.99 | |
| Amazon price: | $2.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (26 September 2007) |
Every ASP.NET developer faces the thorny issue of optimizing database access. Pro SQL Server 2005 High Performance: High-speed ASP.NET 2.0 Data Access is the most comprehensive and detailed guide to using ASP.NET 2.0 and SQL Server 2005 optimally together. It focuses on building enterprise-level Web applications and provides a wealth of code samples that show exactly how to do it.
Written for experienced ASP.NET 2.0 programmers and SQL Server 2005 database administrators and developers, this is the only book that completely describes the crucial performance aspects of Web-based database applications and demonstrates how to design, configure, and code databases and Web applications for optimal performance.
MCAD/MCSD Self-Paced Training Kit: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and Microsoft Visual C# .NET: ... Basic(r) .Net and Microsoft Visual C#(tm) .N
|
Author: | Microsoft Corporation |
| List price: | $69.99 | |
| Amazon price: | $5.00 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (22 January 2003) |
Build real-world programming skillsand prepare for MCP Exams 70-310 and 70-320with this official Microsoft® study guide. Work at your own pace through the lessons and hands-on exercises to learn how to build XML Web services and server components using Visual Basic®.NET and Visual C#™ .NET. Then extend your expertise through additional skill-building exercises. As you gain practical experience with essential development tasks, you’re also preparing for MCAD or MCSD certification for Microsoft .NET.
COVERAGE INCLUDES:
- Creating and managing Microsoft Windows® services, serviced components, .NET remoting objects, and XML Web services
- Consuming and manipulating data
- Testing and debugging
- Deploying Windows services, serviced components, .NET remoting objects, and XML Web services
YOUR KIT INCLUDES:
- 60-day evaluation version of Microsoft Visual Studio® .NET Professional Edition development software on DVD
- Testing tool that generates timed, 50-question practice exams featuring scenarios and case studies for both Visual Basic .NET and C# programmers, plus automated scoring
- Comprehensive self-paced study guide that maps to MCP exam goals and objectives
- Learn-by-doing exercises for skills you can apply to the job
- Fully searchable eBook
A Note Regarding the CD or DVD
The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.
Professional ASP.NET 2.0 XML (Programmer to Programmer)
|
Author: | Thiru Thangarathinam |
| List price: | $39.99 | |
| Amazon price: | $0.10 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox (18 January 2006) |
- The foundation for most Web services, XML can also be used with ASP.NET to display data from an infinite variety of sources in a Web site
- After covering the basics, the book explores the many ways that XML documents can be created, transformed, and transmitted to other systems using ASP.NET 2.0
- Two major case studies address issues such as reading and writing XML data, XML data validation, transforming XML Data with XSLT, SQL Server XML integration, XML support in ADO.NET, and XML Web Services


Syndicate








