Vaskaran Sarcar transitions from a seasoned software engineer and team lead at HP to a dedicated author. His extensive background in IT and education informs his insightful approach to complex subjects. Sarcar excels at crafting accessible and engaging prose that demystifies technical concepts. His writing aims to make specialized knowledge available to a broader audience. Through his work, he provides readers with clear guidance on software engineering and design patterns.
Fundamentals of Concurrency and Asynchrony Behind Fast-Paced Applications
424 pages
15 hours of reading
Focusing on the complexities of concurrency, this guide is tailored for C# developers seeking to master advanced software implementation for responsive and scalable code. It addresses the challenges many face with concurrency, aiming to demystify the topic. Key tools such as the Task Parallel Library (TPL), Concurrent Collections, Parallel LINQ (PLINQ), and Asynchronous Programming Patterns are explored to provide clear and practical solutions, ensuring developers can effectively navigate this advanced concept.
Explore the functional aspects of C#, a versatile multi-paradigm programming language, to enhance your programming skills. This guide offers insights and techniques for effectively learning and applying C#, enabling you to develop more efficient and powerful applications.
Skills to Build Applications with Visual Studio and .NET
340 pages
12 hours of reading
Focusing on practical application, this guide teaches readers to develop a real-world application using C# 11 and the latest tools from Visual Studio and Microsoft .NET. It emphasizes hands-on skills and modern programming approaches, providing a comprehensive learning experience for both beginners and experienced developers looking to enhance their proficiency in C#.
The book provides a practical, step-by-step guide to learning and applying design patterns in real-world applications using Java 17 and Eclipse. It emphasizes classical design patterns from the Gang of Four, while also exploring popular and alternative patterns. A unique feature is the inclusion of a chapter on anti-patterns, which critiques common design pitfalls, offering readers a comprehensive understanding of both effective and ineffective design strategies.
Explore hands-on experience with Gang of Four design patterns through practical C# examples. Each pattern is illustrated with real-world scenarios, detailed coding examples, and complete implementations showcasing output. Beyond the GoF patterns, the book also covers other essential design patterns, enriching your understanding and application of software design principles.
Focusing on advanced C# features, this book provides insights into their application across various programming environments. It guides readers through fundamental concepts and techniques, emphasizing practical integration within Visual Studio 2019. Ideal for developers looking to enhance their skills, it covers essential programming methodologies and best practices to effectively utilize advanced C#.
Focusing on object-oriented programming fundamentals, this second edition offers comprehensive coverage of key concepts like inheritance, polymorphism, and abstract classes, enhanced with practical Java examples. It delves into advanced topics such as multithreading, generics, database interactions, and exception handling. Additionally, readers are introduced to design patterns, complete with full implementations of significant examples, making it a valuable resource for both beginners and those looking to deepen their understanding of Java programming.
Get hands-on experience with each Gang of Four design pattern using the latest version of C# (Visual Studio Community 2017). For each of the patterns, you'll see at least one real-world scenario, a coding example, and a complete implementation including output. In the first part of Design Patterns in C#, you will cover the 23 Gang of Four (GoF) design patterns, before moving onto some alternative design patterns, including the Simple Factory Pattern, the Null Object Pattern, and the MVC Pattern. The final part winds up with a conclusion and criticisms of design patterns with chapters on anti-patterns and memory leaks. By working through easy-to-follow examples, you will understand the concepts in depth and have a collection of programs to port over to your own projects. Along the way, the author discusses the different creational, structural, and behavioral patterns and why such classifications are useful. In each of these chapters, there is a Q & A session that clears up any doubts and covers the pros and cons of each of these patterns. He finishes the book with FAQs that will help you consolidate your knowledge. This book presents the topic of design patterns in C# in such a way that anyone can grasp the idea. You will: Work with each of the design patterns Implement the design patterns in real-world applications Select an alternative to these patterns by comparing their pros and cons Use Visual Studio Community Edition 2017 to write code and generate output
The book consists of four major sections which cover 15 core topics - nine of
them are dedicated to object-oriented programming, five of them are dedicated
to advanced concepts of C#, and one of them is dedicated to design patterns,
with coverage of three Gang of Four design patterns with C# implementations.
Discover object oriented programming with Java in this unique tutorial. This book uses Java and Eclipse to write and generate output for examples in topics such as classes, interfaces, overloading, and overriding. Interactive Object Oriented Programming in Java uniquely presents its material in a dialogue with the reader to encourage thinking and experimentation. Later chapters cover further Java programming concepts, such as abstract classes, packages, and exception handling. At each stage you’ll be challenged by the author to help you absorb the information and become a proficient Java programmer. Additionally, each chapter contains simple assignments to encourage you and boost your confidence level. What You Will Learn Become proficient in object oriented programming Test your skills in the basics of Java Develop as a Java programmer Use the Eclipse IDE to write your code Who This Book Is For Software developers and software testers.