
Edward Elgar Publishing UN iLibrary HeinOnline Directory of Open Access Books SAGE Journals ASTM Compass
From this page you can:
Home |
Descriptors



Advanced .NET debugging / Mario Hewardt
Title : Advanced .NET debugging Material Type: printed text Authors: Mario Hewardt, Author Publisher: London : Addison-Wesley Publication Date: 2010 Pagination: xxxiii, 503 p. Layout: ill. Size: 24 cm ISBN (or other code): 978-0-321-57889-1 General note: Includes bibliographical references (p. 259-262)
Includes index (p. 263-268)Languages : English (eng) Original Language : English (eng) Descriptors: Debugging in computer science
Microsoft .NETClass number: 004.24 Abstract: Advanced .NET Debugging is the first focused, pragmatic guide to tracking down today's most complex and challenging .NET application bugs. It is the only book to focus entirely on using powerful native debugging tools, including WinDBG, NTSD, and CDB, to debug .NET applications. Using these tools, author Mario Hewardt explains how to identify the real root causes of problems far more quickly than you ever could with other debuggers. Hewardt first introduces the key concepts needed to successfully use .NET's native debuggers. Next, he turns to sophisticated debugging techniques, using real-world examples that demonstrate many common C# programming errors. This book enables you to
-Make practical use of postmortem debugging, including PowerDBG and other "power tools"
-Understand the debugging details and implications of the new .NET CLR 4.0
-Master and successfully use Debugging Tools for Windows, as well as SOS, SOSEX, CLR Profiler, and other powerful tools
-Gain a deeper, more practical understanding of CLR internals, such as examining thread-specific data, managed heap and garbage collector, interoperability layer, and .NET exceptions
-Solve difficult synchronization problems, managed heap problems, interoperability problems, and much more
-Generate and successfully analyze crash dumpsContents note: Introduction to the Tools; CLR Fundamentals; Basic Debugging Tasks; Assembly Loader; Managed Heap and Garbage Collection; Synchronization; Interoperability; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17255 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001966 004.24 Hew-Adv 2010 General Collection Library "Max van der Stoel" English Available Essential Windows communication foundation / Steve Resnick
Title : Essential Windows communication foundation : for .NET Framework 3.5 Material Type: printed text Authors: Steve Resnick, Author ; Richard Crane, Author ; Chris Bowen, Author Edition statement: 3d edition Publisher: Boston, Mass : Addison-Wesley Publication Date: 2009 Series: Microsoft .NET development series Pagination: xxxvi-566 p. Size: 24 cm ISBN (or other code): 978-0-321-44006-8 General note: Includes appendix (p.537-552)
Includes index (p.553-566)Languages : English (eng) Original Language : English (eng) Descriptors: Microsoft .NET
Microsoft Windows (Computer file)
Web servicesClass number: 005.27 Abstract: Windows Communication Foundation (WCF) is the easiest way to produce and consume Web services on the Microsoft platform. With .NET 3.5, WCF has been extensively revamped-and Visual Studio 2008 gives developers powerful new tools for utilizing it. Essential Windows Communication Foundation shows developers exactly how to make the most of WCF with .NET 3.5 and Visual Studio 2008. Drawing on extensive experience working with early adopters, three Microsoft insiders systematically address the topics developers ask about WCF. The authors approach each subject with practical advice and present best practices, tips, and tricks for solving problems. Throughout, you'll find detailed explanations, solutions for the pain points of WCF development, and an extensive collection of reusable code examples. Coverage includes:
* Using WCF contracts to define complex structures and interfaces
* Understanding WCF's channel stacks and channel model architecture
* Configuring the WCF communication stack to use only the protocols you need
* Using standard and custom service behaviors to manage concurrency, instances, transactions, and more
* Serializing data from .NET types to XML Infosets and representing Infosets on the wire
* Hosting WCF services via IIS, managed .NET applications, and Windows Activation Services
* WCF security, in depth: authentication; transport and message-level security; and Internet and intranet scenarios
* Improving reliability: exception handling, diagnostics, and more
* Workflow services: new integration points between WCF 3.5 and Windows Workflow Foundation
* Building client-to-client, peer network-based applications
* Utilizing WCF for non-SOAP Web services: AJAX and JSON examples and .NET 3.5 hosting classes
Microsoft's Steve Resnick, Richard Crane, and Chris Bowen are technology experts at the Microsoft Technology Center in Boston. They specialize in helping customers improve their technical agility by applying WCF and related technologies. Resnick has specialized in Internet technologies and distributed computing at Microsoft since 1995. He is a frequent speaker at Microsoft events and is now technology director for the U.S. Microsoft Technology Centers. Crane has more than 15 years of experience in senior software development roles. He specializes in large-scale Web sites, distributed computing, transactional systems, and performance analysis. Bowen has been an architect and developer for more than 15 years at companies such as Monster.com and Staples and is co-author of Professional Visual Studio 2005 Team System.Contents note: Basics; Conratcts; Chanels; Bindings; Behaviors; Serialization and encoding; Hosting; Security; Diagnostics; Exception handling; Workflow Services; Peer networking; Programmable web; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=14062 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-000820 005.27 Res-Ess 2009 General Collection Library "Max van der Stoel" English Available 1702-000819 005.27 Res-Ess 2009 General Collection Library "Max van der Stoel" English Available Foundations of Atlas / Laurence Moroney
Title : Foundations of Atlas : rapid Ajax development with ASP.NET 2.0 Material Type: printed text Authors: Laurence Moroney, Author Publisher: New York : Apress Publication Date: 2006 Pagination: xx, 314 p. Layout: ill. Size: 24 cm ISBN (or other code): 978-1-590-59647-0 General note: Includes index (p. 305-314) Languages : English (eng) Original Language : English (eng) Descriptors: Internet programming
Microsoft .NETClass number: 005.276 Abstract: "Foundations of Atlas : Rapid Ajax Development With Asp.Net 2.0" is a computers/software. This book introduces a fast-track path to understanding Atlas, and how this technology can increase the power and functionality of your code while conserving time and effort. The book begins with a bare-bones introduction that explains how Atlas relates to Ajax. Microsoft Atlas is a web-client framework that makes building Ajax-style applications easier. It provides a prewritten framework that gives you a structured environment in which to work. Atlas also provides you with an object model and standardized debugging to make development faster and simpler. Ajax is a new way of combining a number of Web technologies including JavaScript, dynamic HTML, and a feature known as XmlHttp (which reduces the need for client browsers to constantly reconnect to the server every time new information is downloaded). But at the moment, people developing with Ajax have to write their code from the ground up, which is complex and time consuming. The book guides you through a series of practical examples that demonstrate the Atlas framework and available controls. After reading this book, you'll be able to compile a seamless Atlas-based application of your own!In anticipation of changes during development of the Atlas technology, the updated source code is posted for download on the author's blog, www. philotic.com/blog. This book demystifies the Atlas technology and shows you how to work with it. The first book dedicated to this revolutionary new technology. Written by an experienced .NET author in collaboration with the Atlas development team. Contents note: Atlas : taking Ajax to the next level; Atlas : making client-side JavaScript easier; Introducing client controls in Atlas; Using client controls in Atlas; Introducing server controls in Atlas; Using server controls in Atlas; Data binding in Atlas; Using the AtlasUIGlitz library; Mapping with Atlas; Building a sample application with ASP.NET and Atlas; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17241 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001841 005.276 Mor-Fou 2006 General Collection Library "Max van der Stoel" English Available MCAD/MCSD self-paced training kit / Tony Northrup
Title : MCAD/MCSD self-paced training kit : implementing security for applications with Microsoft Visual Basic .NET and Microsoft Visual C♯ .NET Material Type: printed text Authors: Tony Northrup, Author Publisher: Washington : Microsoft Press Publication Date: 2005 Pagination: 1 v. (various pagings) Size: 24 cm Accompanying material: 3 CD ISBN (or other code): 978-0-7356-2121-3 General note: Includes bibliographical references and index Languages : English (eng) Original Language : English (eng) Descriptors: Electronic data processing
Microsoft .NET
Visual BasicClass number: 005.8 Abstract: Build real-world programming skills—and prepare for MCP Exams 70-330 and 70-340—with this official Microsoft study guide. Work at your own pace through a system of lessons, practices, and labs—with code examples in both Visual Basic and Visual C#. For further self-assessment and practice, use the Readiness Review Suite on CD— featuring 300 challenging test questions for each language, plus detailed feedback. Whether advancing the skills you need on the job—or preparing for MCAD or MCSD certification—you’ll gain practical experience developing application security features with the Microsoft .NET Framework. Contents note: Apply application security fundamentals; Use the .NET Framework; Help protect data and networked applications; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17172 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001803 005.8 Nor-MCA 2005 General Collection Library "Max van der Stoel" English Available .NET security and cryptography / Peter Thorsteinson
Title : .NET security and cryptography Material Type: printed text Authors: Peter Thorsteinson, Author ; G. Gnana Arun Ganesh, Author Publisher: London : Prentice Hall Publication Date: 2004 Pagination: xvii, 466 p. Layout: ill. Size: 24 cm ISBN (or other code): 978-0-13-100851-9 General note: Includes index (p. 443-466) Languages : English (eng) Original Language : English (eng) Descriptors: Computer security
Cryptography
Microsoft .NETClass number: 005.8 Abstract: Part of the Integrated .NET Series, this book provides a practical and comprehensive treatment on implementing both cryptography and security features on the .NET platform using the C# and VB .NET programming languages. It provides focused and detailed code examples that demonstrate the most important concepts, with commentary on how the code examples work. The book also provides a substantial mathematical and theoretical background on the underlying cryptographic concepts. After reading this book and experimenting with the provided example programs, the reader should have a good understanding of the major cryptographic algorithms and standard cryptographic programming techniques. Readers should also gain a solid understanding of how .NET security works and how to implement user-based and code access security in their own .NET programs. Contents note: NET Cryptography and Security; Fundamentals of Cryptography; Symmetric Cryptography; Asymmetric Cryptography; Digital Signatures; XML Cryptography; NET User-Based Security; NET Code Access Security; ASP.NET Security; Web Services Security; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17251 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001962 005.8 Tho-NET 2004 General Collection Library "Max van der Stoel" English Available Programming the Web using ASP.NET / Dave Mercer
Permalink