From this page you can:
Home |
Descriptors



Analyzing requirements and defining Microsoft .NET solution architectures
Title : Analyzing requirements and defining Microsoft .NET solution architectures : exam 70-300, Microsoft .NET. Material Type: printed text Publisher: Redmond, Washington : Microsoft Press Publication Date: 2003 Pagination: xxv, 490 p. Layout: ill. Size: 24 cm ISBN (or other code): 978-0-7356-1894-7 General note: Includes index (p. 469-490) Languages : English (eng) Original Language : English (eng) Descriptors: Application software
Business enterprises
Microsoft .NET Framework
Microsoft softwareClass number: 005.276 Abstract: Now you can build real-world programming skills as you prepare for MCP Exam 70-300—the only exam every MCSD certification candidate must pass. Work at your own pace through the scenario-based lessons and hands-on labs to learn how to analyze requirements and define a Microsoft .NET solution architecture for a software development project. This official Microsoft study guide maps one-to-one with the MCP exam objectives, including envisioning the solution; gathering and analyzing business requirements; developing specifications; creating the conceptual, logical, and physical designs; and creating standards and processes. As you develop proficiency in these critical skill areas, you’re also preparing for MCSD certification for Microsoft .NET. Contents note: Introduction to Designing Business Solutions; Gathering and Analyzing Information; Envisioning the Solution; Analyzing Requirements and Defining Microsoft .NET Solution Architectures; Creating the Conceptual Design; Creating the Logical Design; Creating the Physical Design; Designing the Presentation Layer; Designing the Data Layer; Designing Security Specifications; Completing the Planning Phase; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17264 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001975 005.276 Analyzi 2003 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 Beginning WF / Mark J. Collins
Title : Beginning WF : Windows Workflow in .NET 4.0 Material Type: printed text Authors: Mark J. Collins, Author Publisher: New York : Apress Publication Date: 2010 Pagination: xxiv, 456 p. Layout: ill. Size: 24 cm ISBN (or other code): 978-1-430-22485-3 General note: Includes index (p. 439-456) Languages : English (eng) Original Language : English (eng) Descriptors: Internet programming
Microsoft .NET Framework
Windows workflow foundationClass number: 005.1 Abstract: Windows Workflow Foundation is a ground-breaking addition to the core of the .NET Framework that allows you to orchestrate human and system interactions as a series of workflows that can be easily mapped, analyzed, adjusted, and implemented. As business problems become more complex, the need for a workflow-based solution has never been more evident. WF provides a simple and consistent way to model and implement complex problems. As a developer, you focus on developing the business logic for individual workflow tasks. The run time handles the execution of those tasks after they have been composed into a workflow. Beginning WF demonstrates, in an eminently readable and accessible style, how Microsoft's Workflow Foundation (WF) technology can be used in a wide variety of applications. Contents note: Building a Simple Workflow; Coded Workflows; Flowchart Workflow; Passing Arguments; Replicated Activities; Exception Handling; Extending the Built-In Activities; Send and Receive; Communicating with the Host; Application; Web Services; SQL Persistence; Custom Extensions; Tracking; Transactions; Transactions with Persistence; WorkflowServiceHost; Compensation, Confirmation, and Cancellation
Collections; Interoperability with Workflow 3.5; Policy;Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17243 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001843 005.1 Col-Beg 2010 General Collection Library "Max van der Stoel" English Available CLR via C# / Jeffrey Richter
Title : CLR via C# Material Type: printed text Authors: Jeffrey Richter, Author Edition statement: 4th edition Publisher: Redmond, Washington : Microsoft Press Publication Date: 2012 Pagination: xxv, 863 p. Layout: ill. Size: 24 cm ISBN (or other code): 978-0-7356-6745-7 General note: Includes index (p. 823-862) Languages : English (eng) Original Language : English (eng) Descriptors: C# (Computer program language)
Internet programming
Microsoft .NET FrameworkClass number: 005.133 Abstract: Dig deep and master the intricacies of the common language run time, C#, and .NET development. Led by programming expert Jeffrey Richter, a longtime consultant to the Microsoft .NET team - you’ll gain pragmatic insights for building robust, reliable, and responsive apps and components.
* Fully updated for .NET Framework 4.5 and Visual Studio 2012
* Delivers a thorough grounding in the .NET Framework architecture, run-time environment, and other key topics, including asynchronous programming and the new Windows Run-time
* Provides extensive code samples in Visual C# 2012
* Features authoritative, pragmatic guidance on difficult development concepts such as generics and threadingContents note: The CLR's execution model; Building, packaging, deploying, and administering applications and types; Shared assemblies and strongly named assemblies; Type fundamentals; Primitive, reference, and value types; Type and member basics; Constants and fields; Methods; Parameters; Properties; Events; Generics; Interfaces; Chars, strings, and working with text; Enumerated types and bit flags; Arrays; Delegates; Custom attributes; Nullable value types; Exceptions and state management; The managed heap and garbage collection; CLR hosting and AppDomains; Assembly loading and reflection; Run-time serialization; Inter-operating with WinRT components; Thread basics; Compute-bound asynchronous operations; I/O-bound asynchronous operations; Primitive thread synchronization constructs; Hybrid thread synchronization constructs; Record link: https://library.seeu.edu.mk/index.php?lvl=notice_display&id=17274 Hold
Place a hold on this item
Copies
Barcode Call number Media type Location Section Status 1702-001983 005.133 Ric-CLR 2012 General Collection Library "Max van der Stoel" English Due for return by 03/15/2021 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 Metaprogramming in .NET / Kevin Hazzard
PermalinkPRO ASP.NET CORE 3 / Adam Freeman
PermalinkPro ASP.NET extensibility / Jörg Krause
PermalinkPro .NET best practices / Stephen D. Ritchie
PermalinkPro SharePoint 2010 solution development / Hild Ed
PermalinkPro Windows Server AppFabric / Stephen Kaufman
PermalinkProgramming in C#.Net / Julia Case Bradley
PermalinkProgramming Microsoft LINQ / Paolo Pialorsi
PermalinkProgramming .NET security / Adam Freeman
PermalinkSoftware estimation / Steve McConnell
Permalink