
Edward Elgar Publishing UN iLibrary HeinOnline Directory of Open Access Books SAGE Journals ASTM Compass
From this page you can:
Home |
Publisher details
Publisher
located at Shelter Island, N.Y.
Available items(s) from this publisher



Metaprogramming in .NET / Kevin Hazzard
Title : Metaprogramming in .NET Material Type: printed text Authors: Kevin Hazzard, Author ; Jason Bock, Author Publisher: Shelter Island, N.Y. : Manning Publication Date: 2013 Pagination: xxiii, 334 p. Size: 24 cm ISBN (or other code): 978-1-617-29026-8 General note: Includes index (p. 321-334) Languages : English (eng) Original Language : English (eng) Descriptors: Microsoft .NET Framework
Microsoft. NET Framework, Application software, Development
Programming - ComputingClass number: 005.262 Abstract: Metaprogramming in .NET is designed to help readers understand the basic concepts, advantages, and potential pitfalls of metaprogramming. It introduces core concepts in clear, easy-to-follow language and then it takes you on a deep dive into the tools and techniques you'll use to implement them in your .NET code. You'll explore plenty of real-world examples that reinforce key concepts. When you finish, you'll be able to build high-performance, metaprogramming-enabled software with confidence. Contents note: Demystifying Metaprogramming; Techniques for generating code; Language and tools; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17158 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001897 005.262 Haz-Met 2013 General Collection Library "Max van der Stoel" English Available SOA security / Ramarao Kanneganti
Title : SOA security Material Type: printed text Authors: Ramarao Kanneganti, Author ; Prasad Chodavarapu, Author Publisher: Shelter Island, N.Y. : Manning Publication Date: 2008 Pagination: xxv, 483 p. Size: 24 cm ISBN (or other code): 978-1-932394-68-9 General note: Includes index (p. 477-483) Languages : English (eng) Original Language : English (eng) Descriptors: Computer network architectures
Computer networks
Web servicesClass number: 005.8 Abstract: Anyone seeking to implement SOA Security is forced to dig through a maze of inter dependent specifications and API docs that assume a lot of prior security knowledge on the part of readers. Getting started on a project is proving to be a huge challenge to practitioners. This book seeks to change that. It provides a bottom-up understanding of security techniques appropriate for use in SOA without assuming any prior familiarity with security topics. Unlike most other books about SOA that merely describe the standards, this book helps readers learn through action, by walking them through sample code that illustrates how real life problems can be solved using the techniques and best practices described in the standards. It simplifies things: where standards usually discuss many possible variations of each security technique, this book focuses on the 20% of variations that are used 80% of the time. This keeps the material covered useful for all readers except the most advanced. KEY POINTS
* Why SOA Security is different from ordinary computer security, with real life examples from popular domains such as finance, logistics, and government
* Uses open source tools and code examples to show how things work. This knowledge is then useful for work with proprietary tools.
* Assumes no prior security knowledge MARKET INFORMATION One of the major obstacles to implementing SOA in enterprises is the difficulty in grasping what is different about security in SOA. There is a lot of published material out there about SOA security but it does not provide the specifics on how to plan, design, and implement enterprise class SOA security architecture. This book addresses that challenge in a hands-on way.Contents note: SOA basic; SOA requires new approaches to security; Getting with web services; Extending SOAP for security; Building blocks of SOA security; Claiming and verifying identity with passwords; Secure authentication with Kerberos; Protecting confidentiality of messages using encryption; Using digital signatures; Enterprise SOA security; Implementing security as a service; Codifying security policies; Designing security for real-world enterprise; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17269 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001979 005.8 Kan-SOA 2008 General Collection Library "Max van der Stoel" English Available The art of unit testing / Roy Osherove
Title : The art of unit testing : with examples in .NET Material Type: printed text Authors: Roy Osherove, Author Publisher: Shelter Island, N.Y. : Manning Publication Date: 2009 Pagination: xxiii, 296 p. Size: 24 cm ISBN (or other code): 978-1-933988-27-6 General note: Includes index (p. 284-296) Languages : English (eng) Original Language : English (eng) Descriptors: Computer software
Computer software - Development
Microsoft .NET FrameworkClass number: 005.14 Abstract: The Art of Unit Testing guides the reader on the journey from beginner to master in the subtle art of unit testing. Based on expert author Roy Osherove's real-world development experiences, this book shows developers how to make sure the code that they write actually works as expected, and how to make these verification's as automated as possible. Not only that, the book shows techniques that help to make sure that tests are maintainable, readable, and test the right thing over time. The author establishes five rules for good unit tests built upon the three major principles that any good test be maintainable, trustworthy, and readable. Clear sections present established best practices, and the book also provides clear guidance on what to test and where to start testing in a legacy code project. Unlike other books on this topic, this book trades theory for real-world examples. It's designed so that a working developer can start writing better unit tests now. Unlike most Unit Testing and TDD books, most examples are in C# on the .NET platform.
* Introduction to unit testing and the basics of writing real-world unit tests
* Best practices for writing maintainable, trustworthy, readable tests
* Author Roy Osherove is highly visible and extremely well-known in this field MARKET INFORMATION Agile principles like unit testing have found their way more slowly into the Microsoft community than they have in Java. This book presents the well-honed practices common in the Java world using examples in C#.Contents note: Getting started; The basics of unit testing; A first unit test; Core techniques; Using stubs to break dependencies; Interaction testing using mock objects; Isolation (mock object) frameworks; The test code; Test hierarchies and organizations; The pillars of good tests; Design and process; Integrating unit testing into the organization; Working with legacy code; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17270 Copies
Barcode Call number Media type Location Section Status 1702-001980 005.14 Osh-art 2009 General Collection Library "Max van der Stoel" English Not for loan Dependency injection in .NET / Mark Seemann
Title : Dependency injection in .NET Material Type: printed text Authors: Mark Seemann, Author Publisher: Shelter Island, N.Y. : Manning Publication Date: 2012 Pagination: xxx, 552 p. Size: 24 cm ISBN (or other code): 978-1-935182-50-4 General note: Includes bibliographical references (p. 526-530)
Includes glossary (p. 531-534)
Includes index (p. 535-552)Languages : English (eng) Original Language : English (eng) Descriptors: Computer software
Computer software - Development
Microsoft .NET FrameworkClass number: 005.14 Abstract: Dependency Injection in .NET introduces DI and provides a practical guide for applying it in .NET applications. The book presents the core patterns in plain C#, so you'll fully understand how DI works. Then you'll learn to integrate DI with standard Microsoft technologies like ASP.NET MVC, and to use DI frameworks like StructureMap, Castle Windsor, and Unity. By the end of the book, you'll be comfortable applying this powerful technique in your everyday .NET development. This book is written for C# developers. No previous experience with DI or DI frameworks is required. Contents note: A dependency injection tasting menu; A comprehensive example; DI containers; DI patterns; DI anti-patterns; DI refactoring's; Object composition; Object lifetime; Interception; Castle Windsor; StructureMap; Spring.NET; Autofac; Unity; MEF; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17271 Copies
Barcode Call number Media type Location Section Status 1702-001981 005.14 See-Dep 2012 General Collection Library "Max van der Stoel" English Not for loan Redis in action / Josiah L. Carlson
Title : Redis in action Material Type: printed text Authors: Josiah L. Carlson, Author Publisher: Shelter Island, N.Y. : Manning Publication Date: 2013 Pagination: xxv, 293 p. Size: 24 cm ISBN (or other code): 978-1-617-29085-5 General note: Includes index (p. 283-293) Languages : English (eng) Original Language : English (eng) Descriptors: Data structures (Computer science)
Database managementClass number: 005.7575 Abstract: Redis is an innovative data tool that offers more flexibility than other available NoSQL key-value stores like Cassandra or DynamoDB. Because Redis accepts hashes, strings, lists, and other structures as values, the key-value idea can be expanded to a wider range of use cases. Redis works with in-memory datasets to provide lightning-fast response times. It's free, open source, and easy to utilize from most standard programming languages. Redis in Action is an example-driven book that introduces Redis and shows how to use it effectively. First, it demonstrates how to properly set up Redis and explores the key-value model. Then, it dives into real use cases including simple caching and distributed ad targeting. It teaches how to scale Redis from small jobs to massive datasets. Experienced developers will appreciate chapters on clustering and internal scripting to make Redis easier to use. AUDIENCE Written for developers familiar with database concepts and system administrators comfortable with programming. No prior exposure to Redis or other NoSQL databases required. ABOUT THE TECHNOLOGY Redis is an in-memory non relational (noSQL) database that has been gaining popularity due to its ease of use, high performance, and ability to be used in many different situations. Contents note: Getting started; Getting to know Redis; Anatomy of Redis web application; Core Concepts; Commands in Redis; Keeping data safe and ensuring performance; Using Redis for application support; Application components in Redis; Search-based applications; Building a simple social network; Next steps; Reducing memory use; Scaling Redis; Scripting Redis with Lua; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17272 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001982 005.7575 Car-Red 2013 General Collection Library "Max van der Stoel" English Available RabbitMQ in Action / Alvaro Videla
PermalinkHadoop in practice / Alex Holmes
Permalink