Introducing Software Verification with Dafny Language Proving Program Correctness

Get introduced to software verification and proving correctness using the Microsoft Research-backed programming language, Dafny. While some other books on this topic are quite mathematically rigorous, this book will use as little mathematical symbols and rigor as possible, and explain every concept...

Full description

Bibliographic Details
Main Author: Sitnikovski, Boro
Format: eBook
Language:English
Published: Berkeley, CA Apress 2022, 2022
Edition:1st ed. 2022
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02637nmm a2200325 u 4500
001 EB002011990
003 EBX01000000000000001174889
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220303 ||| eng
020 |a 9781484279786 
100 1 |a Sitnikovski, Boro 
245 0 0 |a Introducing Software Verification with Dafny Language  |h Elektronische Ressource  |b Proving Program Correctness  |c by Boro Sitnikovski 
250 |a 1st ed. 2022 
260 |a Berkeley, CA  |b Apress  |c 2022, 2022 
300 |a XX, 131 p. 104 illus  |b online resource 
505 0 |a Introduction: Languages and Systems -- Chapter 1: Our First Program -- Chapter 2: Logic -- Chapter 3: Computation -- Chapter 4: Mathematical Foundations -- Chapter 5: Proofs -- Chapter 6: Specifications -- Chapter 7: Mathematical Induction -- Chapter 8: Verification Exercises -- Chapter 9: Implementing a Formal System. Conclusion -- Bibliography -- Appendix A: Gödel’s Theorems 
653 |a Microsoft software 
653 |a Microsoft 
653 |a Computer science 
653 |a Computer Science 
653 |a Programming languages (Electronic computers) 
653 |a Microsoft .NET Framework 
653 |a Programming Language 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-7978-6 
856 4 0 |u https://doi.org/10.1007/978-1-4842-7978-6?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.13 
520 |a Get introduced to software verification and proving correctness using the Microsoft Research-backed programming language, Dafny. While some other books on this topic are quite mathematically rigorous, this book will use as little mathematical symbols and rigor as possible, and explain every concept using plain English. It's the perfect primer for software programmers and developers with C# and other programming language skills. Writing correct software can be hard, so you'll learn the concept of computation and software verification. Then, apply these concepts and techniques to confidently write bug-free code that is easy to understand. Source code will be available throughout the book and freely available via GitHub. After reading and using this book you'll be able write correct, big free software source code applicable no matter which platform and programming language you use. You will: Discover the Microsoft Research-backed Dafny programming language Explore Hoare logic, imperative and functional programs Work with pre- and post-conditions Use data types, pattern matching, and classes Dive into verification examples for potential re-use for your own projects